臺灣電子處方箋與調劑單張實作指引(TW EMPD IG)
0.2.1 - ci-build

臺灣電子處方箋與調劑單張實作指引(TW EMPD IG), published by NHI. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/empd/ and changes regularly. See the Directory of published versions

: 電子處方箋-政府機構基本資料 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "org-02-ep",
  "meta" : {
    "profile" : [
      🔗 "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Organization-EMPD"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization org-02-ep</b></p><a name=\"org-02-ep\"> </a><a name=\"hcorg-02-ep\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-EMPD.html\">電子處方箋-醫事機構基本資料</a></p></div><p><b>identifier</b>: Government Organization Identifier/A21000000I</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type govt}\">Government</span></p><p><b>name</b>: 衛生福利部</p><p><b>telecom</b>: <a href=\"https://www.mohw.gov.tw/mp-1.html\">https://www.mohw.gov.tw/mp-1.html</a></p><p><b>address</b>: 臺北市大安區龍圖里信義路三段140號(work)</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203",
            "code" : "GOI"
          }
        ]
      },
      "system" : "https://oid.nat.gov.tw/",
      "value" : "A21000000I"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "govt"
        }
      ]
    }
  ],
  "name" : "衛生福利部",
  "telecom" : [
    {
      "system" : "url",
      "value" : "https://www.mohw.gov.tw/mp-1.html"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "text" : "臺北市大安區龍圖里信義路三段140號"
    }
  ]
}