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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-referencerange-meaning.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Properties

This code system defines the following properties for its concepts

CodeTypeDescription
abstractbooleanTrue if an element is considered 'abstract' - in otherwords, the code is not for use as a real concept

Concepts

This code system http://terminology.hl7.org/CodeSystem/referencerange-meaning defines the following codes:

LvlCodeDisplayDefinitionabstract
1type TypeGeneral types of reference range.true
2  normal Normal RangeValues expected for a normal member of the relevant control population being measured. Typically each results producer such as a laboratory has specific normal ranges and they are usually defined as within two standard deviations from the mean and account for 95.45% of this population.
2  recommended Recommended RangeThe range that is recommended by a relevant professional body.
2  treatment Treatment RangeThe range at which treatment would/should be considered.
2  therapeutic Therapeutic Desired LevelThe optimal range for best therapeutic outcomes.
3    pre Pre Therapeutic Desired LevelThe optimal range for best therapeutic outcomes for a specimen taken immediately before administration.
3    post Post Therapeutic Desired LevelThe optimal range for best therapeutic outcomes for a specimen taken immediately after administration.
1endocrine EndocrineEndocrine related states that change the expected value.true
2  pre-puberty Pre-PubertyAn expected range in an individual prior to puberty.
2  follicular Follicular StageAn expected range in an individual during the follicular stage of the cycle.
2  midcycle MidCycleAn expected range in an individual during the midcycle stage of the cycle.
2  luteal LutealAn expected range in an individual during the luteal stage of the cycle.
2  postmenopausal Post-MenopauseAn expected range in an individual post-menopause.

Source1

{
  "resourceType": "CodeSystem",
  "id": "referencerange-meaning",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
  "version": "0.1.0",
  "name": "ObservationReferenceRangeMeaningCodes",
  "title": "Observation Reference Range Meaning Codes",
  "status": "draft",
  "experimental": false,
  "date": "2023-02-26T04:07:30+10:00",
  "publisher": "Orders and Observations",
  "contact": [
    {
      "name": "Orders and Observations",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description": "This value set defines a set of codes that can be used to indicate the meaning/use of a reference range for a particular target population.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/referencerange-meaning|1.0.1",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "property": [
    {
      "code": "abstract",
      "description": "True if an element is considered 'abstract' - in otherwords, the code is not for use as a real concept",
      "type": "boolean"
    }
  ],
  "concept": [
    {
      "code": "type",
      "display": "Type",
      "definition": "General types of reference range.",
      "property": [
        {
          "code": "abstract",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "normal",
          "display": "Normal Range",
          "definition": "Values expected for a normal member of the relevant control population being measured. Typically each results producer such as a laboratory has specific normal ranges and they are usually defined as within two standard deviations from the mean and account for 95.45% of this population."
        },
        {
          "code": "recommended",
          "display": "Recommended Range",
          "definition": "The range that is recommended by a relevant professional body."
        },
        {
          "code": "treatment",
          "display": "Treatment Range",
          "definition": "The range at which treatment would/should be considered."
        },
        {
          "code": "therapeutic",
          "display": "Therapeutic Desired Level",
          "definition": "The optimal range for best therapeutic outcomes.",
          "concept": [
            {
              "code": "pre",
              "display": "Pre Therapeutic Desired Level",
              "definition": "The optimal range for best therapeutic outcomes for a specimen taken immediately before administration."
            },
            {
              "code": "post",
              "display": "Post Therapeutic Desired Level",
              "definition": "The optimal range for best therapeutic outcomes for a specimen taken immediately after administration."
            }
          ]
        }
      ]
    },
    {
      "code": "endocrine",
      "display": "Endocrine",
      "definition": "Endocrine related states that change the expected value.",
      "property": [
        {
          "code": "abstract",
          "valueBoolean": true
        }
      ],
      "concept": [
        {
          "code": "pre-puberty",
          "display": "Pre-Puberty",
          "definition": "An expected range in an individual prior to puberty."
        },
        {
          "code": "follicular",
          "display": "Follicular Stage",
          "definition": "An expected range in an individual during the follicular stage of the cycle."
        },
        {
          "code": "midcycle",
          "display": "MidCycle",
          "definition": "An expected range in an individual during the midcycle stage of the cycle."
        },
        {
          "code": "luteal",
          "display": "Luteal",
          "definition": "An expected range in an individual during the luteal stage of the cycle."
        },
        {
          "code": "postmenopausal",
          "display": "Post-Menopause",
          "definition": "An expected range in an individual post-menopause."
        }
      ]
    }
  ]
}