This page is part of the Sharing eCC Data from Pathology Labs to EHR (v1.0.1: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "PractitionerRole",
"id" : "practitionerrole-uspath-surgeon-example",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2022-04-20T20:56:01.077+00:00",
"source" : "#JqpM7QjUEzfyOUY3",
"profile" : [
🔗 "http://hl7.org/fhir/us/cancer-reporting/StructureDefinition/us-pathology-related-practitioner-role"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PractitionerRole</b><a name=\"practitionerrole-uspath-surgeon-example\"> </a><a name=\"hcpractitionerrole-uspath-surgeon-example\"> </a></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 PractitionerRole "practitionerrole-uspath-surgeon-example" Version "1" Updated "2022-04-20 20:56:01+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #JqpM7QjUEzfyOUY3!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-pathology-related-practitioner-role.html\">US Pathology Related Practitioner Roles</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner-surgeon-example.html\">Practitioner/surgeon-example</a> " ALOT"</p><p><b>organization</b>: <a href=\"Organization-Redwood-Womens-Center-PC.html\">Organization/Redwood-Womens-Center-PC</a> "Redwood Women's Center, P.C."</p><p><b>code</b>: Ordering Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0443.html\">providerRole</a>#OP)</span></p><p><b>telecom</b>: ph: 720-242-5555</p></div>"
},
"practitioner" : {
🔗 "reference" : "Practitioner/surgeon-example"
},
"organization" : {
🔗 "reference" : "Organization/Redwood-Womens-Center-PC"
},
"code" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "OP",
"display" : "Ordering Provider"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "720-242-5555"
}
]
}