Da Vinci Clinical Data Exchange (CDex)
1.0.0 - STU R1 US

This page is part of the Da Vinci Clinical Documentation Exchange (v1.0.0: STU1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: CDex Attachment Reason Value Set - JSON Representation

Draft as of 2021-12-03

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "cdex-attachment-reason",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-cdex-temp.html\"><code>http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-cdex-temp.html#cdex-temp-claim\">claim</a></td><td>Claim</td><td>A provider issued list of professional services and products which have been provided to a patient which is sent to an insurer for reimbursement.</td></tr><tr><td><a href=\"CodeSystem-cdex-temp.html#cdex-temp-prior-authorization\">prior-authorization</a></td><td>Prior Authorization</td><td>Request for data from payers as part of a prior authorization requests from EHR systems. If authorization is required and documentation is necessary to substantiate the need for the service, the specific documentation is requested. The documentation may take the form of attestations by the provider, diagnoses, results of specific diagnostic tests, prior treatment that has been tried and failed, specific studies that need to be performed and other specific documentation such as progress notes or discharge summaries.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-attachment-reason",
  "version" : "1.0.0",
  "name" : "CDexAttachmentReasonValueSet",
  "title" : "CDex Attachment Reason Value Set",
  "status" : "draft",
  "date" : "2021-12-03T21:27:25-08:00",
  "publisher" : "HL7 International - Patient Care Work Group",
  "contact" : [
    {
      "name" : "HL7 International - Patient Care Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientcare"
        },
        {
          "system" : "email",
          "value" : "patientcare@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "The set of codes is used in the [`$submit-attachment`](http://build.fhir.org/ig/HL7/davinci-ecdx/OperationDefinition-attachment.html) operation for identifying the reason for attachments",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 International all rights reserved Creative Commons License",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
        "concept" : [
          {
            "code" : "claim"
          },
          {
            "code" : "prior-authorization"
          }
        ]
      }
    ]
  }
}