HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.0 - STU 2 US

This page is part of the electronic Case Reporting (eCR) (v2.1.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: US Public Health ValueSet Priority - JSON Representation

Active as of 2018-08-01

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "us-ph-valueset-priority",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-us-ph-usage-context.html\"><code>http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-us-ph-usage-context.html#us-ph-usage-context-emergent\">emergent</a></td><td>Emergent</td><td>The artifact is an emergent reporting specification program release.</td></tr><tr><td><a href=\"CodeSystem-us-ph-usage-context.html#us-ph-usage-context-routine\">routine</a></td><td>Routine</td><td>The artifact is a routine reporting specification program release.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/ecr/ValueSet/us-ph-valueset-priority",
  "version" : "2.1.0",
  "name" : "USPublicHealthValueSetPriority",
  "title" : "US Public Health ValueSet Priority",
  "status" : "active",
  "date" : "2018-08-01T00:00:00+10:00",
  "publisher" : "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)",
  "contact" : [
    {
      "name" : "HL7 International - Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This value set contains codes representing release priority for ValueSets.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
        "concept" : [
          {
            "code" : "emergent",
            "display" : "Emergent"
          },
          {
            "code" : "routine",
            "display" : "Routine"
          }
        ]
      }
    ]
  }
}