電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 醫療影像及報告 Organization example - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "TWCoreOrganization",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/emr/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=\"TWCoreOrganization-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" : "台灣"
    }
  ]
}