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

FHIR IG analytics

Packagehl7.fhir.cz.lab
Resource TypePractitionerRole
IdPractitionerRole-3e4f8b7c-9a25-49cf-8b2a-2a8f1e7f3d66.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PractitionerRole 3e4f8b7c-9a25-49cf-8b2a-2a8f1e7f3d66

active: true

practitioner: Practitioner Karel Franc

organization: Organization Nemocnice Žlábek Dolní

code: Lékař po absolvování specializačního vzdělání (L3)

telecom: karel.franc@zlabekdolni.cz


Source1

{
  "resourceType": "PractitionerRole",
  "id": "3e4f8b7c-9a25-49cf-8b2a-2a8f1e7f3d66",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-practitionerrole-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "urn:uuid:c2a7b9de-3b44-4e6f-9e51-9a1b8f1c82f4"
  },
  "organization": {
    "reference": "urn:uuid:bc2b8a3e-999a-4f10-91ce-1dc12fa0e123"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://ncez.mzcr.cz/terminology/CodeSystem/nrzp-povolani",
          "code": "L3",
          "display": "Lékař po absolvování specializačního vzdělání (L3)"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "karel.franc@zlabekdolni.cz"
    }
  ]
}