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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypePractitionerRole
IdPractitionerRole-practitionerroleLab.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 practitionerroleLab

identifier: http://www.acme.org/practitioners/148

active: true

practitioner: Laboratorní Chemik

organization: Biochemická laboratoř

code: Lékař


Source1

{
  "resourceType": "PractitionerRole",
  "id": "practitionerroleLab",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-practitionerrole-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/practitioners",
      "value": "148"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/Practitioner-lab",
    "display": "Laboratorní Chemik"
  },
  "organization": {
    "reference": "Organization/Synlab",
    "display": "Biochemická laboratoř"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://ncez.mzcr.cz/terminology/CodeSystem/nrzp-povolani",
          "code": "L00",
          "display": "Lékař"
        }
      ]
    }
  ]
}