This page is part of the Da Vinci Clinical Documentation Exchange (v2.0.0: STU2) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: CDex Attachment Task Code Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "cdex-attachment-task-code",
"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-attachment-request-code\">attachment-request-code</a></td><td>Coded Attachment Request</td><td>A Task by a Payer requesting attachments for a Provider claim or prior-authorization using LOINC attachment codes.</td></tr><tr><td><a href=\"CodeSystem-cdex-temp.html#cdex-temp-attachment-request-questionnaire\">attachment-request-questionnaire</a></td><td>Attachment Request Questionnaire</td><td>A Task by a Payer requesting attachments or additional data for a Provider claim or prior-authorization using a data request questionnaire ([FHIR Questionnaire](http://hl7.org/fhir/questionnaire.html)).</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "draft"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}
],
"url" : "http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-attachment-task-code",
"version" : "2.0.0",
"name" : "CDexAttachmentTaskCode",
"title" : "CDex Attachment Task Code Value Set",
"status" : "draft",
"experimental" : false,
"date" : "2022-12-23",
"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" : "Codes used to identify the type of attachment request and control the payer system's behavior.",
"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" : "attachment-request-code"
},
{
"code" : "attachment-request-questionnaire"
}
]
}
]
}
}