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-rr-priority

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "rr-priority",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Reportability Priority</h2><div><p>Category codes indicating the relative importance of a communication.</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_ACTION_REQUIRED</td><td>Action required</td><td/></tr><tr><td>TEMP_CODE_ACTION_REQUESTED</td><td>Action requested</td><td/></tr><tr><td>TEMP_CODE_INFORMATION_ONLY</td><td>Information only</td><td/></tr><tr><td>TEMP_CODE_IMMEDIATE_ACTION_REQUIRED</td><td>Immediate action required</td><td/></tr><tr><td>TEMP_CODE_IMMEDIATE_ACTION_REQUESTED</td><td>Immediate action requested</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.hl7.org/us/ecr/ValueSet/rr-priority",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "2.16.840.1.113883.10.20.15.2.5.5"
    }
  ],
  "version" : "0.0.0",
  "name" : "Reportability Priority",
  "status" : "draft",
  "date" : "2017-12-11T00:00:00+11:00",
  "description" : "Category codes indicating the relative importance of a communication.",
  "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_ACTION_REQUIRED",
            "display" : "Action required"
          },
          {
            "code" : "TEMP_CODE_ACTION_REQUESTED",
            "display" : "Action requested"
          },
          {
            "code" : "TEMP_CODE_INFORMATION_ONLY",
            "display" : "Information only"
          },
          {
            "code" : "TEMP_CODE_IMMEDIATE_ACTION_REQUIRED",
            "display" : "Immediate action required"
          },
          {
            "code" : "TEMP_CODE_IMMEDIATE_ACTION_REQUESTED",
            "display" : "Immediate action requested"
          }
        ]
      }
    ]
  }
}