electronic Case Reporting (eCR) Implementation Guide Release For Comment Ballot Version

This page is part of the electronic Case Reporting (eCR) (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-dor-reason

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "dor-reason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Determination of Reportability Reason Codes</h2><div><p>A reason code indicating the reason for the reportability status.</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <code>http://acme.org/cdc-codes</code><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>missing</td><td>MISSING  REQUIRED DATA(TEMPORARY CODE)</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.hl7.org/us/ecr/ValueSet/dor-reason",
  "version" : "0.0.0",
  "name" : "Determination of Reportability Reason Codes",
  "status" : "draft",
  "date" : "2017-07-26T11:19:52+10:00",
  "publisher" : "Health eData Inc",
  "description" : "A reason code indicating the reason for the reportability status.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States Minor Outlying Islands (the)"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://acme.org/cdc-codes",
        "concept" : [
          {
            "code" : "missing",
            "display" : "MISSING  REQUIRED DATA(TEMPORARY CODE)"
          }
        ]
      }
    ]
  }
}