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: 2 |
{
"resourceType" : "CodeSystem",
"id" : "specimen-role",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/specimen-role</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">b\n <a name=\"specimen-role-b\"> </a>\n </td>\n <td>Blind Sample</td>\n <td>Used to test the validity of the measurement process, where the composition of the sample is unknown except to the person submitting it.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">c\n <a name=\"specimen-role-c\"> </a>\n </td>\n <td>Calibrator</td>\n <td>Used for initial setting of calibration of the instrument.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">e\n <a name=\"specimen-role-e\"> </a>\n </td>\n <td>Electronic QC</td>\n <td>Used with manufactured reference providing signals that simulate QC results.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">f\n <a name=\"specimen-role-f\"> </a>\n </td>\n <td>Filler Organization Proficiency</td>\n <td>Specimen used for testing proficiency of the organization performing the testing (Filler).</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">o\n <a name=\"specimen-role-o\"> </a>\n </td>\n <td>Operator Proficiency</td>\n <td>Specimen used for testing Operator Proficiency.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">p\n <a name=\"specimen-role-p\"> </a>\n </td>\n <td>Patient</td>\n <td>Used for any patient sample.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">q\n <a name=\"specimen-role-q\"> </a>\n </td>\n <td>Control specimen</td>\n <td>Used when specimen is the control specimen (either positive or negative).</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">r\n <a name=\"specimen-role-r\"> </a>\n </td>\n <td>Replicate (of patient sample as a control)</td>\n <td>Used when a patient sample is re-run as a control for a repeat test.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">v\n <a name=\"specimen-role-v\"> </a>\n </td>\n <td>Verifying Calibrator</td>\n <td>Used for periodic calibration checks.</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 2
},
{
"extension" : [
{
"url" : "packageId",
"valueId" : "hl7.fhir.uv.xver-r5.r4"
},
{
"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://hl7.org/fhir/specimen-role",
"version" : "5.0.0",
"name" : "SpecimenRole",
"title" : "Specimen Role",
"status" : "active",
"experimental" : false,
"date" : "2021-01-05T09:01:24+10:00",
"publisher" : "Orders and Observations",
"contact" : [
{
"name" : "Orders and Observations",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/orders"
}
]
}
],
"description" : "Codes providing the combined status of the specimen.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/specimen-role",
"content" : "complete",
"concept" : [
{
"code" : "b",
"display" : "Blind Sample",
"definition" : "Used to test the validity of the measurement process, where the composition of the sample is unknown except to the person submitting it."
},
{
"code" : "c",
"display" : "Calibrator",
"definition" : "Used for initial setting of calibration of the instrument."
},
{
"code" : "e",
"display" : "Electronic QC",
"definition" : "Used with manufactured reference providing signals that simulate QC results."
},
{
"code" : "f",
"display" : "Filler Organization Proficiency",
"definition" : "Specimen used for testing proficiency of the organization performing the testing (Filler)."
},
{
"code" : "o",
"display" : "Operator Proficiency",
"definition" : "Specimen used for testing Operator Proficiency."
},
{
"code" : "p",
"display" : "Patient",
"definition" : "Used for any patient sample."
},
{
"code" : "q",
"display" : "Control specimen",
"definition" : "Used when specimen is the control specimen (either positive or negative)."
},
{
"code" : "r",
"display" : "Replicate (of patient sample as a control)",
"definition" : "Used when a patient sample is re-run as a control for a repeat test."
},
{
"code" : "v",
"display" : "Verifying Calibrator",
"definition" : "Used for periodic calibration checks."
}
]
}