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

FHIR IG analytics

Packagede.gematik.epa.medication
Resource TypeOrganization
IdOrganization-ad7dc0e7-cb44-4740-ba67-cb573e29d596.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization ad7dc0e7-cb44-4740-ba67-cb573e29d596

Profile: Organization in gematik Directoryversion: null1.0.0)

Tag: Synchronized from LDAP Directory (Details: Origin code ldap = 'Synchronized from LDAP Directory')

identifier: https://gematik.de/fhir/sid/telematik-id/9-2.58.00000045, https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR/012300004

active: true

type: Betriebsstätte Arzt

name: Praxis Dr. med. Max Mustermann

address:

  • Musterstr. 1 Mitte Darmstadt 64283 DE
  • 45678 Darmstadt DE

Source1

{
  "resourceType": "Organization",
  "id": "ad7dc0e7-cb44-4740-ba67-cb573e29d596",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/directory/StructureDefinition/OrganizationDirectory|1.0.0"
    ],
    "tag": [
      {
        "system": "https://gematik.de/fhir/directory/CodeSystem/Origin",
        "code": "ldap"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://gematik.de/fhir/sid/telematik-id",
      "value": "9-2.58.00000045"
    },
    {
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "012300004"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID",
          "code": "1.2.276.0.76.4.50",
          "display": "Betriebsstätte Arzt"
        }
      ]
    }
  ],
  "name": "Praxis Dr. med. Max Mustermann",
  "address": [
    {
      "type": "both",
      "line": [
        "Musterstr. 1",
        "Mitte"
      ],
      "city": "Darmstadt",
      "postalCode": "64283",
      "country": "DE"
    },
    {
      "type": "postal",
      "line": [
        "45678"
      ],
      "city": "Darmstadt",
      "country": "DE"
    }
  ]
}