This page is part of the Medicolegal Death Investigation (MDI) (v2.0.0-ballot2: STU 2 Ballot 3) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
{
"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 & 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"
}
}