FHIR IG analytics| Package | hl7.fhir.us.mdi |
| Resource Type | Location |
| Id | Location-vrdr-death-location-dcr-ex1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location vrdr-death-location-dcr-ex1
Profile: Death Location
identifier: http://example.org/fhir/Insurity.Tahoe.Organization.Entity.BusinessUnitCode/LOADED_FACILITY_20022
name: Lawrence & Memorial Hospital
type: Death Location
address: 123 Any Street Wayne MI 48184 US
{
"resourceType": "Location",
"id": "vrdr-death-location-dcr-ex1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir/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"
}
}