FHIR IG analytics| Package | hl7.fhir.us.davinci-hrex |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-min.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole min
Language: en
Profile: HRex PractitionerRole Profile
practitioner: http://example.org/new-payer/fhir/Practitioner/pract1
organization: Organization New Health Plan
telecom: ronald.bone@newpayer.com
{
"resourceType": "PractitionerRole",
"id": "min",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-practitionerrole"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"practitioner": {
"reference": "http://example.org/new-payer/fhir/Practitioner/pract1"
},
"organization": {
"reference": "Organization/min"
},
"telecom": [
{
"system": "email",
"value": "ronald.bone@newpayer.com"
}
]
}