FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Location |
| Id | Location-ltc-location-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-example
Profile: 長期照顧-個案位置監測
status: Active
name: 新北市私立安康老人長期照顧中心(養護型)
description: 失智症個案陳明輝目前所在的日照中心
mode: Instance
type: Patient's Residence
address: 新北市中和區安康路二段123號(work)
| Longitude | Latitude | Altitude |
| 121.5089 | 24.9936 | 25.5 |
{
"resourceType": "Location",
"id": "ltc-location-example",
"meta": {
"profile": [
"http://ltc-ig.fhir.tw/StructureDefinition/Location-twltc"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "新北市私立安康老人長期照顧中心(養護型)",
"description": "失智症個案陳明輝目前所在的日照中心",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "PTRES",
"display": "Patient's Residence"
}
]
}
],
"address": {
"use": "work",
"type": "physical",
"text": "新北市中和區安康路二段123號"
},
"position": {
"longitude": 121.5089,
"latitude": 24.9936,
"altitude": 25.5
}
}