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

FHIR IG analytics

Packagede.gematik.directory
Resource TypeOrganization
IdOrganization-PharmacyOrganizationExample.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": "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"
    }
  ]
}