Medicolegal Death Investigation (MDI) FHIR Implementation Guide
2.0.1-cibuild - ci-build United States of America flag

Medicolegal Death Investigation (MDI) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.1-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-mdi-ig/ and changes regularly. See the Directory of published versions

: VRDR Death Location - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "vrdr-death-location-dcr-ex1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location vrdr-death-location-dcr-ex1</b></p><a name=\"vrdr-death-location-dcr-ex1\"> </a><a name=\"hcvrdr-death-location-dcr-ex1\"> </a><a name=\"vrdr-death-location-dcr-ex1-en-US\"> </a><p><b>identifier</b>: <code>http://Tahoe.Web/Insurity.Tahoe.Organization.Entity.BusinessUnitCode</code>/LOADED_FACILITY_20022</p><p><b>name</b>: Lawrence &amp; Memorial Hospital</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs death}\">Death Location</span></p><p><b>address</b>: 123 Any Street Wayne MI 48184 US </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://Tahoe.Web/Insurity.Tahoe.Organization.Entity.BusinessUnitCode",
      "value" : "LOADED_FACILITY_20022"
    }
  ],
  "name" : "Lawrence & Memorial Hospital",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-location-type-cs",
          "code" : "death"
        }
      ]
    }
  ],
  "address" : {
    "line" : [
      "123 Any Street"
    ],
    "_line" : [
      {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString" : "123"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString" : "Any Street"
          }
        ]
      }
    ],
    "city" : "Wayne",
    "district" : "Wayne",
    "state" : "MI",
    "postalCode" : "48184",
    "country" : "US"
  }
}