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

FHIR IG Statistics: ValueSet/LowOnlyNumericResultIntVS

Packagehl7.fhir.us.vitals
Resource TypeValueSet
IdLowOnlyNumericResultIntVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/vitals/https://build.fhir.org/ig/HL7/cimi-vital-signs/ValueSet-LowOnlyNumericResultIntVS.html
URLhttp://hl7.org/fhir/us/vitals/ValueSet/LowOnlyNumericResultIntVS
Version2.0.0
Statusdraft
Date2024-10-09T23:56:46+00:00
NameLowOnlyNumericResultInterpretationNom
TitleLow Only Numeric Result Interpretation value set
Realmus
Authorityhl7
DescriptionA valueset of interpretation codes that contains only lower than normal terms.
CopyrightLogica Health, all rights reserved Creative Commons License

Resources that use this resource

StructureDefinition
oxygen-saturation-arterial-blood-pulseOxOxygen Saturation in Arterial Blood by Pulse Oximetry
oxygen-saturation-arterial-bloodOxygen Saturation in Arterial blood, method not specified

Resources that this resource uses

CodeSystem
v3-ObservationInterpretationObservationInterpretation

Narrative

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

Generated Narrative: ValueSet LowOnlyNumericResultIntVS

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation
    CodeDisplayDefinition
    AAbnormalThe result or observation value is outside the reference range or expected norm (as defined for the respective test procedure).

    \[Note: Typically applies to non-numeric results.\]
    LLower Than NormalThe result for a quantitative observation is below the lower limit of the reference range (as defined for the respective test procedure).

    Synonym: Below low normal
    LLPanic LowThe result for a quantitative observation is below a reference level at which immediate action should be considered for patient safety (as defined for the respective test procedure).

    Synonym: Below lower panic limits.

Source

{
  "resourceType": "ValueSet",
  "id": "LowOnlyNumericResultIntVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/vitals/ValueSet/LowOnlyNumericResultIntVS",
  "version": "2.0.0",
  "name": "LowOnlyNumericResultInterpretationNom",
  "title": "Low Only Numeric Result Interpretation value set",
  "status": "draft",
  "date": "2024-10-09T23:56:46+00:00",
  "publisher": "HL7 International - Clinical Information Modeling Initiative",
  "contact": [
    {
      "name": "HL7 International - Clinical Information Modeling Initiative",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/cimi"
        }
      ]
    },
    {
      "name": "Logica",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.logicahealth.org/"
        }
      ]
    }
  ],
  "description": "A valueset of interpretation codes that contains only lower than normal terms.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "Logica Health, all rights reserved Creative Commons License",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "concept": [
          {
            "code": "A",
            "display": "Abnormal"
          },
          {
            "code": "L",
            "display": "Lower Than Normal"
          },
          {
            "code": "LL",
            "display": "Panic Low"
          }
        ]
      }
    ]
  }
}