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

FHIR IG analytics

Packagehl7.fhir.us.mdi
Resource TypeLocation
IdLocation-vrdr-death-location-string.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 vrdr-death-location-string

identifier: http://www.acme.org/location/29

status: Active

name: Atlanta GA Death Location - Freeman (address string)

type: Death Location

address: 400 Windstream Street, Atlanta, GA(home)


Source1

{
  "resourceType": "Location",
  "id": "vrdr-death-location-string",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/location",
      "value": "29"
    }
  ],
  "status": "active",
  "name": "Atlanta GA Death Location - Freeman (address string)",
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
          "code": "death"
        }
      ]
    }
  ],
  "address": {
    "use": "home",
    "type": "physical",
    "text": "400 Windstream Street, Atlanta, GA"
  }
}