FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-b975ec26-4ecf-4588-9fa2-afbb0d9fc530.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole b975ec26-4ecf-4588-9fa2-afbb0d9fc530
Profile: PractitionerRole (Core)
identifier: http://example.org/practitioner-role-ids/PR-123456
active: true
practitioner: Practitioner Anna Smith
organization: Organization University Hospital Berlin
code: Medical Doctors
{
"resourceType": "PractitionerRole",
"id": "b975ec26-4ecf-4588-9fa2-afbb0d9fc530",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/core/StructureDefinition/practitionerRole-myhealtheu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/practitioner-role-ids",
"value": "PR-123456"
}
],
"active": true,
"practitioner": {
"reference": "Practitioner/b06b2c2c-15dd-4e58-b27e-37326ba51407"
},
"organization": {
"reference": "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
},
"code": [
{
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.2.9.6.2.7",
"code": "221",
"display": "Medical Doctors"
}
]
}
]
}