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

(back to narrative)

Raw json

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