Da Vinci Risk Adjustment Implementation Guide
2.0.0-preview - STU2 United States of America flag

Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ra/ and changes regularly. See the Directory of published versions

: Remark Reason CodeSystem - JSON Representation

Active as of 2024-05-16

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "remark-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-ra/CodeSystem/remark-reason</code> 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\">never-had-condition<a name=\"remark-reason-never-had-condition\"> </a></td><td>Patient never had the condition</td><td>Reason for the assessed-not-present remark is because the patient has never had this condition.</td></tr><tr><td style=\"white-space:nowrap\">inactive-condition<a name=\"remark-reason-inactive-condition\"> </a></td><td>Condition no longer active</td><td>Reason for the assessed-not-present remark is because the patient's condition is no longer active.</td></tr><tr><td style=\"white-space:nowrap\">inapplicable-gap<a name=\"remark-reason-inapplicable-gap\"> </a></td><td>Inapplicable gap</td><td>Reason for the assessed-not-present remark is because the patient has an active condition but the gap does not accurately describe it.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cqi"
    }
  ],
  "url" : "http://hl7.org/fhir/us/davinci-ra/CodeSystem/remark-reason",
  "version" : "2.0.0-preview",
  "name" : "RemarkReason",
  "title" : "Remark Reason CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-05-16T08:34:40+00:00",
  "publisher" : "HL7 International / Clinical Quality Information",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "Reason codes for remark",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 International - Clinical Quality Information Work Group, all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/us/davinci-ra/ValueSet/remark-reason",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "never-had-condition",
      "display" : "Patient never had the condition",
      "definition" : "Reason for the assessed-not-present remark is because the patient has never had this condition."
    },
    {
      "code" : "inactive-condition",
      "display" : "Condition no longer active",
      "definition" : "Reason for the assessed-not-present remark is because the patient's condition is no longer active."
    },
    {
      "code" : "inapplicable-gap",
      "display" : "Inapplicable gap",
      "definition" : "Reason for the assessed-not-present remark is because the patient has an active condition but the gap does not accurately describe it."
    }
  ]
}