病床通報實作指引
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" : "ward-capacity",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/ward-capacity</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\">single<a name=\"ward-capacity-single\"> </a></td><td>單人房</td></tr><tr><td style=\"white-space:nowrap\">twin<a name=\"ward-capacity-twin\"> </a></td><td>雙人房</td></tr><tr><td style=\"white-space:nowrap\">multiple<a name=\"ward-capacity-multiple\"> </a></td><td>多人房</td></tr></table></div>"
  },
  "url" : "https://fhirisolationroom.azurehealthcareapis.com/CodeSystem/ward-capacity",
  "version" : "0.1.0",
  "name" : "WardCapacity",
  "title" : "病房容量",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-04-15",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.etatung.com/"
        }
      ]
    }
  ],
  "description" : "病房容量",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "single",
      "display" : "單人房"
    },
    {
      "code" : "twin",
      "display" : "雙人房"
    },
    {
      "code" : "multiple",
      "display" : "多人房"
    }
  ]
}