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

FHIR IG analytics

Packagede.gematik.directory
Resource TypePractitioner
IdPractitioner-TIPractitionerExampleDentist.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": "TIPractitionerExampleDentist",
  "meta": {
    "tag": [
      {
        "system": "https://gematik.de/fhir/directory/CodeSystem/Origin",
        "code": "ldap"
      }
    ],
    "profile": [
      "https://gematik.de/fhir/directory/StructureDefinition/PractitionerDirectoryStrict"
    ]
  },
  "identifier": [
    {
      "system": "https://gematik.de/fhir/sid/telematik-id",
      "value": "2-2.58.00000040"
    }
  ],
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "code": "1.2.276.0.76.4.31",
            "system": "https://gematik.de/fhir/directory/CodeSystem/PractitionerProfessionOID",
            "display": "Zahnärztin/Zahnarzt"
          }
        ]
      }
    }
  ],
  "name": [
    {
      "prefix": [
        "Dr."
      ],
      "given": [
        "Max",
        "Manfred"
      ],
      "family": "Musterman",
      "text": "Dr. Max Manfred Mustermann"
    }
  ]
}