FHIR IG Statistics: ValueSet/yes-no-unknown-not-asked
Package | hl7.terminology.r4b |
Type | ValueSet |
Id | yes-no-unknown-not-asked |
FHIR Version | R4B |
Source | http://terminology.hl7.org/http://terminology.hl7.org/6.0.2/ValueSet-yes-no-unknown-not-asked.html |
URL | http://terminology.hl7.org/ValueSet/yes-no-unknown-not-asked |
Version | 1.0.0 |
Status | active |
Date | 2020-06-17T00:00:00.000-04:00 |
Name | YesNoUnknownNotAsked |
Title | Yes No Unknown NotAsked |
Realm | uv |
Authority | hl7 |
Description | This value set contains 4 concepts commonly used as answers to items in a questionnaire. |
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 |
Resources that use this resource
Resources that this resource uses
CodeSystem |
v2-0532 | expandedYes-NoIndicator |
v2-0532 | expandedYes-NoIndicator |
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "ValueSet",
"id": "yes-no-unknown-not-asked",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
]
}
}