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

FHIR IG Statistics: CodeSystem/referencerange-meaning

Packagehl7.terminology.r4b
TypeCodeSystem
Idreferencerange-meaning
FHIR VersionR4B
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.0.2/CodeSystem-referencerange-meaning.html
URLhttp://terminology.hl7.org/CodeSystem/referencerange-meaning
Version1.0.1
Statusactive
Date2024-07-21T00:36:31-06:00
NameObservationReferenceRangeMeaningCodes
TitleObservation Reference Range Meaning Codes
Realmuv
Authorityhl7
DescriptionThis 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.
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license
Contentcomplete

Resources that use this resource

ConceptMap
KBV_CM_Base_Terminology_Complete_GermanKBV_CM_Base_Terminology_Complete_German
KBV_CM_MIO_LAB_ObservationReferenceRangeMeaningCodes_GermanReference Range Meaning
ValueSet
reference-range-typeReference Range Type
referencerange-meaningObservation Reference Range Meaning Codes
referencerange-meaningObservation Reference Range Meaning Codes
referencerange-meaningObservation Reference Range Meaning Codes
eHDSIReferenceRangeMeaningeHDSI Reference Range Meaning

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem referencerange-meaning

Last updated: 2024-04-24 00:00:00+0000

Profile: Shareable CodeSystem

Properties

This code system defines the following properties for its concepts

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

Concepts

This case-sensitive code system http://terminology.hl7.org/CodeSystem/referencerange-meaning defines the following codes in a Is-A hierarchy:

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.

Source

{
  "resourceType": "CodeSystem",
  "id": "referencerange-meaning",
  "meta": {
    "lastUpdated": "2024-04-24T00:00:00+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1124"
    }
  ],
  "version": "1.0.1",
  "name": "ObservationReferenceRangeMeaningCodes",
  "title": "Observation Reference Range Meaning Codes",
  "status": "active",
  "experimental": false,
  "date": "2024-07-21T00:36:31-06:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "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.",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/referencerange-meaning",
  "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."
        }
      ]
    }
  ]
}