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

FHIR IG Statistics: ValueSet/YNU

Packagenw-gmsa.github.io
TypeValueSet
IdYNU
FHIR VersionR4
Sourcehttps://nw-gmsa.github.io/LTW/https://build.fhir.org/ig/nw-gmsa/LTW/ValueSet-YNU.html
URLhttps://nw-gmsa.github.io/LTW//ValueSet/YNU
Version0.0.1
Statusdraft
Date2025-04-28T04:51:38+00:00
NameYesNoUnknown
TitleYes/No/Unknown
Realmuk
DescriptionValueSet for Yes/No/Unknown answers

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System

Narrative

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

Generated Narrative: ValueSet YNU


Source

{
  "resourceType": "ValueSet",
  "id": "YNU",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nw-gmsa.github.io/LTW//ValueSet/YNU",
  "version": "0.0.1",
  "name": "YesNoUnknown",
  "title": "Yes/No/Unknown",
  "status": "draft",
  "experimental": false,
  "date": "2025-04-28T04:51:38+00:00",
  "publisher": "NHS North West GMSA",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nw-gmsa.nhs.uk/contact-us"
        }
      ]
    }
  ],
  "description": "ValueSet for Yes/No/Unknown answers",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "GB",
          "display": "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA33-6",
            "display": "Yes"
          },
          {
            "code": "LA32-8",
            "display": "No"
          },
          {
            "code": "LA4489-6",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}