This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.0.0-ballot: STU2 (v2.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: Task Label CodeSystem - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "task-label",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/davinci-ra/CodeSystem/task-label</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\">group-id<a name=\"task-label-group-id\"> </a></td><td>Group id</td><td>Group id in a MeasureReport</td></tr><tr><td style=\"white-space:nowrap\">clinical-evaluation-evidence<a name=\"task-label-clinical-evaluation-evidence\"> </a></td><td>Clinical evaluation evidence</td><td>Resources provided as clinical evaluation evidence</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/davinci-ra/CodeSystem/task-label",
"version" : "2.0.0-ballot",
"name" : "TaskLabel",
"title" : "Task Label CodeSystem",
"status" : "active",
"experimental" : false,
"date" : "2023-03-28T02:02:49+00:00",
"publisher" : "HL7 Clinical Quality Information Work Group",
"contact" : [
{
"name" : "HL7 Clinical Quality Information Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description" : "Label of task input or output.",
"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,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "group-id",
"display" : "Group id",
"definition" : "Group id in a MeasureReport"
},
{
"code" : "clinical-evaluation-evidence",
"display" : "Clinical evaluation evidence",
"definition" : "Resources provided as clinical evaluation evidence"
}
]
}