OpenMRS FHIR2 Implementation Guide
0.1.0 - ci-build

OpenMRS FHIR2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Location Status ValueSet - XML Representation

Active as of 2023-03-20

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="location-status-vs"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <code>https://fhir.openmrs.org/location-status</code><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>active</td><td>Active</td></tr><tr><td>inactive</td><td>Inactive</td></tr><tr><td>suspended</td><td>Suspended</td></tr></table></li></ul></div>
  </text>
  <url value="http://fhir.openmrs.org/fhir/ValueSet/location-status-vs"/>
  <version value="0.1.0"/>
  <name value="LocationStatusVS"/>
  <title value="Location Status ValueSet"/>
  <status value="active"/>
  <date value="2023-03-20T20:26:34+00:00"/>
  <contact>
    <name value="OpenMRS, Inc."/>
    <telecom>
      <system value="url"/>
      <value value="https://openmrs.org"/>
    </telecom>
  </contact>
  <description value="Indicates whether the location is still in use."/>
  <compose>
    <include>
      <system value="https://fhir.openmrs.org/location-status"/>
      <concept>
        <code value="active"/>
        <display value="Active"/>
      </concept>
      <concept>
        <code value="inactive"/>
        <display value="Inactive"/>
      </concept>
      <concept>
        <code value="suspended"/>
        <display value="Suspended"/>
      </concept>
    </include>
  </compose>
</ValueSet>