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

FHIR IG Statistics: ValueSet/NumericResultIntVS

Packagehl7.fhir.us.cardx-htn
TypeValueSet
IdNumericResultIntVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/cardx-htn/https://build.fhir.org/ig/HL7/cardx-ig/ValueSet-NumericResultIntVS.html
URLhttp://hl7.org/fhir/us/cardx-htn/ValueSet/NumericResultIntVS
Version0.1.0
Statusdraft
Date2023-08-03T21:36:59+00:00
NameNumericResultInterpretationNom
TitleNumeric Result Interpretation value set
Realmus
Authorityhl7
DescriptionThe HL7 V3:ObservationInterpretation code set (OID: 2.16.840.1.113883.5.83) that describes interpretations associated with a measured value.

Resources that use this resource

StructureDefinition
blood-pressure-panelBlood Pressure Panel
heart-rateHeart Rate
max-blood-pressure-panelMaximum Blood Pressure Panel
min-blood-pressure-panelMinimum Blood Pressure Panel

Resources that this resource uses

CodeSystem
v3-ObservationInterpretationObservationInterpretation
v3-ObservationInterpretationObservationInterpretation

Narrative

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

  • 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.\]
    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.\]

Source

{
  "resourceType": "ValueSet",
  "id": "NumericResultIntVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/cardx-htn/ValueSet/NumericResultIntVS",
  "version": "0.1.0",
  "name": "NumericResultInterpretationNom",
  "title": "Numeric Result Interpretation value set",
  "status": "draft",
  "date": "2023-08-03T21:36:59+00:00",
  "publisher": "Clinical Interoperability Council",
  "contact": [
    {
      "name": "Clinical Interoperability Council",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        },
        {
          "system": "email",
          "value": "ciclist@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "The HL7 V3:ObservationInterpretation code set (OID: 2.16.840.1.113883.5.83) that describes interpretations associated with a measured value.",
  "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"
          }
        ]
      }
    ]
  }
}