FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeLocation
IdLocation-ltc-location-feeapply-home-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location ltc-location-feeapply-home-example

status: Active

name: 個案住家

description: 個案王小明之住家,為本次交通接送(DA01)之出發地。

mode: Instance

type: Patient's Residence

address: 台北市中山區中山北路100號(home)

Positions

-LongitudeLatitude
*121.52425.0625

Source1

{
  "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
  }
}