Generated Narrative
name: Example Injury Location Name
description: Example Injury Location Description
address: 781 Example Street Line 2 54321 MA 01730 US
Positions
- | Longitude | Latitude |
* | 38.8951 | 77.0364 |
"
];
fhir:Location.name [ fhir:value "Example Injury Location Name"];
fhir:Location.description [ fhir:value "Example Injury Location Description"];
fhir:Location.address [
fhir:Address.line [
fhir:value "781 Example Street";
fhir:index 0
], [
fhir:value "Line 2";
fhir:index 1
];
fhir:Address.city [ fhir:value "54321" ];
fhir:Address.district [ fhir:value "OTH" ];
fhir:Address.state [ fhir:value "MA" ];
fhir:Address.postalCode [ fhir:value "01730" ];
fhir:Address.country [ fhir:value "US" ]
];
fhir:Location.position [
fhir:Location.position.longitude [ fhir:value "38.8951"^^xsd:decimal ];
fhir:Location.position.latitude [ fhir:value "77.0364"^^xsd:decimal ]
] .
# - ontology header ------------------------------------------------------------