Da Vinci - Payer Coverage Decision Exchange (PCDE)
1.0.0 - STU 1 United States of America flag

Da Vinci - Payer Coverage Decision Exchange (PCDE), published by HL7 International - Financial Management Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/davinci-pcde/ and changes regularly. See the Directory of published versions

: PCDE Temporary Codes - JSON Representation

Draft as of 2022-08-29

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "PCDEtempCodes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes defines the following codes:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">pcde<a name=\"PCDEtempCodes-pcde\"> </a></td><td>Coverage Transition Document</td><td>A document that details information related to transitioning coverage from one payor to another.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">_section<a name=\"PCDEtempCodes-_section\"> </a></td><td/><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  activeTreatment<a name=\"PCDEtempCodes-activeTreatment\"> </a></td><td>Active Treatments</td><td>A section detailing information about ongoing, current, active treatments.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  treatment<a name=\"PCDEtempCodes-treatment\"> </a></td><td>Treatment</td><td>A sub-section detailing treatment information.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  priorCoverage<a name=\"PCDEtempCodes-priorCoverage\"> </a></td><td>Prior Coverage</td><td>A sub-section detailing current active prior authorizations.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  supportingInfo<a name=\"PCDEtempCodes-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>2</td><td style=\"white-space:nowrap\">  otherDocumentation<a name=\"PCDEtempCodes-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/PCDEtempCodes",
  "version" : "1.0.0",
  "name" : "PCDETempCodes",
  "title" : "PCDE Temporary Codes",
  "status" : "draft",
  "date" : "2022-08-29T14:43:13+00:00",
  "publisher" : "HL7 International - Financial Management Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description" : "Temporary codes defined for use in the PCDE specification.  These codes will be replaced by official HL7, LOINC and/or other codes in a future release once implementer experience has confirmed requirements.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "pcde",
      "display" : "Coverage Transition Document",
      "definition" : "A document that details information related to transitioning coverage from one payor to another."
    },
    {
      "code" : "_section",
      "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."
        }
      ]
    }
  ]
}