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

FHIR IG Statistics: ValueSet/YN

Packagenorth-west.england.nhs.uk
TypeValueSet
IdYN
FHIR VersionR4
Sourcehttps://fhir.north-west.england.nhs.uk/https://build.fhir.org/ig/Interop-NWEngland/LTW-Genomics/ValueSet-YN.html
URLhttps://fhir.north-west.england.nhs.uk/ValueSet/YN
Version0.0.1
Statusdraft
Date2025-04-26T06:30:06+00:00
NameYesNo
TitleYes/No
Realmuk
DescriptionValueSet for Yes/No answers

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System
loinc.orgLOINC codes used in this IG
loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)

Narrative

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

Generated Narrative: ValueSet YN


Source

{
  "resourceType": "ValueSet",
  "id": "YN",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.north-west.england.nhs.uk/ValueSet/YN",
  "version": "0.0.1",
  "name": "YesNo",
  "title": "Yes/No",
  "status": "draft",
  "experimental": false,
  "date": "2025-04-26T06:30:06+00:00",
  "publisher": "NHS England North West GMSA",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://mft.nhs.uk/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pressoffice@mft.nhs.uk"
        }
      ]
    },
    {
      "name": "Press Office",
      "telecom": [
        {
          "system": "email",
          "value": "pressoffice@mft.nhs.uk"
        }
      ]
    }
  ],
  "description": "ValueSet for Yes/No 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"
          }
        ]
      }
    ]
  }
}