YesNoUnknownVS
{
"resourceType" : "ValueSet",
"id" : "shr-core-YesNoUnknownVS",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>SW YesNoUnknownVS ValueSet</b></p>
<p>Code set indicating yes, no, or unknown.</p>
</div>"
},
"url" : "http://hl7.org/fhir/us/sw/ValueSet/shr-core-YesNoUnknownVS",
"identifier" : [
{
"system" : "http://hl7.org/fhir/us/sw",
"value" : "shr.core.YesNoUnknownVS"
}
],
"version" : "1.0.0",
"name" : "YesNoUnknownVS",
"title" : "SW YesNoUnknownVS ValueSet",
"status" : "draft",
"date" : "2018-08-17T00:00:00-04:00",
"publisher" : "HL7 Patient Care and Clinical Information Modeling Initiative Work Groups",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://standardhealthrecord.org"
}
]
}
],
"description" : "Code set indicating yes, no, or unknown.",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/us/sw/CodeSystem/shr-core-YesNoUnknownCS",
"concept" : [
{
"code" : "yes",
"display" : "Yes, or true"
},
{
"code" : "no",
"display" : "No, or false"
},
{
"code" : "unknown",
"display" : "Unknown"
}
]
}
]
}
}