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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeOrganization
IdOrganization-twcore-organization-hospital-aa12-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

Generated Narrative: Organization twcore-organization-hospital-aa12-example

identifier: https://www.nhi.gov.tw/1234567890 (use: official, ), https://www.mohw.gov.tw/HOSP001 (use: official, )

type: Healthcare Provider

name: 台北市立聯合醫院

telecom: ph: 02-25553000(Work), info@tpech.gov.tw

address: 台北市大同區鄭州路145號

Contacts

-PurposeNameTelecom
*Administrative行政部門ph: 02-25553000(Work)

Source1

{
  "resourceType": "Organization",
  "id": "twcore-organization-hospital-aa12-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Organization-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://www.nhi.gov.tw",
      "value": "1234567890"
    },
    {
      "use": "official",
      "system": "https://www.mohw.gov.tw",
      "value": "HOSP001"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "台北市立聯合醫院",
  "telecom": [
    {
      "system": "phone",
      "value": "02-25553000",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@tpech.gov.tw",
      "use": "work"
    }
  ],
  "address": [
    {
      "text": "台北市大同區鄭州路145號",
      "line": [
        "鄭州路145號"
      ],
      "city": "台北市",
      "district": "大同區",
      "postalCode": "103",
      "country": "TW"
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN",
            "display": "Administrative"
          }
        ]
      },
      "name": {
        "text": "行政部門"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "02-25553000",
          "use": "work"
        }
      ]
    }
  ]
}