FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Location |
| Id | Location-ltc-location-feeapply-hospital-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location ltc-location-feeapply-hospital-example
Profile: 長照支付審查-交通接送起訖地
status: Active
name: 亞東醫院
description: 本次交通接送(DA01)之目的地,個案前往就醫之醫療機構。
mode: Instance
type: Hospital
address: 新北市板橋區南雅南路二段21號(work)
| Longitude | Latitude |
| 121.4527 | 25.0022 |
{
"resourceType": "Location",
"id": "ltc-location-feeapply-hospital-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/LTCLocationFeeAuditPlace"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "亞東醫院",
"description": "本次交通接送(DA01)之目的地,個案前往就醫之醫療機構。",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"address": {
"use": "work",
"type": "physical",
"text": "新北市板橋區南雅南路二段21號"
},
"position": {
"longitude": 121.4527,
"latitude": 25.0022
}
}