FHIR IG analytics| Package | tw.gov.mohw.emr |
| Resource Type | Organization |
| Id | Organization-TWCoreOrganization.json |
| FHIR Version | R4 |
No resources found
No resources found
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 台灣
{
"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": "台灣"
}
]
}