This page is part of the ICHOM FHIR Implementation Guide: Breast Cancer (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Yes, No and Unknown Valueset - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "NoYesUnknownVS",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/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=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0532.html#v2-0532-Y\">Y</a></td><td>Yes</td><td>Yes</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0532.html#v2-0532-N\">N</a></td><td>No</td><td>No</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v2-0532.html#v2-0532-UNK\">UNK</a></td><td>Unknown</td><td>unknown</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2,
"_valueInteger" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical" : "http://hl7.org/fhir/uv/ichom-breast-cancer/ImplementationGuide/hl7.fhir.uv.ichom-breast-cancer"
}
]
}
},
{
"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/uv/ichom-breast-cancer/ImplementationGuide/hl7.fhir.uv.ichom-breast-cancer"
}
]
}
}
],
"url" : "http://hl7.org/fhir/uv/ichom-breast-cancer/ValueSet/NoYesUnknownVS",
"version" : "1.0.0",
"name" : "NoYesUnknownVS",
"title" : "Yes, No and Unknown Valueset",
"status" : "active",
"experimental" : false,
"date" : "2023-08-21T17:29:06+00:00",
"publisher" : "HL7 International - Clinical Interoperability Council Group",
"contact" : [
{
"name" : "HL7 International - Clinical Interoperability Council Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cic"
}
]
}
],
"description" : "Valueset with yes, no and unknown answers",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"copyright" : "Copyright HL7. Licensed under creative commons public domain",
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0532",
"concept" : [
{
"code" : "Y",
"display" : "Yes"
},
{
"code" : "N",
"display" : "No"
},
{
"code" : "UNK",
"display" : "Unknown"
}
]
}
]
}
}