Generated Narrative
name: Example Death Location Name
description: Example Death Location Description
type: Death in hospital
address: 671 Example Street Line 2 Bedford MA 01730 United States
"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/Location-Jurisdiction-Id" ]
];
fhir:Location.name [ fhir:value "Example Death Location Name"];
fhir:Location.description [ fhir:value "Example Death Location Description"];
fhir:Location.type [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:16983000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "16983000" ];
fhir:Coding.display [ fhir:value "Death in hospital" ]
]
];
fhir:Location.address [
fhir:Address.line [
fhir:value "671 Example Street";
fhir:index 0
], [
fhir:value "Line 2";
fhir:index 1
];
fhir:Address.city [ fhir:value "Bedford" ];
fhir:Address.district [ fhir:value "Middlesex" ];
fhir:Address.state [ fhir:value "MA" ];
fhir:Address.postalCode [ fhir:value "01730" ];
fhir:Address.country [ fhir:value "United States" ]
] .
# - ontology header ------------------------------------------------------------