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

FHIR IG analytics

Packagekvdigital.terminschnittstelle-fuer-dritte
Resource TypeOrganization
IdKBV_PR_KV_DIGITAL_TS_DRITTE_Organization_Example_3.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

Diese Organization-Instanz beschreibt die Praxis 'Dr. med. Hans Topp-Glücklich'. Diese Praxis befindet sich in der Musterstr. 1, 64283 Darmstadt.

Source1

{
  "resourceType": "Organization",
  "id": "02df27c6-acdc-4067-b393-94416a1cc502",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_DRITTE_Organization|1.1.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Additional_Comment",
      "valueString": "Nur Diabetes-Behandlung!"
    }
  ],
  "name": "Praxis Dr. med. Hans Topp-Glücklich 3",
  "telecom": [
    {
      "system": "phone",
      "value": "030123456789"
    },
    {
      "system": "url",
      "value": "https://www.praxis-topp-gluecklich.de"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Musterstr. 1"
      ],
      "city": "Darmstadt",
      "postalCode": "64283"
    }
  ]
}