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

FHIR IG Statistics: ValueSet/NumericResultIntNonPanicVS

Packagehl7.fhir.us.vitals
TypeValueSet
IdNumericResultIntNonPanicVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/vitals/https://build.fhir.org/ig/HL7/cimi-vital-signs/ValueSet-NumericResultIntNonPanicVS.html
URLhttp://hl7.org/fhir/us/vitals/ValueSet/NumericResultIntNonPanicVS
Version2.0.0
Statusdraft
Date2024-10-09T23:56:46+00:00
NameNumericResultInterpretationNonPanic
TitleNumeric Result Interpretation without panic values, 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, constrained to terms that are not those associated with 'panic' terms.
CopyrightLogica Health, all rights reserved Creative Commons License

Resources that use this resource

StructureDefinition
body-lengthBody Length
body-mass-indexBody Mass Index
body-weightBody Weight
head-occipital-frontal-circumferenceHead Occipital-Frontal Circumference by Tape Measure
heightBody Height

Resources that this resource uses

CodeSystem
v3-ObservationInterpretationObservationInterpretation
v3-ObservationInterpretationObservationInterpretation

Narrative

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

Generated Narrative: ValueSet NumericResultIntNonPanicVS

  • 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

Source

{
  "resourceType": "ValueSet",
  "id": "NumericResultIntNonPanicVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/vitals/ValueSet/NumericResultIntNonPanicVS",
  "version": "2.0.0",
  "name": "NumericResultInterpretationNonPanic",
  "title": "Numeric Result Interpretation without panic values, 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": "The HL7 V3:ObservationInterpretation code set (OID: 2.16.840.1.113883.5.83) that describes interpretations associated with a measured value, constrained to terms that are not those associated with 'panic' 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": "H",
            "display": "Higher Than Normal"
          },
          {
            "code": "L",
            "display": "Lower Than Normal"
          }
        ]
      }
    ]
  }
}