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

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

: 床位類別 - JSON Representation

Active as of 2023-04-15

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "bed-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ER<a name=\"bed-type-ER\"> </a></td><td>急診病床</td></tr><tr><td style=\"white-space:nowrap\">NP<a name=\"bed-type-NP\"> </a></td><td>負壓病床</td></tr><tr><td style=\"white-space:nowrap\">ICU<a name=\"bed-type-ICU\"> </a></td><td>ICU病床</td></tr><tr><td style=\"white-space:nowrap\">ISOL<a name=\"bed-type-ISOL\"> </a></td><td>隔離病床</td></tr><tr><td style=\"white-space:nowrap\">Spec<a name=\"bed-type-Spec\"> </a></td><td>專責病床</td></tr><tr><td style=\"white-space:nowrap\">Oth<a name=\"bed-type-Oth\"> </a></td><td>其他病床</td></tr></table></div>"
  },
  "url" : "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/bed-type",
  "version" : "0.1.0",
  "name" : "BedType",
  "title" : "床位類別",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-04-15",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.etatung.com/"
        }
      ]
    }
  ],
  "description" : "床位類別",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "ER",
      "display" : "急診病床"
    },
    {
      "code" : "NP",
      "display" : "負壓病床"
    },
    {
      "code" : "ICU",
      "display" : "ICU病床"
    },
    {
      "code" : "ISOL",
      "display" : "隔離病床"
    },
    {
      "code" : "Spec",
      "display" : "專責病床"
    },
    {
      "code" : "Oth",
      "display" : "其他病床"
    }
  ]
}