CompartmentType
public enum CompartmentType: String
Which compartment a compartment definition describes
URL: http://hl7.org/fhir/compartment-type ValueSet: http://hl7.org/fhir/ValueSet/compartment-type
-
The compartment definition is for the patient compartment
Declaration
Swift
case patient = "Patient"
-
The compartment definition is for the encounter compartment
Declaration
Swift
case encounter = "Encounter"
-
The compartment definition is for the related-person compartment
Declaration
Swift
case relatedPerson = "RelatedPerson"
-
The compartment definition is for the practitioner compartment
Declaration
Swift
case practitioner = "Practitioner"
-
The compartment definition is for the device compartment
Declaration
Swift
case device = "Device"