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

FHIR IG analytics

Packagecsiro.fhir.au.gpccmp
Resource TypeValueSet
IdValueSet-YesNoNA.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/aehrc/gpccmp-fhir-ig/ValueSet-YesNoNA.html
URLhttps://gpccmp.csiro.au/ig/ValueSet/YesNoNA
Version0.1.0
Statusdraft
Date2026-01-28T04:53:48+00:00
NameYesNoNA
TitleYes/No/NA
DescriptionConcepts for Yes, No and Not applicable

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0532expandedYes-NoIndicator

Narrative

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

Generated Narrative: ValueSet YesNoNA

Expansion based on codesystem expandedYes-NoIndicator v2.0.0 (CodeSystem)

This value set contains 3 concepts

SystemCodeDisplay (en)Definition
http://terminology.hl7.org/CodeSystem/v2-0532  YYesYes
http://terminology.hl7.org/CodeSystem/v2-0532  NNoNo
http://terminology.hl7.org/CodeSystem/v2-0532  NAnot applicablenot applicable

Source1

{
  "resourceType": "ValueSet",
  "id": "YesNoNA",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://gpccmp.csiro.au/ig/ValueSet/YesNoNA",
  "version": "0.1.0",
  "name": "YesNoNA",
  "title": "Yes/No/NA",
  "status": "draft",
  "experimental": false,
  "date": "2026-01-28T04:53:48+00:00",
  "publisher": "AEHRC CSIRO",
  "contact": [
    {
      "name": "AEHRC CSIRO",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description": "Concepts for Yes, No and Not applicable",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "version": "2.0.0",
        "concept": [
          {
            "code": "Y",
            "display": "Yes"
          },
          {
            "code": "N",
            "display": "No"
          },
          {
            "code": "NA",
            "display": "not applicable"
          }
        ]
      }
    ]
  },
  "expansion": {
    "identifier": "urn:uuid:b0d3ebde-96ab-4f8f-bb5e-063a45acdcff",
    "timestamp": "2025-12-11T11:44:01+10:00",
    "total": 3,
    "offset": 0,
    "parameter": [
      {
        "name": "displayLanguage",
        "valueCode": "en"
      },
      {
        "name": "count",
        "valueInteger": 1000
      },
      {
        "name": "offset",
        "valueInteger": 0
      },
      {
        "name": "excludeNested",
        "valueBoolean": false
      },
      {
        "name": "used-codesystem",
        "valueUri": "http://terminology.hl7.org/CodeSystem/v2-0532|2.0.0"
      }
    ],
    "contains": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "code": "Y",
        "display": "Yes"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "code": "N",
        "display": "No"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "code": "NA",
        "display": "not applicable"
      }
    ]
  }
}