Da Vinci - Payer Coverage Decision Exchange
0.1.0 - STU Ballot

This page is part of the Da Vinci Payer Coverage Decision Exchange (PCDE) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

PCDE Document Section Codes Code System - XML Representation

(back to narrative)

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="PCDESectionCode"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>PCDEDocumentSectionCode</h2><div><p>The code specifying different PCDE Sections.</p>
</div><p>This code system http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDESectionCode 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">activeTreatment<a name="PCDESectionCode-activeTreatment"> </a></td><td>Active Treatments</td><td>A section detailing information about ongoing, current, active treatments.</td></tr><tr><td style="white-space:nowrap">treatment<a name="PCDESectionCode-treatment"> </a></td><td>Treatment</td><td>A sub-section detailing treatment information.</td></tr><tr><td style="white-space:nowrap">priorCoverage<a name="PCDESectionCode-priorCoverage"> </a></td><td>Prior Coverage</td><td>A sub-section detailing current active prior authorizations.</td></tr><tr><td style="white-space:nowrap">supportingInfo<a name="PCDESectionCode-supportingInfo"> </a></td><td>Supporting Information</td><td>A sub-section detailing previous observations and therapies that support the current treatment.</td></tr><tr><td style="white-space:nowrap">otherDocumentation<a name="PCDESectionCode-otherDocumentation"> </a></td><td>Other Document</td><td>A section detailing additional information deemed relevant to the transfer of care.</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDESectionCode"/>
  <version value="0.1.0"/>
  <name value="PCDEDocumentSectionCode"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2018-03-13T11:16:34-04:00"/>
  <contact>
    <telecom>
      <system value="url"/>
    </telecom>
    <telecom>
      <system value="email"/>
    </telecom>
  </contact>
  <description value="The code specifying different PCDE Sections."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/us/davinci-pcde/ValueSet/PCDESectionCode"/>
  <content value="complete"/>
  <concept>
    <code value="activeTreatment"/>
    <display value="Active Treatments"/>
    <definition
                value="A section detailing information about ongoing, current, active treatments."/>
  </concept>
  <concept>
    <code value="treatment"/>
    <display value="Treatment"/>
    <definition value="A sub-section detailing treatment information."/>
  </concept>
  <concept>
    <code value="priorCoverage"/>
    <display value="Prior Coverage"/>
    <definition
                value="A sub-section detailing current active prior authorizations."/>
  </concept>
  <concept>
    <code value="supportingInfo"/>
    <display value="Supporting Information"/>
    <definition
                value="A sub-section detailing previous observations and therapies that support the current treatment."/>
  </concept>
  <concept>
    <code value="otherDocumentation"/>
    <display value="Other Document"/>
    <definition
                value="A section detailing additional information deemed relevant to the transfer of care."/>
  </concept>
</CodeSystem>