FHIR IG analytics| Package | tw.mirdc.dental |
| Resource Type | Organization |
| Id | Organization-Dental-organization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Dental-organization-example
Profile: 牙醫-機構
identifier: A123456789
type: Healthcare Provider
name: 幸福牙醫中心
telecom: ph: 02-12345678
address: 台北市信義區市民大道五段789號
| Name | Telecom |
| 王主任 | ph: 0912345678 |
{
"resourceType": "Organization",
"id": "Dental-organization-example",
"meta": {
"profile": [
"http://dental-ig.fhir.tw/StructureDefinition/Organization-twdental"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "A123456789"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "幸福牙醫中心",
"telecom": [
{
"system": "phone",
"value": "02-12345678"
}
],
"address": [
{
"text": "台北市信義區市民大道五段789號"
}
],
"contact": [
{
"name": {
"text": "王主任"
},
"telecom": [
{
"system": "phone",
"value": "0912345678"
}
]
}
]
}