病床通報實作指引
0.1.0 - CI Build

病床通報實作指引 - Local Development build (v0.1.0). See the Directory of published versions

: Location-病床個案資料 - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="loc-example"/>
  <meta>
    <profile
             value="https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Location-bed"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>病床資訊</b></h3><p><b>病床識別碼</b>:6026(https://www.tph.mohw.gov.tw/)</p><p><b>病床類型</b>:負壓病床 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="CodeSystem-bed-type.html">床位類別</a>#NP)</span>、專責病床 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="CodeSystem-bed-type.html">床位類別</a>#Spec)</span>、雙人房 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="CodeSystem-ward-capacity.html">病房容量</a>#twin)</span></p><p><b>病床樓層</b>[extension: <a href="https://twcore.mohw.gov.tw/ig/StructureDefinition-tw-floor.html">tw-floor</a>]:6樓</p><p><b>physicalType</b>: Bed <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">(<a href="http://terminology.hl7.org/5.0.0/CodeSystem-location-physical-type.html">Location type</a>#bd)</span></p><p><b>管理單位</b>: <a href="Organization-org-hosp-example.html">Organization/org-hosp-example</a> "衛生福利部臺北醫院"</p></div>
  </text>
  <identifier>
    <system value="https://www.tph.mohw.gov.tw/"/>
    <value value="6026"/>
  </identifier>
  <type>
    <coding>
      <system
              value="https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type"/>
      <code value="NP"/>
    </coding>
  </type>
  <type>
    <coding>
      <system
              value="https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type"/>
      <code value="Spec"/>
    </coding>
  </type>
  <type>
    <coding>
      <system
              value="https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/ward-capacity"/>
      <code value="twin"/>
    </coding>
  </type>
  <address>
    <extension
               url="https://twcore.mohw.gov.tw/fhir/StructureDefinition/tw-floor">
      <valueString value="6"/>
    </extension>
  </address>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="bd"/>
    </coding>
  </physicalType>
  <managingOrganization>
    <reference value="Organization/org-hosp-example"/>
  </managingOrganization>
</Location>