Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work 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-medmorph/ and changes regularly. See the Directory of published versions
: US Public Health CodeSystem for ValueSet Use Context Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "us-ph-valueset-usecontext-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-valueset-usecontext-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ph-reporting<a name=\"us-ph-valueset-usecontext-codes-ph-reporting\"> </a></td><td>ValueSet is to be used in the context of public health reporting use cases.</td><td>ValueSet is to be used for the purposes of public health reporting.</td></tr><tr><td style=\"white-space:nowrap\">research-reporting<a name=\"us-ph-valueset-usecontext-codes-research-reporting\"> </a></td><td>ValueSet is to be used in the context of research reporting use cases.</td><td>ValueSet is to be used for the purposes of research reporting.</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-valueset-usecontext-codes",
"version" : "1.0.0",
"name" : "USPublicHealthValueSetUseContextCodes",
"title" : "US Public Health CodeSystem for ValueSet Use Context Codes",
"status" : "active",
"experimental" : true,
"date" : "2020-09-06",
"publisher" : "HL7 International - Public Health Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/pher"
}
]
}
],
"description" : "The US Public Health UseContext CodeSystem is a 'starter set' of codes supported for identifying use context codes in ValueSet.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "ph-reporting",
"display" : "ValueSet is to be used in the context of public health reporting use cases.",
"definition" : "ValueSet is to be used for the purposes of public health reporting."
},
{
"code" : "research-reporting",
"display" : "ValueSet is to be used in the context of research reporting use cases.",
"definition" : "ValueSet is to be used for the purposes of research reporting."
}
]
}