FHIR IG analytics| Package | de.gematik.fhir.directory |
| Resource Type | Location |
| Id | Location-LocationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}