This page is part of the Da Vinci Health Record Exchange (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "PractitionerRole",
"id" : "full",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"full\" </p></div><p><b>practitioner</b>: <a href=\"Practitioner-full.html\">Practitioner/full</a> \" BONE\"</p><p><b>organization</b>: <a href=\"Organization-full.html\">Organization/full</a> \"New Health Plan\"</p><p><b>code</b>: Chiropractor <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#111N00000X)</span>, Dentist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#122300000X)</span></p><p><b>specialty</b>: Exercise & Sports Psychologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#103TE1100X)</span>, Family Psychologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (provider-taxonomy#103TF0000X)</span></p><p><b>location</b>: </p><ul><li><a href=\"http://example.org/some-clinic/Location/1874\">http://example.org/some-clinic/Location/1874</a></li><li><a href=\"http://example.org/some-clinic/Location/9233\">http://example.org/some-clinic/Location/9233</a></li></ul><p><b>telecom</b>: ph: 1-222-333-4444, <a href=\"mailto:ronald.bone@newpayer.com\">ronald.bone@newpayer.com</a>, 1(111)-1111111 - after 5pm</p><p><b>endpoint</b>: </p><ul><li><a href=\"http://example.org/some-clinic/EndPoint/1\">http://example.org/some-clinic/EndPoint/1</a></li><li><a href=\"http://example.org/some-clinic/EndPoint/2\">http://example.org/some-clinic/EndPoint/2</a></li></ul></div>"
},
"practitioner" : {
"reference" : "Practitioner/full"
},
"organization" : {
"reference" : "Organization/full"
},
"code" : [
{
"coding" : [
{
"system" : "http://nucc.org/provider-taxonomy",
"code" : "111N00000X"
}
]
},
{
"coding" : [
{
"system" : "http://nucc.org/provider-taxonomy",
"code" : "122300000X"
}
]
}
],
"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"
}
]
}