FHIR IG analytics| Package | hl7.fhir.us.davinci-hrex |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-full.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole full
Language: en
Profile: HRex PractitionerRole Profile
practitioner: http://example.org/new-payer/fhir/Practitioner/pract1
organization: Organization New Health Plan
code: Chiropractor, Dentist
specialty: Exercise & Sports Psychologist, Family Psychologist
location:
telecom: ph: 1-222-333-4444, ronald.bone@newpayer.com, 1(111)-1111111 - after 5pm
endpoint:
{
"resourceType": "PractitionerRole",
"id": "full",
"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/full"
},
"code": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "111N00000X"
},
{
"system": "http://snomed.info/sct",
"code": "3842006"
}
]
},
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "122300000X"
},
{
"system": "http://snomed.info/sct",
"code": "106289002"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "103TE1100X"
}
]
},
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "103TF0000X"
}
]
}
],
"location": [
{
"reference": "http://example.org/some-clinic/Location/1874"
},
{
"reference": "http://example.org/some-clinic/Location/9233"
}
],
"telecom": [
{
"system": "phone",
"value": "1-222-333-4444"
},
{
"system": "email",
"value": "ronald.bone@newpayer.com"
},
{
"system": "pager",
"value": "1(111)-1111111 - after 5pm"
}
],
"endpoint": [
{
"reference": "http://example.org/some-clinic/EndPoint/1"
},
{
"reference": "http://example.org/some-clinic/EndPoint/2"
}
]
}