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
{
"resourceType" : "Task",
"id" : "cdex-example1s-query-requested-withsig",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Example of Task Request for Signed Data"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "Task to seek a patient active conditions using `Task.input` signature parameter to indicate a signature is required."
}
],
"profile" : [
"http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-task-data-request"
],
"tag" : [
{
"system" : "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
"code" : "claims-processing"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"cdex-example1s-query-requested-withsig\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdex-task-data-request.html\">CDex Task Data Request Profile</a></p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp}\">http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp</span></p></div><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>code</b>: data request task <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-hrex/STU1/CodeSystem-hrex-temp.html\">HRex Temporary Code System</a>#data-request)</span></p><p><b>for</b>: <a href=\"http://example.org/fhir/Patient/cdex-example-patient\">http://example.org/fhir/Patient/cdex-example-patient</a></p><p><b>authoredOn</b>: 2020-10-26 02:58:55+0000</p><p><b>lastModified</b>: 2020-10-26 02:58:55+0000</p><p><b>requester</b>: <a href=\"http://example.org/fhir/Organization/cdex-example-payer\">http://example.org/fhir/Organization/cdex-example-payer</a></p><p><b>owner</b>: <a href=\"http://example.org/fhir/Organization/cdex-example-provider\">http://example.org/fhir/Organization/cdex-example-provider</a></p><p><b>reasonReference</b>: <a href=\"http://example.org/fhir/Claim/cdex-example-claim\">http://example.org/fhir/Claim/cdex-example-claim</a></p><blockquote><p><b>input</b></p><p><b>type</b>: data query input <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-hrex/STU1/CodeSystem-hrex-temp.html\">HRex Temporary Code System</a>#data-query)</span></p><p><b>value</b>: Condition?patient=cdex-example-patient&clinical-status=active,recurrance,remission</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: Purpose Of Use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cdex-temp.html\">CDex Temporary Code System</a>#purpose-of-use)</span></p><p><b>value</b>: coverage under policy or program <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ActReason.html\">ActReason</a>#COVERAGE)</span></p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: Signature Flag <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cdex-temp.html\">CDex Temporary Code System</a>#signature-flag)</span></p><p><b>value</b>: true</p></blockquote></div>"
},
"status" : "requested",
"intent" : "order",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code" : "data-request"
}
]
},
"for" : {
"reference" : "http://example.org/fhir/Patient/cdex-example-patient"
},
"authoredOn" : "2020-10-26T02:58:55.179Z",
"lastModified" : "2020-10-26T02:58:55.179Z",
"requester" : {
"reference" : "http://example.org/fhir/Organization/cdex-example-payer"
},
"owner" : {
"reference" : "http://example.org/fhir/Organization/cdex-example-provider"
},
"reasonReference" : {
"reference" : "http://example.org/fhir/Claim/cdex-example-claim"
},
"input" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
"code" : "data-query"
}
]
},
"valueString" : "Condition?patient=cdex-example-patient&clinical-status=active,recurrance,remission"
},
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
"code" : "purpose-of-use"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "COVERAGE"
}
]
}
},
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
"code" : "signature-flag"
}
]
},
"valueBoolean" : true
}
]
}