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

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

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

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "loc-example",
  "meta" : {
    "profile" : [
      "https://fhirisolationroom.azurehealthcareapis.com/StructureDefinition/Location-bed"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "https://www.tph.mohw.gov.tw/",
      "value" : "6026"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type",
          "code" : "NP"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type",
          "code" : "Spec"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/ward-capacity",
          "code" : "twin"
        }
      ]
    }
  ],
  "address" : {
    "extension" : [
      {
        "url" : "https://twcore.mohw.gov.tw/fhir/StructureDefinition/tw-floor",
        "valueString" : "6"
      }
    ]
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "bd"
      }
    ]
  },
  "managingOrganization" : {
    "reference" : "Organization/org-hosp-example"
  }
}