FHIR IG analytics| Package | hl7.fhir.uv.cpg |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-chf-scenario1-practitionerrole.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole chf-scenario1-practitionerrole
active: true
practitioner: Practitioner Rodriguez, Jesse
organization: Organization ACME Hospital
code: Specialist medical practitioner
specialty: Cardiology
location: Location Unit 3 East
{
"resourceType": "PractitionerRole",
"id": "chf-scenario1-practitionerrole",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/chf-scenario1-practitioner"
},
"organization": {
"reference": "Organization/chf-scenario1-organization"
},
"code": [
{
"coding": [
{
"system": "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-persona-cs",
"code": "2212",
"display": "Specialist medical practitioner"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394579002",
"display": "Cardiology"
}
]
}
],
"location": [
{
"reference": "Location/chf-scenario1-location"
}
]
}