FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/yes-no-unknown-not-asked

Packagehl7.terminology.r4b
TypeValueSet
Idyes-no-unknown-not-asked
FHIR VersionR4B
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.0.2/ValueSet-yes-no-unknown-not-asked.html
URLhttp://terminology.hl7.org/ValueSet/yes-no-unknown-not-asked
Version1.0.0
Statusactive
Date2020-06-17T00:00:00.000-04:00
NameYesNoUnknownNotAsked
TitleYes No Unknown NotAsked
Realmuv
Authorityhl7
DescriptionThis value set contains 4 concepts commonly used as answers to items in a questionnaire.
CopyrightThis 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

StructureDefinition
us-ph-is-postpartumUS Public Health Is Postpartum
ISiKAlkoholAbususISiK Alkohol Abusus

Resources that this resource uses

CodeSystem
v2-0532expandedYes-NoIndicator
v2-0532expandedYes-NoIndicator

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet yes-no-unknown-not-asked


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"
          }
        ]
      }
    ]
  }
}