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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypePractitioner
IdPractitioner-2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e.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": "Practitioner",
  "id": "2b3c4d5e-6f7a-8b9c-0d1e-2f3a4b5c6d7e",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-person"
    ]
  },
  "name": [
    {
      "prefix": [
        "Dr."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ],
      "use": "official",
      "text": "Dr. A. Arzt",
      "family": "Arzt",
      "given": [
        "A."
      ]
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Docstrasse 25"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Docstrasse"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "25"
            }
          ]
        }
      ],
      "city": "Musterstadt",
      "postalCode": "12345",
      "country": "DE"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "code": "INNE",
            "system": "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen",
            "display": "Innere Medizin"
          }
        ]
      }
    }
  ]
}