FHIR IG analytics| Package | ihe.qrph.ccg |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PractitionerRole-124.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole PractitionerRole-124
Profile: CCG Data-In Bundle PractitionerRole
identifier: http://example.org/ids/PractitionerRole-124
practitioner: Practitioner Doctor Doctor
organization: Organization Example Organization
specialty: Family practice (qualifier value)
{
"resourceType": "PractitionerRole",
"id": "PractitionerRole-124",
"meta": {
"profile": [
"https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/ids",
"value": "PractitionerRole-124"
}
],
"practitioner": {
"reference": "Practitioner/Practitioner-123"
},
"organization": {
"reference": "Organization/Organization-14"
},
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419772000",
"display": "Family practice (qualifier value)"
}
]
}
]
}