spark_auto_mapper_fhir.value_sets.encounter_location_status
¶
Module Contents¶
Classes¶
EncounterLocationStatus |
|
The patient is planned to be moved to this location at some point in the |
- class spark_auto_mapper_fhir.value_sets.encounter_location_status.EncounterLocationStatusCode(value)¶
Bases:
spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode
EncounterLocationStatus From: http://hl7.org/fhir/encounter-location-status in valuesets.xml
The status of the location.
- Parameters
value (spark_auto_mapper.type_definitions.defined_types.AutoMapperTextInputType) –
- codeset :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/encounter-location-status¶
- class spark_auto_mapper_fhir.value_sets.encounter_location_status.EncounterLocationStatusCodeValues¶
The patient is planned to be moved to this location at some point in the future. From: http://hl7.org/fhir/encounter-location-status in valuesets.xml
- Planned¶
The patient is currently at this location, or was between the period specified.
A system may update these records when the patient leaves the location to either reserved, or completed. From: http://hl7.org/fhir/encounter-location-status in valuesets.xml
- Active¶
This location is held empty for this patient. From: http://hl7.org/fhir/encounter-location-status in valuesets.xml
- Reserved¶
The patient was at this location during the period specified.
Not to be used when the patient is currently at the location. From: http://hl7.org/fhir/encounter-location-status in valuesets.xml
- Completed¶