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

FHIR IG analytics

Packagede.gematik.directory
Resource TypeLocation
IdLocation-LocationExample.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": "LocationExample",
  "meta": {
    "tag": [
      {
        "system": "https://gematik.de/fhir/directory/CodeSystem/Origin",
        "code": "ldap"
      }
    ],
    "profile": [
      "https://gematik.de/fhir/directory/StructureDefinition/LocationDirectoryStrict"
    ]
  },
  "name": "Praxis am Rathaus",
  "description": "Praxis für Allgemeinmedizin",
  "address": {
    "text": "Hauptstraße 1, 10117 Berlin",
    "line": [
      "Hauptstraße 1"
    ],
    "city": "Berlin",
    "state": "Berlin",
    "postalCode": "10117",
    "country": "DE"
  },
  "managingOrganization": {
    "reference": "Organization/OrganizationExample001"
  }
}