Cancer Pathology Data Sharing
0.1.0 - STU 1 Ballot

This page is part of the Sharing eCC Data from Pathology Labs to EHR (v0.1.0: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Oncologist PractitionerRole (example) - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "oncologist-example",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2021-08-06T14:01:37.030+00:00",
    "source" : "#ZUtzI9gMaQppmoj3",
    "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</b></p><p><b>practitioner</b>: <a href=\"Practitioner-oncologist-example.html\">Generated Summary: id: 123456789; Wise Owl </a></p><p><b>organization</b>: <a href=\"Organization-Redwood-Womens-Center-PC.html\">Generated Summary: active; name: Redwood Women's Center, P.C.</a></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types orderer}\">Physician Ordering Pathology testing</span></p><p><b>telecom</b>: ph: 720-242-5555</p></div>"
  },
  "practitioner" : {
    "reference" : "Practitioner/oncologist-example"
  },
  "organization" : {
    "reference" : "Organization/Redwood-Womens-Center-PC"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types",
          "code" : "orderer",
          "display" : "Physician Ordering Pathology testing"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "720-242-5555"
    }
  ]
}