FHIR IG analytics| Package | hl7.fhir.uv.ipa |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-PractitionerRoleExample1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole PractitionerRoleExample1
Profile: IPA-PractitionerRole
active: true
practitioner: Marty Seeger
code: Physician
specialty: Family Practice, Internal Medicine
{
"resourceType": "PractitionerRole",
"id": "PractitionerRoleExample1",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/PractitionerExample1",
"display": "Marty Seeger"
},
"code": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/practitioner-role",
"code": "doctor",
"display": "Doctor"
}
],
"text": "Physician"
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419772000",
"display": "Family Practice"
}
],
"text": "Family Practice"
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419192003",
"display": "Internal medicine"
}
],
"text": "Internal Medicine"
}
]
}