This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR v3.5.0. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

This is a pre-release version (Ballot 1) of Coverage Requirements Discovery (CRD) R1/STU. There is no current official version.
For a full list of available versions, see the Directory of published versions .

CRD Task Codes - json

Raw json

Narrative view of the Value Set

{
  "resourceType" : "ValueSet",
  "id" : "taskCode",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>CRD Task Codes</h2><div><p>Types of tasks that will be created in CRD</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="task-type.html"><code>http://hl7.org/fhir/us/davinci-crd/CodeSystem/task-type</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="task-type.html#task-type-complete-questionnaire">complete-questionnaire</a></td><td>Task to complete a questionnaire</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-crd/ValueSet/taskCode",
  "version" : "0.1.0",
  "name" : "CRD Task Codes",
  "status" : "draft",
  "date" : "2018-08-21T16:01:06+10:00",
  "description" : "Types of tasks that will be created in CRD",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-crd/CodeSystem/task-type",
        "concept" : [
          {
            "code" : "complete-questionnaire"
          }
        ]
      }
    ]
  }
}