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

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeLocation
IdLocation-ltc-location-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-example

status: Active

name: 新北市私立安康老人長期照顧中心(養護型)

description: 失智症個案陳明輝目前所在的日照中心

mode: Instance

type: Patient's Residence

address: 新北市中和區安康路二段123號(work)

Positions

-LongitudeLatitudeAltitude
*121.508924.993625.5

Source1

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