FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagelt.hl7.fhir.vitalsigns
Resource TypeValueSet
IdValueSet-numeric-result-interpretation.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7LT/ig-lt-vitalsigns/ValueSet-numeric-result-interpretation.html
URLhttps://hl7.lt/fhir/vitalsigns/ValueSet/numeric-result-interpretation
Version1.0.0
Statusactive
Date2025-12-05T10:15:36+00:00
NameNumericResultInterpretation
TitleNumeric Result Interpretation value set
DescriptionThe HL7 V3:ObservationInterpretation code set (OID: 2.16.840.1.113883.5.83) that describes interpretations associated with a measured value.
CopyrightLogica Health, all rights reserved Creative Commons License

Resources that use this resource

StructureDefinition
blood-pressure-panelBlood Pressure Panel
heart-rateHeart Rate
waist-circumferenceWaist Circumference

Resources that this resource uses

CodeSystem
v3-ObservationInterpretationObservationInterpretation

Narrative

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


English


Generated Narrative: ValueSet numeric-result-interpretation

Language: en

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📦3.0.0
    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.\]
    HHigher Than NormalThe result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure).

    Synonym: Above high normal
    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
    HHPanic HighThe result for a quantitative observation is above a reference level at which immediate action should be considered for patient safety (as defined for the respective test procedure).

    Synonym: Above upper panic limits.
    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.
    NNormalThe result or observation value is within the reference range or expected norm (as defined for the respective test procedure).

    \[Note: Applies to numeric or non-numeric results.\]

Lithuanian


Generated Narrative: ValueSet numeric-result-interpretation

Language: en

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📦3.0.0
    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.\]
    HHigher Than NormalThe result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure).

    Synonym: Above high normal
    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
    HHPanic HighThe result for a quantitative observation is above a reference level at which immediate action should be considered for patient safety (as defined for the respective test procedure).

    Synonym: Above upper panic limits.
    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.
    NNormalThe result or observation value is within the reference range or expected norm (as defined for the respective test procedure).

    \[Note: Applies to numeric or non-numeric results.\]

Source1

{
  "resourceType": "ValueSet",
  "id": "numeric-result-interpretation",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.lt/fhir/vitalsigns/ValueSet/numeric-result-interpretation",
  "version": "1.0.0",
  "name": "NumericResultInterpretation",
  "title": "Numeric Result Interpretation value set",
  "status": "active",
  "experimental": false,
  "date": "2025-12-05T10:15:36+00:00",
  "publisher": "Lithuanian Medical Library",
  "_publisher": {
    "extension": [
      {
        "extension": [
          {
            "url": "lang",
            "valueCode": "lt"
          },
          {
            "url": "content",
            "valueString": "Lietuvos medicinos biblioteka"
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/translation"
      }
    ]
  },
  "contact": [
    {
      "name": "Lithuanian Medical Library",
      "telecom": [
        {
          "system": "url",
          "value": "https://medicinosnk.lt"
        },
        {
          "system": "email",
          "value": "info@medicinosnk.lt"
        }
      ]
    }
  ],
  "description": "The HL7 V3:ObservationInterpretation code set (OID: 2.16.840.1.113883.5.83) that describes interpretations associated with a measured value.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "LT"
        }
      ]
    }
  ],
  "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": "H",
            "display": "Higher Than Normal"
          },
          {
            "code": "L",
            "display": "Lower Than Normal"
          },
          {
            "code": "HH",
            "display": "Panic High"
          },
          {
            "code": "LL",
            "display": "Panic Low"
          },
          {
            "code": "N",
            "display": "Normal"
          }
        ]
      }
    ]
  }
}