FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.fhir.directory
Resource TypeLocation
IdLocation-PharmacyLocationExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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
  }
}