US Public Health Profiles Library
2.0.0-ballot - STU 2 - Ballot United States of America flag

US Public Health Profiles Library, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ph-library/ and changes regularly. See the Directory of published versions

: US Public Health ValueSet Priority - JSON Representation

Page standards status: Trial-use Maturity Level: 3

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "us-ph-valueset-priority",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet us-ph-valueset-priority</b></p><a name=\"us-ph-valueset-priority\"> </a><a name=\"hcus-ph-valueset-priority\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablevalueset.html\">Shareable ValueSet</a></p></div><ul><li>Include these codes as defined in <a href=\"CodeSystem-us-ph-codesystem-usage-context.html\"><code>http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-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-codesystem-usage-context.html#us-ph-codesystem-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-codesystem-usage-context.html#us-ph-codesystem-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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 3,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/ph-library/ImplementationGuide/hl7.fhir.us.ph-library"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/ph-library/ImplementationGuide/hl7.fhir.us.ph-library"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/ph-library/ValueSet/us-ph-valueset-priority",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.58.48.4"
    }
  ],
  "version" : "2.0.0-ballot",
  "name" : "USPublicHealthValueSetPriority",
  "title" : "US Public Health ValueSet Priority",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-09-08T08:11:38+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system" : "email",
          "value" : "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "This value set contains codes representing release priority for ValueSets.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context",
        "concept" : [
          {
            "code" : "emergent",
            "display" : "Emergent"
          },
          {
            "code" : "routine",
            "display" : "Routine"
          }
        ]
      }
    ]
  }
}