This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Definition for Value SetObservation Reference Range Meaning Codes
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><h2>Observation Reference Range Meaning Codes</h2><p>This value set defines a set of codes that can be used to indicate the meaning/use of a reference range</p><p>This value set defines its own terms in the system http://hl7.org/fhir/referencerange-meaning</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>type<a name=\"type\"> </a></td><td/><td>General types of reference range</td></tr><tr><td>..normal<a name=\"normal\"> </a></td><td>Normal Range</td><td>Based on 95th percentile for the relevant control population</td></tr><tr><td>..recommended<a name=\"recommended\"> </a></td><td>Recommended Range</td><td>The range that is recommended by a relevant professional body</td></tr><tr><td>..treatment<a name=\"treatment\"> </a></td><td>Treatment Range</td><td>The range at which treatment would/should be considered</td></tr><tr><td>..therapeutic<a name=\"therapeutic\"> </a></td><td>Therapeutic Desired Level</td><td>The optimal range for best therapeutic outcomes</td></tr><tr><td>....pre<a name=\"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></tr><tr><td>....post<a name=\"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></tr><tr><td>endocrine<a name=\"endocrine\"> </a></td><td/><td>Endocrine related states that change the expected value</td></tr><tr><td>..pre-puberty<a name=\"pre-puberty\"> </a></td><td>Pre-Puberty</td><td>An expected range in an individual prior to puberty</td></tr><tr><td>..follicular<a name=\"follicular\"> </a></td><td>Follicular Stage</td><td>An expected range in an individual during the follicular stage of the cycle</td></tr><tr><td>..midcycle<a name=\"midcycle\"> </a></td><td>MidCycle</td><td>An expected range in an individual during the follicular stage of the cycle</td></tr><tr><td>..luteal<a name=\"luteal\"> </a></td><td>Luteal</td><td>An expected range in an individual during the luteal stage of the cycle</td></tr><tr><td>..postmeopausal<a name=\"postmeopausal\"> </a></td><td>Post-Menopause</td><td>An expected range in an individual post-menopause</td></tr></table><p>In addition, this value set includes codes defined in other code systems, using the following rules:</p><ul><li>Import all the codes that are part of <a href=\"v3/Race/index.html\">http://hl7.org/fhir/v3/vs/Race</a></li><li>Include these codes as defined in http://snomed.info/sct<table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>248153007</td><td>Male</td><td/></tr><tr><td>248152002</td><td>Female</td><td/></tr><tr><td>77386006</td><td>Pregnant</td><td/></tr></table></li></ul></div>"
},
"identifier": "http://hl7.org/fhir/vs/referencerange-meaning",
"name": "Observation Reference Range Meaning Codes",
"publisher": "FHIR Project team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
],
"description": "This value set defines a set of codes that can be used to indicate the meaning/use of a reference range",
"status": "draft",
"define": {
"system": "http://hl7.org/fhir/referencerange-meaning",
"caseSensitive": true,
"concept": [
{
"code": "type",
"abstract": true,
"definition": "General types of reference range",
"concept": [
{
"code": "normal",
"display": "Normal Range",
"definition": "Based on 95th percentile for the relevant control 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",
"abstract": true,
"definition": "Endocrine related states that change the expected value",
"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 follicular stage of the cycle"
},
{
"code": "luteal",
"display": "Luteal",
"definition": "An expected range in an individual during the luteal stage of the cycle"
},
{
"code": "postmeopausal",
"display": "Post-Menopause",
"definition": "An expected range in an individual post-menopause"
}
]
}
]
},
"compose": {
"import": [
"http://hl7.org/fhir/v3/vs/Race"
],
"include": [
{
"system": "http://snomed.info/sct",
"code": [
"248153007",
"248152002",
"77386006"
]
}
]
}
}