FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | Organization |
| Id | Organization-OrganizationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
機構名稱: "台灣健康醫院"
機構代碼: "XYZ54321"
聯絡電話: "02-22765566"
{
"resourceType": "Organization",
"id": "OrganizationExample",
"meta": {
"profile": [
"https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.mohw.gov.tw/orgID",
"value": "XYZ54321"
}
],
"active": true,
"name": "台灣健康醫院",
"telecom": [
{
"system": "phone",
"value": "02-22765566"
}
],
"address": [
{
"line": [
"123 健康路"
],
"city": "臺北市",
"state": "中正區",
"postalCode": "100"
}
]
}