FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/PCDEtempCodes

Packagehl7.fhir.us.davinci-pcde
TypeCodeSystem
IdPCDEtempCodes
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-pcde/https://build.fhir.org/ig/HL7/davinci-pcde/CodeSystem-PCDEtempCodes.html
URLhttp://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes
Version1.0.0
Statusdraft
Date2022-08-29T14:43:13+00:00
NamePCDETempCodes
TitlePCDE Temporary Codes
Realmus
Authorityhl7
DescriptionTemporary 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.
Contentcomplete

Resources that use this resource

ValueSet
PCDESectionCodePCDE Document Section Codes

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes defines the following codes:

LvlCodeDisplayDefinition
1pcde Coverage Transition DocumentA document that details information related to transitioning coverage from one payor to another.
1_section
2  activeTreatment Active TreatmentsA section detailing information about ongoing, current, active treatments.
2  treatment TreatmentA sub-section detailing treatment information.
2  priorCoverage Prior CoverageA sub-section detailing current active prior authorizations.
2  supportingInfo Supporting InformationA sub-section detailing previous observations and therapies that support the current treatment.
2  otherDocumentation Other DocumentA section detailing additional information deemed relevant to the transfer of care.

Source

{
  "resourceType": "CodeSystem",
  "id": "PCDEtempCodes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
        }
      ]
    }
  ]
}