FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole example
Language: en
Profile: QICore PractitionerRole
identifier: http://www.acme.org/practitionerroles/31 (use: temp, )
active: true
period: 1995 --> (ongoing)
practitioner: Dr Adam Careful
organization: Organization Health Level Seven International
code: Clinic/Center
specialty: Dentist
location: Location South Wing, second floor
telecom: ph: 801-123-4567
{
"resourceType": "PractitionerRole",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "temp",
"system": "http://www.acme.org/practitionerroles",
"value": "31"
}
],
"active": true,
"period": {
"start": "1995"
},
"practitioner": {
"reference": "Practitioner/example",
"display": "Dr Adam Careful"
},
"organization": {
"reference": "Organization/example"
},
"code": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "261Q00000X",
"display": "Clinic/Center"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "122300000X",
"display": "Dentist"
}
]
}
],
"location": [
{
"reference": "Location/example"
}
],
"telecom": [
{
"system": "phone",
"value": "801-123-4567"
}
]
}