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

FHIR IG analytics

Packagerki.emiga.vzd
Resource TypePractitionerRole
IdPractitionerRole-EpiWarnPractitionerRole.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": "PractitionerRole",
  "id": "EpiWarnPractitionerRole",
  "meta": {
    "security": [
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceVisibilityType",
        "code": "inPublicHealthService",
        "display": "ÖGD-weit"
      },
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/ResourceResponsibility",
        "code": "1."
      }
    ],
    "tag": [
      {
        "system": "https://emiga.rki.de/fhir/common/CodeSystem/Relevance",
        "code": "IfsgKoordVwV",
        "display": "Paragraf 2 IfSG-Koordinierungs-VwV"
      }
    ],
    "profile": [
      "https://emiga.rki.de/fhir/vzd/StructureDefinition/EmigaPractitionerRole"
    ]
  },
  "location": [
    {
      "reference": "Location/EpiWarnLocation"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/EpiWarnHealthcareService"
    }
  ],
  "code": [
    {
      "coding": [
        {
          "system": "https://emiga.rki.de/fhir/vzd/CodeSystem/PractitionerRole",
          "code": "personOfContact",
          "display": "Ansprechperson"
        }
      ]
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/EpiWarnPractitioner"
  },
  "organization": {
    "reference": "Organization/EpiWarnOrganization"
  }
}