FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeOrganization
IdOrganization-org-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

機構基本資料

機構名稱:國立臺灣大學醫學院附設醫院

機構識別碼:0132010014 (https://twcore.mohw.gov.tw/tsfhir/CodeSystem/organization-identifier-tw)

識別碼型別:Provider numberIdentifierType#PRN)

機構的紀錄(active):使用中

聯絡方式:PhoneContactPointSystem#phone)
聯絡信箱(work):03-369-9721

機構地址(work):(330)桃園市桃園區中山路1492號
郵遞區號(postalCode):330 縣/市(district):桃園市
鄉/鎮/市/區(city):桃園區
路/街(line):中山路
號(number)[extension: tw-number]:1492號
國家(country):臺灣


Source1

{
  "resourceType": "Organization",
  "id": "org-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN"
          }
        ]
      },
      "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw",
      "value": "0132010014"
    }
  ],
  "active": true,
  "name": "衛生福利部桃園醫院",
  "telecom": [
    {
      "system": "phone",
      "value": "03-369-9721",
      "use": "work"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/tw-number",
          "valueString": "1492號"
        }
      ],
      "use": "work",
      "text": "330桃園市桃園區中山路1492號",
      "line": [
        "中山路"
      ],
      "city": "桃園區",
      "district": "桃園市",
      "postalCode": "330",
      "country": "TW"
    }
  ]
}