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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypePractitioner
IdPractitioner-d2e3f4a5-3c4d-5e6f-0a1b-2c3d4e5f6a7b.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": "d2e3f4a5-3c4d-5e6f-0a1b-2c3d4e5f6a7b",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-person"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "PRN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://gematik.de/fhir/sid/telematik-id",
      "value": "1-HBA-Testkarte-883110000123466"
    }
  ],
  "name": [
    {
      "prefix": [
        "Dr."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ],
      "use": "official",
      "text": "Dr. Anna Mueller",
      "family": "Mueller",
      "given": [
        "Anna"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49 30 123457"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Praxisstraße 10"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Praxisstraße"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "10"
            }
          ]
        }
      ],
      "city": "Berlin",
      "postalCode": "10115",
      "country": "DE"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://ihe-d.de/CodeSystems/AerztlicheFachrichtungen",
            "code": "MZKH",
            "display": "Zahnmedizin"
          }
        ]
      }
    }
  ]
}