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

: US Pathology Provider Types CodeSystem - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "us-pathology-provider-types",
  "meta" : {
    "versionId" : "8",
    "lastUpdated" : "2021-08-06T14:01:37.442+00:00",
    "source" : "#ZUtzI9gMaQppmoj3"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">collector<a name=\"us-pathology-provider-types-collector\"> </a></td><td>Physician Primary Surgeon</td><td>The Primary Surgeon who obtained the specimen</td></tr><tr><td style=\"white-space:nowrap\">orderer<a name=\"us-pathology-provider-types-orderer\"> </a></td><td>Physician Ordering Pathology testing</td><td>The Physician who orders the pathology testing</td></tr><tr><td style=\"white-space:nowrap\">principal-result-interpreter<a name=\"us-pathology-provider-types-principal-result-interpreter\"> </a></td><td>Pathologist principally interpreting results on pathology testing</td><td>Pathologist principally interpreting results on pathology testing</td></tr><tr><td style=\"white-space:nowrap\">responsible-observer<a name=\"us-pathology-provider-types-responsible-observer\"> </a></td><td>Pathologist responsible for observing pathology testing</td><td>Pathologist responsible for observing pathology testing</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types",
  "version" : "0.1.0",
  "name" : "USPathologyProviderTypes",
  "title" : "US Pathology Provider Types",
  "status" : "draft",
  "date" : "2021-08-12T15:45:55+00:00",
  "publisher" : "HL7 International - Orders and Observations",
  "contact" : [
    {
      "name" : "HL7 International - Orders and Observations",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "content" : "complete",
  "concept" : [
    {
      "code" : "collector",
      "display" : "Physician Primary Surgeon",
      "definition" : "The Primary Surgeon who obtained the specimen"
    },
    {
      "code" : "orderer",
      "display" : "Physician Ordering Pathology testing",
      "definition" : "The Physician who orders the pathology testing"
    },
    {
      "code" : "principal-result-interpreter",
      "display" : "Pathologist principally interpreting results on pathology testing",
      "definition" : "Pathologist principally interpreting results on pathology testing"
    },
    {
      "code" : "responsible-observer",
      "display" : "Pathologist responsible for observing pathology testing",
      "definition" : "Pathologist responsible for observing pathology testing"
    }
  ]
}