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 - Computable Example - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "us-ph-valueset-computable-example",
"meta" : {
"versionId" : "7",
"lastUpdated" : "2023-07-13T01:09:12.262Z",
"profile" : [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-computable-valueset"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul/></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
"valueContactDetail" : {
"name" : "Example Steward"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
"valueContactDetail" : {
"name" : "Example Author"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/valueset-rules-text",
"valueMarkdown" : "Include codes from [codesystem-example.html](http://example.org/fhir/CodeSystem/example) where acme-plasma = true"
}
],
"url" : "http://example.org/fhir/ValueSet/us-ph-valueset-computable-example",
"version" : "1.0.0",
"name" : "USPublicHealthValueSetComputableExample",
"title" : "US Public Health ValueSet - Computable Example",
"status" : "draft",
"experimental" : true,
"date" : "2022-07-01",
"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" : "ACME Codes for Cholesterol: Plasma only",
"useContext" : [
{
"code" : {
"system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context-type",
"code" : "priority",
"display" : "Priority"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context",
"code" : "routine",
"display" : "Routine"
}
]
}
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
]
}