醫療影像及報告實作指引
0.1.0 - DSTU0 ci-build

醫療影像及報告實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TWCoreOrganization - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "TWCoreOrganization",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/TWCoreOrganization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization TWCoreOrganization</b></p><a name=\"TWCoreOrganization\"> </a><a name=\"hcTWCoreOrganization\"> </a><a name=\"hcTWCoreOrganization-en-US\"> </a><p><b>identifier</b>: <code>https://www.nhi.gov.tw</code>/0601160016</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: 台北榮民總醫院</p><p><b>telecom</b>: ph: 02-28712121</p><p><b>address</b>: 石牌路二段201號 台北市 11219 台灣 </p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.nhi.gov.tw",
      "value" : "0601160016"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "台北榮民總醫院",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "02-28712121"
    }
  ],
  "address" : [
    {
      "line" : [
        "石牌路二段201號"
      ],
      "city" : "台北市",
      "district" : "北投區",
      "postalCode" : "11219",
      "country" : "台灣"
    }
  ]
}