臺灣核心實作指引(TW Core IG)
0.1.0 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.0: Releases) based on FHIR 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

: 機構基本資料 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "org-example",
  "meta" : {
    "profile" : [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>機構基本資料</b></h3><p><b>機構名稱</b>:Downunder Hospital</p><p><b>機構識別碼</b>:8003621566684455 (http://ns.electronichealth.net.au/id/hi/hpio/1.0)</p><p><b>識別碼種類</b>:Healthcare Organization Identifier<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-v2-0203.html\">臺灣識別碼類型值集</a>#HOI)</span></p><p><b>機構的紀錄(active)</b>:使用中</p><p><b>聯絡方式</b>:Email<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ( <a href=\"https://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a>#email)</span><br/><b>聯絡信箱(work)</b>:helen.mayo@downunderhospital.example.com</p><p><b>機構地址(work)</b>:<br/><b>\u3000路/街(line)</b>:3 McGregor Street<br/><b>\u3000鄉/鎮/市/區(city)</b>:Blacktown<br/><b>\u3000洲(state)</b>:NSW<br/><b>\u3000國家(country)</b>:AU<br/><b>\u3000郵遞區號(postalCode)</b>:2148</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/v2-0203",
            "code" : "HOI"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value" : "8003621566684455"
    }
  ],
  "active" : true,
  "name" : "Downunder Hospital",
  "telecom" : [
    {
      "system" : "email",
      "value" : "helen.mayo@downunderhospital.example.com",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "line" : [
        "3 McGregor Street"
      ],
      "city" : "Blacktown",
      "state" : "NSW",
      "postalCode" : "2148",
      "country" : "AU"
    }
  ]
}