FHIR IG analytics| Package | fhir.argonaut.pd |
| Resource Type | Location |
| Id | Location-example-location-3.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: example-location-3
meta:
identifier: 29
status: active
name: Health Level Seven International - Amherst
description: HL7 Headquarters - East
telecom: ph: (+1) 734-677-7777
address: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002
| - | Longitude | Latitude |
| * | -72.519854 | 42.373222 |
{
"resourceType": "Location",
"id": "example-location-3",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut-pd/StructureDefinition/argo-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/location",
"value": "29"
}
],
"status": "active",
"name": "Health Level Seven International - Amherst",
"description": "HL7 Headquarters - East",
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
}
],
"address": {
"text": "3300 Washtenaw Avenue, Suite 227 Amherst MA 01002",
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002",
"country": "USA"
},
"position": {
"longitude": -72.519854,
"latitude": 42.373222
},
"managingOrganization": {
"reference": "Organization/example-organization-2"
}
}