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 ValueSet - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "us-pathology-provider-types",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2021-08-06T14:01:37.220+00:00",
    "source" : "#ZUtzI9gMaQppmoj3"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ParticipationType.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ParticipationType</code></a> version <code>2018-08-12</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ADM\">ADM</a></td><td>admitter</td><td>The practitioner who is responsible for admitting a patient to a patient encounter.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ATND\">ATND</a></td><td>attender</td><td>The practitioner that has responsibility for overseeing a patient's care during a patient encounter.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CON\">CON</a></td><td>consultant</td><td>An advisor participating in the service by performing evaluations and making recommendations.</td></tr><tr><td><a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v3-ParticipationType.html#v3-ParticipationType-REF\">REF</a></td><td>referrer</td><td>A person having referred the subject of the service to the performer (referring physician). Typically, a referring physician will receive a report.</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-us-pathology-provider-types.html\"><code>http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-us-pathology-provider-types.html#us-pathology-provider-types-collector\">collector</a></td><td>Physician Primary Surgeon</td><td>The Primary Surgeon who obtained the specimen</td></tr><tr><td><a href=\"CodeSystem-us-pathology-provider-types.html#us-pathology-provider-types-orderer\">orderer</a></td><td>Physician Ordering Pathology testing</td><td>The Physician who orders the pathology testing</td></tr><tr><td><a href=\"CodeSystem-us-pathology-provider-types.html#us-pathology-provider-types-principal-result-interpreter\">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><a href=\"CodeSystem-us-pathology-provider-types.html#us-pathology-provider-types-responsible-observer\">responsible-observer</a></td><td>Pathologist responsible for observing pathology testing</td><td>Pathologist responsible for observing pathology testing</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/cancer-reporting/ValueSet/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"
        }
      ]
    }
  ],
  "description" : "ValueSet for Practitioner roles within NAACCR reporting. This ValueSet is composed of HL7 ParticipationType codes (found in PV1) and concepts from Pathology Provider Types CodeSystem (found in OBR). ",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "version" : "2018-08-12",
        "concept" : [
          {
            "code" : "ADM",
            "display" : "admitter"
          },
          {
            "code" : "ATND",
            "display" : "attender"
          },
          {
            "code" : "CON",
            "display" : "consultant"
          },
          {
            "code" : "REF",
            "display" : "referrer"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/us/cancer-reporting/CodeSystem/us-pathology-provider-types",
        "concept" : [
          {
            "code" : "collector",
            "display" : "Physician Primary Surgeon"
          },
          {
            "code" : "orderer",
            "display" : "Physician Ordering Pathology testing"
          },
          {
            "code" : "principal-result-interpreter",
            "display" : "Pathologist principally interpreting results on pathology testing"
          },
          {
            "code" : "responsible-observer",
            "display" : "Pathologist responsible for observing pathology testing"
          }
        ]
      }
    ]
  }
}