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

FHIR IG Statistics: ValueSet/abnIntNumericNomVS

Packagehl7.fhir.us.vitalsigns
Resource TypeValueSet
IdabnIntNumericNomVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/vitals/http://hl7.org/fhir/us/vitals/2020Sep/ValueSet-abnIntNumericNomVS.html
URLhttp://hl7.org/fhir/us/vitals/ValueSet/abnIntNumericNomVS
Version0.1.0
Statusdraft
Date2015-04-14
NameAbnormalInterpretationNumericNom
TitleAbnormal Interpretation Numeric Nominal value set
Realmus
Authorityhl7
DescriptionHL7 V3:ObservationInterpretation OID: 2.16.840.1.113883.5.83
CopyrightIHC

Resources that use this resource

StructureDefinition
BodyLengthBodyLength
BodyMassIndexBodyMassIndex
BodyTemperatureBodyTemperature
BodyWeightBodyWeight
HeadOccipitalFrontalCircumferenceHead Occipital-Frontal Circumference
HeartRateHeartRate
HeightHeight
OxygenSaturationArterialBloodPulseOxOxygen Saturation in Arterial Blood by Pulse Oximetery
RespiratoryRateRespiratory Rate

Resources that this resource uses

CodeSystem
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
    CodeDisplay
    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.

Source

{
  "resourceType": "ValueSet",
  "id": "abnIntNumericNomVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/vitals/ValueSet/abnIntNumericNomVS",
  "version": "0.1.0",
  "name": "AbnormalInterpretationNumericNom",
  "title": "Abnormal Interpretation Numeric Nominal value set",
  "status": "draft",
  "date": "2015-04-14",
  "publisher": "HSPC",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://healtcaresoa.org"
        }
      ]
    }
  ],
  "description": "HL7 V3:ObservationInterpretation OID: 2.16.840.1.113883.5.83",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "copyright": "IHC",
  "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"
          }
        ]
      }
    ]
  }
}