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

FHIR IG analytics

Packagehl7.fhir.us.vrdr.r4
Resource TypeLocation
IdLocation-DeathLocation-Example1.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 DeathLocation-Example1

name: Pecan Grove Nursing Home

description: nursing home

type: Death Location

address: Albany NY US

Positions

-LongitudeLatitude
*-77.05063638.889248

Source1

{
  "resourceType": "Location",
  "id": "DeathLocation-Example1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Pecan Grove Nursing Home",
  "description": "nursing home",
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
          "code": "death"
        }
      ]
    }
  ],
  "address": {
    "city": "Albany",
    "state": "NY",
    "country": "US"
  },
  "position": {
    "longitude": -77.050636,
    "latitude": 38.889248
  }
}