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_10.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-4567-b393-93416a1cc502",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_DRITTE_Organization|1.1.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Praxis Dr. med. Hans Topp-Glücklich 10",
  "telecom": [
    {
      "system": "url",
      "value": "https://www.praxis-topp-gluecklich.de"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Musterstr. 1"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstr."
            }
          ]
        }
      ],
      "city": "Darmstadt",
      "postalCode": "64283"
    }
  ]
}