FHIR IG analytics| Package | hl7.terminology.r3 |
| Resource Type | ValueSet |
| Id | ValueSet-yes-no-unknown-not-asked.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet yes-no-unknown-not-asked
Language: en
http://terminology.hl7.org/CodeSystem/v2-0532 version 📦3.0.0| Code | Display | Definition |
| Y | Yes | Yes |
| N | No | No |
| ASKU | Unknown | asked but unknown |
| NASK | Not Asked | not asked |
{
"resourceType": "ValueSet",
"id": "yes-no-unknown-not-asked",
"language": "en",
"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"
}
]
}
]
}
}