HL7 Terminology (THO)
6.0.0 - Publication
This page is part of the HL7 Terminology (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. 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
Active as of 2020-06-17 |
{
"resourceType" : "ValueSet",
"id" : "yes-no-unknown-not-asked",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet yes-no-unknown-not-asked</b></p><a name=\"yes-no-unknown-not-asked\"> </a><a name=\"hcyes-no-unknown-not-asked\"> </a><a name=\"yes-no-unknown-not-asked-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-v2-0532.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0532</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-v2-0532.html#v2-0532-Y\">Y</a></td><td>Yes</td><td>Yes</td></tr><tr><td><a href=\"CodeSystem-v2-0532.html#v2-0532-N\">N</a></td><td>No</td><td>No</td></tr><tr><td><a href=\"CodeSystem-v2-0532.html#v2-0532-ASKU\">ASKU</a></td><td>Unknown</td><td>asked but unknown</td></tr><tr><td><a href=\"CodeSystem-v2-0532.html#v2-0532-NASK\">NASK</a></td><td>Not Asked</td><td>not asked</td></tr></table></li></ul></div>"
},
"url" : "http://terminology.hl7.org/ValueSet/yes-no-unknown-not-asked",
"version" : "1.0.0",
"name" : "YesNoUnknownNotAsked",
"title" : "Yes No Unknown NotAsked",
"status" : "active",
"experimental" : false,
"date" : "2020-06-17T00:00:00.000-04:00",
"publisher" : "Health Level Seven International",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org"
},
{
"system" : "email",
"value" : "hq@HL7.org"
}
]
}
],
"description" : "This value set contains 4 concepts commonly used as answers to items in a questionnaire.",
"immutable" : false,
"copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0532",
"concept" : [
{
"code" : "Y",
"display" : "Yes"
},
{
"code" : "N",
"display" : "No"
},
{
"code" : "ASKU",
"display" : "Unknown"
},
{
"code" : "NASK",
"display" : "Not Asked"
}
]
}
]
}
}