This page is part of the Common Data Models Harmonization FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CodeSystem",
"id" : "pcornet-result-modifier",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-result-modifier defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">EQ<a name=\"pcornet-result-modifier-EQ\"> </a></td><td>Equal</td><td>Modifier for result values is Equal.</td></tr><tr><td style=\"white-space:nowrap\">GE<a name=\"pcornet-result-modifier-GE\"> </a></td><td>Greater than or equal to</td><td>Modifier for result values is Greater than or equal to.</td></tr><tr><td style=\"white-space:nowrap\">GT<a name=\"pcornet-result-modifier-GT\"> </a></td><td>Greater than</td><td>Modifier for result values is Greater than.</td></tr><tr><td style=\"white-space:nowrap\">LE<a name=\"pcornet-result-modifier-LE\"> </a></td><td>Less than or equal to</td><td>Modifier for result values is Less than or equal to.</td></tr><tr><td style=\"white-space:nowrap\">LT<a name=\"pcornet-result-modifier-LT\"> </a></td><td>Less than</td><td>Modifier for result values is Less than.</td></tr><tr><td style=\"white-space:nowrap\">TX<a name=\"pcornet-result-modifier-TX\"> </a></td><td>Text</td><td>Modifier for result values is Text.</td></tr><tr><td style=\"white-space:nowrap\">NI<a name=\"pcornet-result-modifier-NI\"> </a></td><td>No information</td><td>Modifier for result values has No information.</td></tr><tr><td style=\"white-space:nowrap\">UN<a name=\"pcornet-result-modifier-UN\"> </a></td><td>Unknown</td><td>Modifier for result values is Unknown.</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"pcornet-result-modifier-OT\"> </a></td><td>Other</td><td>Modifier for result values is Other.</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-result-modifier",
"version" : "1.0.0",
"name" : "PCORNetResultModifier",
"title" : "PCORNet Result Modifier",
"status" : "active",
"date" : "2021-09-06",
"publisher" : "HL7 International - Biomedical Research and Regulation Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/Special/committees/rcrim"
}
]
}
],
"description" : "The PCORNet Result Modifier contains the codes to be used by PCORNet data marts.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"copyright" : "Used by permission of HL7, all rights reserved Creative Commons License",
"caseSensitive" : true,
"content" : "complete",
"count" : 9,
"concept" : [
{
"code" : "EQ",
"display" : "Equal",
"definition" : "Modifier for result values is Equal."
},
{
"code" : "GE",
"display" : "Greater than or equal to",
"definition" : "Modifier for result values is Greater than or equal to."
},
{
"code" : "GT",
"display" : "Greater than",
"definition" : "Modifier for result values is Greater than."
},
{
"code" : "LE",
"display" : "Less than or equal to",
"definition" : "Modifier for result values is Less than or equal to."
},
{
"code" : "LT",
"display" : "Less than",
"definition" : "Modifier for result values is Less than."
},
{
"code" : "TX",
"display" : "Text",
"definition" : "Modifier for result values is Text."
},
{
"code" : "NI",
"display" : "No information",
"definition" : "Modifier for result values has No information."
},
{
"code" : "UN",
"display" : "Unknown",
"definition" : "Modifier for result values is Unknown."
},
{
"code" : "OT",
"display" : "Other",
"definition" : "Modifier for result values is Other."
}
]
}