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

FHIR IG analytics

Packagehl7.fhir.cz.lab-order
Resource TypePractitionerRole
IdPractitionerRole-99988877-aaaa-4000-bbbb-cceeddccbbaa.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 99988877-aaaa-4000-bbbb-cceeddccbbaa

active: true

practitioner: Practitioner Erazim Vyčichlo

organization: Organization Nemocnice Žlábek Dolní

code: Lékař

telecom: erazim.vycichlo@zlabekdolni.cz


Source1

{
  "resourceType": "PractitionerRole",
  "id": "99988877-aaaa-4000-bbbb-cceeddccbbaa",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-practitionerrole-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/d12345af-8888-4001-bcde-1234567890ab"
  },
  "organization": {
    "reference": "Organization/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": "erazim.vycichlo@zlabekdolni.cz"
    }
  ]
}