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

FHIR IG analytics

Packagehl7.fhir.cz.lab
Resource TypePractitionerRole
IdPractitionerRole-ff223344-5566-4777-8899-ccbbccddeeff.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 ff223344-5566-4777-8899-ccbbccddeeff

active: true

practitioner: Practitioner Kvido Zýbradlo

organization: Organization Nemocnice Žlábek Dolní

code: Lékař

telecom: kvido.zybradlo@zlabekdolni.cz


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ff223344-5566-4777-8899-ccbbccddeeff",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-practitionerrole-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "urn:uuid:aabbccdd-1111-4222-9333-ffeeddccbbcc"
  },
  "organization": {
    "reference": "urn:uuid:bc2b8a3e-999a-4f10-91ce-1dc12fa0e123"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://ncez.mzcr.cz/terminology/CodeSystem/nrzp-povolani",
          "code": "L00",
          "display": "Lékař"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "kvido.zybradlo@zlabekdolni.cz"
    }
  ]
}