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

FHIR IG analytics

Packagetw.gov.mohw.emr
Resource TypeOrganization
IdOrganization-TWCoreOrganization.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 TWCoreOrganization

identifier: https://www.nhi.gov.tw/0601160016

active: true

type: Healthcare Provider

name: 台北榮民總醫院

telecom: ph: 02-28712121

address: 石牌路二段201號 台北市 11219 台灣


Source1

{
  "resourceType": "Organization",
  "id": "TWCoreOrganization",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/TWCoreOrganization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.nhi.gov.tw",
      "value": "0601160016"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "name": "台北榮民總醫院",
  "telecom": [
    {
      "system": "phone",
      "value": "02-28712121"
    }
  ],
  "address": [
    {
      "line": [
        "石牌路二段201號"
      ],
      "city": "台北市",
      "district": "北投區",
      "postalCode": "11219",
      "country": "台灣"
    }
  ]
}