US Public Health Profiles Library, published by HL7 Public Health Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-us-ph-common-library-ig/ and changes regularly. See the Directory of published versions
: US Public Health ValueSet Priority - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "us-ph-valueset-priority",
"meta" : {
"versionId" : "3",
"lastUpdated" : "2023-07-12T08:53:16.710Z"
},
"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-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>"
},
"url" : "http://hl7.org/fhir/us/ph-library/ValueSet/us-ph-valueset-priority",
"version" : "1.0.0",
"name" : "USPublicHealthValueSetPriority",
"title" : "US Public Health ValueSet Priority",
"status" : "active",
"experimental" : false,
"date" : "2021-08-01T00:00:00+10:00",
"publisher" : "HL7 Public Health Working Group",
"contact" : [
{
"name" : "HL7 Public Health Working Group",
"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"
}
]
}
]
}
}