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

FHIR IG analytics

Packagede.j-med.myjmed
Resource TypePractitioner
IdPractitioner-MyJMedPractitionerExample.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": "MyJMedPractitionerExample",
  "meta": {
    "profile": [
      "https://fhir.j-med.de/StructureDefinition/myjmed-practitioner"
    ]
  },
  "identifier": [
    {
      "system": "http://praxis.myjmed.example/practitioner-id",
      "value": "PR-0456"
    }
  ],
  "name": [
    {
      "given": [
        "Monika"
      ],
      "use": "official",
      "family": "Engelhardt"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "monika.engelhardt@onkologiepraxis.de"
    }
  ],
  "qualification": [
    {
      "code": {
        "text": "Fachärztin für Hämatologie und Onkologie"
      }
    }
  ],
  "gender": "female"
}