FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-practitionerroleLab.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole practitionerroleLab
Profile: Practitioner Role (CZ core)
identifier: http://www.acme.org/practitioners/148
active: true
practitioner: Laboratorní Chemik
organization: Biochemická laboratoř
code: Lékař
{
"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ř"
}
]
}
]
}