<ValueSet xmlns="http://hl7.org/fhir">
  <id value="accdr-vs-location-physical-type" />
  <url value="http://ontariohealth.ca/fhir/ValueSet/acCDR-location-physical-type" />
  <version value="1.0.0" />
  <name value="LocationPhysicalType" />
  <status value="draft" />
  <publisher value="Ontario Health" />
  <description value="Location Physical Type  - this value set specifies the aspect of the patient location data being contributed in PV1-3 (Assigned Patient Location) in HL7 v2 and used in FHIR element Encounter.location.physicalType" />
  <compose>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/location-physical-type" />
      <concept>
        <code value="bd" />
        <display value="Bed" />
      </concept>
      <concept>
        <code value="ro" />
        <display value="room" />
      </concept>
      <concept>
        <code value="si" />
        <display value="site or facility" />
      </concept>
      <concept>
        <code value="bu" />
        <display value="building" />
      </concept>
      <concept>
        <code value="lvl" />
        <display value="level or floor" />
      </concept>
      <concept>
        <code value="wi" />
        <display value="wing or point of care" />
      </concept>
    </include>
    <include>
      <system value="http://ontariohealth.ca/fhir/CodeSystem/accdr-bed-desc-code" />
      <concept>
        <code value="ld" />
        <display value="location or bed description" />
      </concept>
    </include>
  </compose>
</ValueSet>