:py:mod:`spark_auto_mapper_fhir.value_sets.encounter_location_status` ===================================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.encounter_location_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.encounter_location_status.EncounterLocationStatusCode spark_auto_mapper_fhir.value_sets.encounter_location_status.EncounterLocationStatusCodeValues .. py:class:: EncounterLocationStatusCode(value) Bases: :py:obj:`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. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/encounter-location-status .. py:class:: 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 .. py:attribute:: 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 .. py:attribute:: Active This location is held empty for this patient. From: http://hl7.org/fhir/encounter-location-status in valuesets.xml .. py:attribute:: 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 .. py:attribute:: Completed