FHIR IG analytics| Package | de.gematik.directory |
| Resource Type | Organization |
| Id | Organization-PharmacyOrganizationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "PharmacyOrganizationExample",
"meta": {
"tag": [
{
"system": "https://gematik.de/fhir/directory/CodeSystem/Origin",
"code": "ldap"
}
],
"profile": [
"https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectoryStrict"
]
},
"identifier": [
{
"system": "https://gematik.de/fhir/sid/telematik-id",
"value": "3-07.2.1444560000.16.108"
}
],
"type": [
{
"coding": [
{
"code": "1.2.276.0.76.4.54",
"system": "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
"display": "Öffentliche Apotheke"
}
]
}
],
"name": "Rathausapotheke",
"active": true,
"alias": [
"Rathausapotheke"
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "030 1234567"
}
]
}
],
"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"
}
]
}