FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packager4.pain.package
Resource TypeValueSet
Idyesno.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=r4.pain.package@1.0.1&canonical=http://example.org/fhir/ValueSet/yes-no-unknown
URLhttp://example.org/fhir/ValueSet/yes-no-unknown
Version1.0.1
Statusactive
Date2026-05-08
NameYesNoUnknown
TitleYes / No / Unknown
DescriptionA simple value set with three answers: yes, no, or unknown.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0v2-0136v2 Y/N Indicator
hl7.terminology#currentv3-NullFlavorNullFlavor

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "yes-no-unknown-test",
  "url": "http://example.org/fhir/ValueSet/yes-no-unknown",
  "version": "1.0.1",
  "name": "YesNoUnknown",
  "title": "Yes / No / Unknown",
  "status": "active",
  "experimental": false,
  "date": "2026-05-08",
  "publisher": "Example Org",
  "description": "A simple value set with three answers: yes, no, or unknown.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
        "version": "2.9",
        "concept": [
          {
            "code": "Y",
            "display": "Yes"
          },
          {
            "code": "N",
            "display": "No"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "version": "2018-08-12",
        "concept": [
          {
            "code": "UNK",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}