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

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

Packagerapportendoscopiequebec.test
TypeValueSet
IdValueSet-yes-no-unknown-not-applicable
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=rapportendoscopiequebec.test@0.0.69&canonical=http://hl7.org/fhir/us/mdi/ValueSet/ValueSet-yes-no-unknown-not-applicable
URLhttp://hl7.org/fhir/us/mdi/ValueSet/ValueSet-yes-no-unknown-not-applicable
Version1.0.0
Statusactive
Date2023-09-01T18:30:56.4544364+00:00
NameValueSetYesNoUnknownNotApplicable
TitleValueSet - Yes No Unknown NotApplicable
Realmus
Authorityhl7
DescriptionValueset with Yes, No, Unknown, and Not Applicable. The MDI ValueSet - Yes No Unknown NotApplicable artifact overlaps with the VRDR Yes No Unknown NotApplicable artifact.

Resources that use this resource

StructureDefinition
EndoProcedureEndoProcedure

Resources that this resource uses

CodeSystem
v3-NullFlavorNullFlavor
v3-NullFlavorNullFlavor

Narrative

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

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0136
    Code Display
    Y Yes
    N No
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    Code Display Definition
    UNK unknown **Description:**A proper value is applicable, but not known.

    **Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:

    1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')
    2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)
    NA not applicable Known to have no proper value (e.g., last menstrual period for a male).

Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-yes-no-unknown-not-applicable",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2022-08-24T16:50:24.732+00:00",
    "source": "#378bkNU5QybBzfTp"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/mdi/ValueSet/ValueSet-yes-no-unknown-not-applicable",
  "version": "1.0.0",
  "name": "ValueSetYesNoUnknownNotApplicable",
  "title": "ValueSet - Yes No Unknown NotApplicable",
  "status": "active",
  "experimental": false,
  "date": "2023-09-01T18:30:56.4544364+00:00",
  "publisher": "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)",
  "contact": [
    {
      "name": "HL7 International - Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "Valueset with Yes, No, Unknown, and Not Applicable.\nThe MDI ValueSet - Yes No Unknown NotApplicable artifact overlaps with the VRDR Yes No Unknown NotApplicable artifact.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ],
      "text": "United States of America"
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
        "concept": [
          {
            "code": "Y",
            "display": "Yes"
          },
          {
            "code": "N",
            "display": "No"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK",
            "display": "unknown"
          },
          {
            "code": "NA",
            "display": "not applicable"
          }
        ]
      }
    ]
  }
}