FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "referencerange-meaning"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>abstract</td><td>boolean</td><td>True if an element is considered 'abstract' - in otherwords, the code is not for use as a real concept</td></tr></table><p><b>Concepts</b></p><p>This code system <code>http://terminology.hl7.org/CodeSystem/referencerange-meaning</code> defines the following codes:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>abstract</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">type<a name=\"referencerange-meaning-type\"> </a></td><td>Type</td><td>General types of reference range.</td><td>true</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> normal<a name=\"referencerange-meaning-normal\"> </a></td><td>Normal Range</td><td>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.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> recommended<a name=\"referencerange-meaning-recommended\"> </a></td><td>Recommended Range</td><td>The range that is recommended by a relevant professional body.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> treatment<a name=\"referencerange-meaning-treatment\"> </a></td><td>Treatment Range</td><td>The range at which treatment would/should be considered.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> therapeutic<a name=\"referencerange-meaning-therapeutic\"> </a></td><td>Therapeutic Desired Level</td><td>The optimal range for best therapeutic outcomes.</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\"> pre<a name=\"referencerange-meaning-pre\"> </a></td><td>Pre Therapeutic Desired Level</td><td>The optimal range for best therapeutic outcomes for a specimen taken immediately before administration.</td><td/></tr><tr><td>3</td><td style=\"white-space:nowrap\"> post<a name=\"referencerange-meaning-post\"> </a></td><td>Post Therapeutic Desired Level</td><td>The optimal range for best therapeutic outcomes for a specimen taken immediately after administration.</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">endocrine<a name=\"referencerange-meaning-endocrine\"> </a></td><td>Endocrine</td><td>Endocrine related states that change the expected value.</td><td>true</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> pre-puberty<a name=\"referencerange-meaning-pre-puberty\"> </a></td><td>Pre-Puberty</td><td>An expected range in an individual prior to puberty.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> follicular<a name=\"referencerange-meaning-follicular\"> </a></td><td>Follicular Stage</td><td>An expected range in an individual during the follicular stage of the cycle.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> midcycle<a name=\"referencerange-meaning-midcycle\"> </a></td><td>MidCycle</td><td>An expected range in an individual during the midcycle stage of the cycle.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> luteal<a name=\"referencerange-meaning-luteal\"> </a></td><td>Luteal</td><td>An expected range in an individual during the luteal stage of the cycle.</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> postmenopausal<a name=\"referencerange-meaning-postmenopausal\"> </a></td><td>Post-Menopause</td><td>An expected range in an individual post-menopause.</td><td/></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "oo" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ObservationReferenceRangeMeaningCodes"] ; #
fhir:title [ fhir:v "Observation Reference Range Meaning Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2023-02-26T04:07:30+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Orders and Observations"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Orders and Observations" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ] ] )
] ) ; #
fhir:description [ fhir:v "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."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/referencerange-meaning|1.0.1"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/referencerange-meaning|1.0.1>
] ; #
fhir:hierarchyMeaning [ fhir:v "is-a"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:property ( [
fhir:code [ fhir:v "abstract" ] ;
fhir:description [ fhir:v "True if an element is considered 'abstract' - in otherwords, the code is not for use as a real concept" ] ;
fhir:type [ fhir:v "boolean" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "type" ] ;
fhir:display [ fhir:v "Type" ] ;
fhir:definition [ fhir:v "General types of reference range." ] ;
( fhir:property [
fhir:code [ fhir:v "abstract" ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] ) ;
( fhir:concept [
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "Normal Range" ] ;
fhir:definition [ fhir:v "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." ] ] [
fhir:code [ fhir:v "recommended" ] ;
fhir:display [ fhir:v "Recommended Range" ] ;
fhir:definition [ fhir:v "The range that is recommended by a relevant professional body." ] ] [
fhir:code [ fhir:v "treatment" ] ;
fhir:display [ fhir:v "Treatment Range" ] ;
fhir:definition [ fhir:v "The range at which treatment would/should be considered." ] ] [
fhir:code [ fhir:v "therapeutic" ] ;
fhir:display [ fhir:v "Therapeutic Desired Level" ] ;
fhir:definition [ fhir:v "The optimal range for best therapeutic outcomes." ] ;
( fhir:concept [
fhir:code [ fhir:v "pre" ] ;
fhir:display [ fhir:v "Pre Therapeutic Desired Level" ] ;
fhir:definition [ fhir:v "The optimal range for best therapeutic outcomes for a specimen taken immediately before administration." ] ] [
fhir:code [ fhir:v "post" ] ;
fhir:display [ fhir:v "Post Therapeutic Desired Level" ] ;
fhir:definition [ fhir:v "The optimal range for best therapeutic outcomes for a specimen taken immediately after administration." ] ] ) ] )
] [
fhir:code [ fhir:v "endocrine" ] ;
fhir:display [ fhir:v "Endocrine" ] ;
fhir:definition [ fhir:v "Endocrine related states that change the expected value." ] ;
( fhir:property [
fhir:code [ fhir:v "abstract" ] ;
fhir:value [
a fhir:boolean ;
fhir:v true ] ] ) ;
( fhir:concept [
fhir:code [ fhir:v "pre-puberty" ] ;
fhir:display [ fhir:v "Pre-Puberty" ] ;
fhir:definition [ fhir:v "An expected range in an individual prior to puberty." ] ] [
fhir:code [ fhir:v "follicular" ] ;
fhir:display [ fhir:v "Follicular Stage" ] ;
fhir:definition [ fhir:v "An expected range in an individual during the follicular stage of the cycle." ] ] [
fhir:code [ fhir:v "midcycle" ] ;
fhir:display [ fhir:v "MidCycle" ] ;
fhir:definition [ fhir:v "An expected range in an individual during the midcycle stage of the cycle." ] ] [
fhir:code [ fhir:v "luteal" ] ;
fhir:display [ fhir:v "Luteal" ] ;
fhir:definition [ fhir:v "An expected range in an individual during the luteal stage of the cycle." ] ] [
fhir:code [ fhir:v "postmenopausal" ] ;
fhir:display [ fhir:v "Post-Menopause" ] ;
fhir:definition [ fhir:v "An expected range in an individual post-menopause." ] ] )
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
