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

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "dor",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Determination of Reportability</h2><div><p>The determination of reportability generated by the PHA system (or its intermediary).</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.114222.4.5.274</code><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>TEMP_CODE_MAYBE</td><td>Maybe reportable</td><td/></tr><tr><td>TEMP_CODE_NOT_REPORTABLE</td><td>Not reportable</td><td/></tr><tr><td>TEMP_CODE_REPORTABLE</td><td>Reportable</td><td/></tr><tr><td>TEMP_CODE_NO_RULE_MET</td><td>No rule met</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.hl7.org/us/ecr/ValueSet/dor",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "2.16.840.1.113883.10.20.15.2.5.3"
    }
  ],
  "version" : "0.0.0",
  "name" : "Determination of Reportability",
  "status" : "draft",
  "date" : "2017-12-02T00:00:00+11:00",
  "description" : "The determination of reportability generated by the PHA system (or its intermediary).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States Minor Outlying Islands (the)"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "urn:oid:2.16.840.1.114222.4.5.274",
        "concept" : [
          {
            "code" : "TEMP_CODE_MAYBE",
            "display" : "Maybe reportable"
          },
          {
            "code" : "TEMP_CODE_NOT_REPORTABLE",
            "display" : "Not reportable"
          },
          {
            "code" : "TEMP_CODE_REPORTABLE",
            "display" : "Reportable"
          },
          {
            "code" : "TEMP_CODE_NO_RULE_MET",
            "display" : "No rule met"
          }
        ]
      }
    ]
  }
}