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

: Pathologist PractitionerRole (example) - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "pathologist-example",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2021-08-06T14:01:37.146+00:00",
    "source" : "#ZUtzI9gMaQppmoj3",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole",
      "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-pathologist-example.html\">Generated Summary: id: 987654321; Stains Alot </a></p><p><b>organization</b>: <a href=\"Organization-principal-pathology-lab.html\">Generated Summary: active; name: Some Pathology Lab Name</a></p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types principal-result-interpreter}\">Pathologist principally interpreting results on pathology testing</span></p><p><b>telecom</b>: ph: 720-242-9999</p></div>"
  },
  "practitioner" : {
    "reference" : "Practitioner/pathologist-example"
  },
  "organization" : {
    "reference" : "Organization/principal-pathology-lab"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types",
          "code" : "principal-result-interpreter",
          "display" : "Pathologist principally interpreting results on pathology testing"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "720-242-9999"
    }
  ]
}