A helper class with methods for working with HL7 FHIR compartments.
The compartments are defined by the CompartmentDefinition resources in FHIRRegistry.
The R4 CompartmentDefintions and boundaries are defined at https://hl7.org/fhir/R4/compartmentdefinition.html
Default CompartmentDefintion:
Patient - https://hl7.org/fhir/R4B/compartmentdefinition-patient.json
Encounter - https://hl7.org/fhir/R4B/compartmentdefinition-encounter.json
RelatedPerson - https://hl7.org/fhir/R4B/compartmentdefinition-relatedperson.json
Practitioner - https://hl7.org/fhir/R4B/compartmentdefinition-practitioner.json
Device - https://hl7.org/fhir/R4B/compartmentdefinition-device.json
|