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

FHIR IG analytics

Packagerki.emiga.vzd
Resource TypePractitioner
IdPractitioner-Practitioner44588966.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": "Practitioner44588966",
  "meta": {
    "security": [
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceVisibilityType",
        "code": "inAgency",
        "display": "Eigene ÖGD-Stelle"
      },
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceResponsibility",
        "code": "1."
      }
    ],
    "profile": [
      "https://emiga.rki.de/fhir/vzd/StructureDefinition/EmigaPractitioner"
    ]
  },
  "name": [
    {
      "given": [
        "Gerd"
      ],
      "prefix": [
        "Dr."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ],
      "family": "Sommer",
      "text": "Dr. Gerd Sommer"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "gerd.sommer@example.org"
    },
    {
      "system": "phone",
      "value": "0123 456789-1280"
    }
  ],
  "active": true
}