Vital Records Death Reporting (VRDR) FHIR Implementation Guide
3.0.0 - STU3 United States of America flag

This page is part of the Vital Records Death Reporting FHIR Implementation Guide (v3.0.0: STU3) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Atlanta GA Injury Location - Freeman - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "location-injury-vr-atlanta-ga-a-freeman",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-injury-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location location-injury-vr-atlanta-ga-a-freeman</b></p><a name=\"location-injury-vr-atlanta-ga-a-freeman\"> </a><a name=\"hclocation-injury-vr-atlanta-ga-a-freeman\"> </a><a name=\"location-injury-vr-atlanta-ga-a-freeman-en-US\"> </a><p><b>identifier</b>: <code>http://www.acme.org/location</code>/29</p><p><b>status</b>: Active</p><p><b>name</b>: Atlanta GA Injury Location - Freeman</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs injury}\">Injury Location</span></p><p><b>address</b>: 400 Windstream Street Atlanta GA US (home)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.acme.org/location",
      "value" : "29"
    }
  ],
  "status" : "active",
  "name" : "Atlanta GA Injury Location - Freeman",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
          "code" : "injury"
        }
      ]
    }
  ],
  "address" : {
    "use" : "home",
    "type" : "physical",
    "line" : [
      "400 Windstream Street"
    ],
    "city" : "Atlanta",
    "district" : "Fulton County",
    "state" : "GA",
    "country" : "US"
  }
}