FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Location |
| Id | Location-loc-oph-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
地點狀態: Active ( LocationStatus#active)
地點類別: Kind ( LocationMode#kind)
地點類型: Opthalmology clinic ( RoleCode#OPH)
地點資訊: 專精於無痛白內障吸出術,及近視控制角膜塑型術。
聯絡方式:Phone ( ContactPointSystem#phone)
聯絡電話(work):02-2276-7788
地點開放時間:週一 ~ 週五
{
"resourceType": "Location",
"id": "loc-oph-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Location-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "明捷眼科診所",
"description": "專精於無痛白內障吸出術,及近視控制角膜塑型術",
"mode": "kind",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "OPH",
"display": "Opthalmology clinic"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "02-2276-7788",
"use": "work"
}
],
"hoursOfOperation": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"allDay": false
}
]
}