FHIR IG analytics| Package | de.gematik.directory |
| Resource Type | Location |
| Id | Location-PharmacyLocationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "PharmacyLocationExample",
"meta": {
"tag": [
{
"system": "https://gematik.de/fhir/directory/CodeSystem/Origin",
"code": "ldap"
}
],
"profile": [
"https://gematik.de/fhir/directory/StructureDefinition/LocationDirectoryStrict"
]
},
"name": "Rathausapotheke",
"address": {
"use": "work",
"type": "postal",
"text": "Theodor-Stern-Kai 7, 60596 Frankfurt am Main, Hessen, DE",
"line": [
"Theodor-Stern-Kai 7"
],
"city": "Frankfurt am Main",
"state": "Hessen",
"postalCode": "60596",
"country": "DE"
},
"managingOrganization": {
"reference": "Organization/OrganizationExample001"
},
"position": {
"longitude": 8.6648,
"latitude": 50.097
}
}