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

FHIR IG Statistics: ValueSet/eHDSIExceptionalValue

Packagemyhealth.eu.fhir.laboratory
Resource TypeValueSet
IdeHDSIExceptionalValue
FHIR VersionR4
Sourcehttp://fhir.ehdsi.eu/laboratory/http://fhir.ehdsi.eu/laboratory/0.1.1/ValueSet-eHDSIExceptionalValue.html
URLhttp://terminology.ehdsi.eu/ValueSet/eHDSIExceptionalValue
Version0.1.1
Statusactive
Date2025-03-20T14:16:21+01:00
NameEHDSIExceptionalValue
TitleeHDSI Exceptional Value
Realmeu
DescriptionThe Value Set is used to code exceptional values for the required binding in FHIR IGs

Resources that use this resource

ValueSet
eHDSIAnimalSpeciesWithExceptionseHDSI Animal Species with exceptions
eHDSIBodySiteWithExceptionseHDSI Body Site with exceptions
eHDSIBodyStructureLocationWithExceptionseHDSI Body Structure Location Qualifier with exceptions
eHDSILabCodeWithExceptionseHDSI Laboratory Codes with exceptions
eHDSILabSpecimenTypeWithExceptionseHDSI Laboratory Specimen Type with exceptions
eHDSILabStudyTypeWithExceptionseHDSI Laboratory Study Types with exceptions
eHDSILabTechniqueWithExceptionseHDSI Laboratory Technique with exceptions
eHDSIMedicalDeviceWithExceptionseHDSI Medical Device with exceptions
eHDSIMorphologicAbnormalityWithExceptionseHDSI Morphologic Abnormality with exceptions
eHDSIObservationInterpretationWithExceptionseHDSI Observation Interpretation with exceptions
eHDSIOrderReasoneHDSI Order Reason
eHDSIReferenceRangeAppliesToWithExceptionseHDSI Reference Range Applies To with exceptions
eHDSIReferenceRangeMeaningWithExceptionseHDSI Reference Range Meaning with exceptions
eHDSIResultsCodedValueLaboratoryeHDSI Results Coded Value Laboratory with exceptions

Resources that this resource uses

CodeSystem
v3-NullFlavorNullFlavor

Narrative

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

Generated Narrative: ValueSet eHDSIExceptionalValue

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    CodeDisplayDefinition
    OTHother**Description:**The actual value is not a member of the set of permitted data values in the constrained value domain of a variable. (e.g., concept not provided by required code system).

    **Usage Notes**: This flavor and its specializations are most commonly used with the CD datatype and its flavors. However, it may apply to \*any\* datatype where the constraints of the type are tighter than can be conveyed. For example, a PQ that is for a true measured amount whose units are not supported in UCUM, a need to convey a REAL when the type has been constrained to INT, etc.

    With coded datatypes, this null flavor may only be used if the vocabulary binding has a coding strength of CNE. By definition, all local codes and original text are part of the value set if the coding strength is CWE.
    UNCun-encoded**Description:** The actual value has not yet been encoded within the approved value domain.

    **Example**: Original text or a local code has been specified but translation or encoding to the approved value set has not yet occurred due to limitations of the sending system. Original text has been captured for a PQ, but not attempt has been made to split the value and unit or to encode the unit in UCUM.

    **Usage Notes**: If it is known that it is not possible to encode the concept, OTH should be used instead. However, use of UNC does not necessarily guarantee the concept will be encodable, only that encoding has not been attempted.

    Data type properties such as original text and translations may be present when this null flavor is included.
    UNKunknown**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.)

Source

{
  "resourceType": "ValueSet",
  "id": "eHDSIExceptionalValue",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://terminology.ehdsi.eu/ValueSet/eHDSIExceptionalValue",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.81"
    }
  ],
  "version": "0.1.1",
  "name": "EHDSIExceptionalValue",
  "title": "eHDSI Exceptional Value",
  "status": "active",
  "experimental": false,
  "date": "2025-03-20T14:16:21+01:00",
  "publisher": "MyHealth@Eu",
  "contact": [
    {
      "name": "MyHealth@Eu",
      "telecom": [
        {
          "system": "url",
          "value": "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en"
        }
      ]
    }
  ],
  "description": "The Value Set is used to code exceptional values for the required binding in FHIR IGs",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "OTH",
            "display": "other"
          },
          {
            "code": "UNC",
            "display": "un-encoded"
          },
          {
            "code": "UNK",
            "display": "unknown"
          }
        ]
      }
    ]
  }
}