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

FHIR IG analytics

Packagerki.emiga.common
Resource TypePractitioner
IdPractitioner-EmigaUser-001.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": "EmigaUser-001",
  "meta": {
    "profile": [
      "https://emiga.rki.de/fhir/common/StructureDefinition/EmigaUserPractitioner"
    ],
    "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.",
        "display": "Robert Koch-Institut"
      }
    ]
  },
  "name": [
    {
      "given": [
        "Erika"
      ],
      "family": "Musterfrau"
    }
  ],
  "identifier": [
    {
      "value": "testemail@example.com"
    }
  ],
  "active": true
}