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

FHIR IG Statistics: ValueSet/Interpretation

Packagebloodpressure
TypeValueSet
IdInterpretation
FHIR VersionR4
Sourcehttp://bloodpressure.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/bloodpressure/ValueSet-Interpretation.html
URLhttp://bloodpressure.oemig.de/fhir/ValueSet/Interpretation
Version0.2.12
Statusactive
Date2024-04-16
NameInterpretation
TitleInterpretation
Description**Interpretation** (to be replaced by V3 VS)
CopyrightFO

Resources that use this resource

StructureDefinition
BloodPressureBlood Pressure LM
BloodPressureAverageAverage Blood Pressure LM

Resources that this resource uses

CodeSystem
v3-ObservationInterpretationObservationInterpretation
v3-ObservationInterpretationObservationInterpretation

Narrative

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

Generated Narrative: ValueSet Interpretation

  • 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.\]
    AACritical abnormalThe result or observation value is outside a reference range or expected norm at a level at which immediate action should be considered for patient safety (as defined for the respective test procedure).

    \[Note: Typically applies to non-numeric results. Analogous to critical/panic limits for numeric results.\]
    HHCritical 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.
    LLCritical 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.
    HHighThe 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
    HUSignificantly highA test result that is significantly higher than the reference (normal) or therapeutic interval, but has not reached the critically high value and might need special attention, as defined by the laboratory or the clinician.
    LLowThe 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
    LUSignificantly lowA test result that is significantly lower than the reference (normal) or therapeutic interval, but has not reached the critically low value and might need special attention, as defined by the laboratory or the clinician.
    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.\]

Source

{
  "resourceType": "ValueSet",
  "id": "Interpretation",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bloodpressure.oemig.de/fhir/ValueSet/Interpretation",
  "version": "0.2.12",
  "name": "Interpretation",
  "title": "Interpretation",
  "status": "active",
  "experimental": false,
  "date": "2024-04-16",
  "publisher": "FO",
  "contact": [
    {
      "name": "FO",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.oemig.de"
        }
      ]
    }
  ],
  "description": "**Interpretation** (to be replaced by V3 VS)",
  "copyright": "FO",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "concept": [
          {
            "code": "A"
          },
          {
            "code": "AA"
          },
          {
            "code": "HH"
          },
          {
            "code": "LL"
          },
          {
            "code": "H"
          },
          {
            "code": "HU"
          },
          {
            "code": "L"
          },
          {
            "code": "LU"
          },
          {
            "code": "N"
          }
        ]
      }
    ]
  }
}