FHIR IG analytics| Package | tw.iii.ltc |
| Resource Type | Location |
| Id | Location-ltc-location-feeapply-home-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-home-example
Profile: 長照支付審查-交通接送起訖地
status: Active
name: 個案住家
description: 個案王小明之住家,為本次交通接送(DA01)之出發地。
mode: Instance
type: Patient's Residence
address: 台北市中山區中山北路100號(home)
| Longitude | Latitude |
| 121.524 | 25.0625 |
{
"resourceType": "Location",
"id": "ltc-location-feeapply-home-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": "PTRES",
"display": "Patient's Residence"
}
]
}
],
"address": {
"use": "home",
"type": "physical",
"text": "台北市中山區中山北路100號"
},
"position": {
"longitude": 121.524,
"latitude": 25.0625
}
}