type: codesystemcodesystem: location-status
Location Status
- Official URL: http://hl7.org/fhir/location-status
- Version: 6.0.0
- Status: active
- Name: LocationStatus
- Title: Location Status
- Publisher: HL7 (FHIR Project)
- Description: Indicates whether the location is still in use.
- Case Sensitive: true
- Content: complete
Concepts
| Code | Display | Definition |
|---|---|---|
| active | Active | The location is operational. |
| suspended | Suspended | The location is temporarily closed. |
| inactive | Inactive | The location is no longer used. |
CodeSystem XML
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="location-status"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="pa"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="normative"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="3"/>
</extension>
<url value="http://hl7.org/fhir/location-status"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.4.333"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.1.324"/>
</identifier>
<identifier>
<use value="old"/>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.2.182"/>
</identifier>
<version value="6.0.0"/>
<name value="LocationStatus"/>
<title value="Location Status"/>
<status value="active"/>
<experimental value="false"/>
<date value="2021-01-05T10:01:24+11:00"/>
<publisher value="HL7 (FHIR Project)"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://hl7.org/fhir"/>
</telecom>
<telecom>
<system value="email"/>
<value value="fhir@lists.hl7.org"/>
</telecom>
</contact>
<description value="Indicates whether the location is still in use."/>
<caseSensitive value="true"/>
<valueSet value="http://hl7.org/fhir/ValueSet/location-status"/>
<content value="complete"/>
<concept>
<code value="active"/>
<display value="Active"/>
<definition value="The location is operational."/>
</concept>
<concept>
<code value="suspended"/>
<display value="Suspended"/>
<definition value="The location is temporarily closed."/>
</concept>
<concept>
<code value="inactive"/>
<display value="Inactive"/>
<definition value="The location is no longer used."/>
</concept>
</CodeSystem>