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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeOrganization
IdOrganization-org-hosp-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

醫事機構基本資料

機構名稱:衛生福利部臺北醫院

識別碼型別:Provider numberIdentifierType#PRN)
機構代碼(official):0131060029 (https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw)

機構種類:Healthcare Provider ( OrganizationType#prov)

聯絡方式:PhoneContactPointSystem#phone)
聯絡電話:0222765566


Source1

{
  "resourceType": "Organization",
  "id": "org-hosp-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-hosp-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "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": "0131060029"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov"
        }
      ]
    }
  ],
  "name": "衛生福利部臺北醫院",
  "telecom": [
    {
      "system": "phone",
      "value": "0222765566"
    }
  ]
}