0.3.0 - Second STU ballot

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v0.3.0: STU 1 Ballot 2) 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

CRD STU3 Task Reason Codes - JSON Representation

(back to narrative)

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "taskReasonCode-stu3",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CRD Reason Codes</h2><div><p>Reasons for creating tasks in CRD</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"task-reason-stu3.html\"><code>http://hl7.org/fhir/us/davinci-crd/STU3/CodeSystem/task-reason-stu3</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-reason-stu3.html#task-reason-stu3-prior-auth\">prior-auth</a></td><td>Needed for prior authorization</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-crd/STU3/ValueSet/taskReasonCode-stu3",
  "version" : "0.3.0",
  "name" : "CRDReasonCodes",
  "title" : "CRD Reason Codes",
  "status" : "draft",
  "date" : "2019-03-27T08:38:22+11:00",
  "description" : "Reasons for creating tasks in CRD",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-crd/STU3/CodeSystem/task-reason-stu3",
        "concept" : [
          {
            "code" : "prior-auth"
          }
        ]
      }
    ]
  }
}