This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions
Source view
{ "resourceType" : "CodeSystem", "id" : "v2-0384", "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>substanceType</h2><div><p>HL7-defined code system of concepts identifying the type of substance. Used in HL7 Version 2.x messaging in the Inventory Detail (INV) segment.</p>\n</div><p><b>Copyright Statement:</b> Copyright HL7. Licensed under creative commons public domain</p><p><b>Properties</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URL</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td>status</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#status</td><td>Status of the concept</td><td>code</td></tr><tr><td>deprecated</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-table-deprecated</td><td>Version of HL7 in which the code was deprecated</td><td>code</td></tr><tr><td>v2-concComment</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-concComment</td><td>V2 Concept Comment</td><td>string</td></tr><tr><td>v2-concCommentAsPub</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-concCommentAsPub</td><td>V2 Concept Comment As Published</td><td>string</td></tr></table><p>This code system http://terminology.hl7.org/CodeSystem/v2-0384 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><td><b>V2 Table Status</b></td><td><b>V2 Concept Comment</b></td><td><b>V2 Concept Comment As Published</b></td></tr><tr><td style=\"white-space:nowrap\">SR<a name=\"v2-0384-SR\"> </a></td><td>Single Test Reagent</td><td>Single Test Reagent</td><td>A</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">MR<a name=\"v2-0384-MR\"> </a></td><td>Multiple Test Reagent</td><td>Multiple Test Reagent</td><td>A</td><td>The consumption cannot be tied to orders for a single test</td><td>The consumption cannot be tied to orders for a single test</td></tr><tr><td style=\"white-space:nowrap\">DI<a name=\"v2-0384-DI\"> </a></td><td>Diluent</td><td>Diluent</td><td>A</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">PT<a name=\"v2-0384-PT\"> </a></td><td>Pretreatment</td><td>Pretreatment</td><td>A</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">RC<a name=\"v2-0384-RC\"> </a></td><td>Reagent Calibrator</td><td>Reagent Calibrator</td><td>A</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">CO<a name=\"v2-0384-CO\"> </a></td><td>Control Reagent</td><td>Control Reagent</td><td>A</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">PW<a name=\"v2-0384-PW\"> </a></td><td>Purified Water</td><td>Purified Water</td><td>A</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">LW<a name=\"v2-0384-LW\"> </a></td><td>Liquid Waste</td><td>Liquid Waste</td><td>A</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SW<a name=\"v2-0384-SW\"> </a></td><td>Solid Waste</td><td>Solid Waste</td><td>A</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">SC<a name=\"v2-0384-SC\"> </a></td><td>Countable Solid Item</td><td>Countable Solid Item</td><td>A</td><td>E.g., Pipetting tip</td><td>E.g., Pipetting tip</td></tr><tr><td style=\"white-space:nowrap\">LI<a name=\"v2-0384-LI\"> </a></td><td>Measurable Liquid Item</td><td>Measurable Liquid Item</td><td>A</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"v2-0384-OT\"> </a></td><td>Other</td><td>Other</td><td>A</td><td/><td/></tr></table></div>" }, "url" : "http://terminology.hl7.org/CodeSystem/v2-0384", "identifier" : [ { "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.18.237" } ], "version" : "2.1.0", "name" : "SubstanceType", "title" : "substanceType", "status" : "active", "experimental" : false, "date" : "2019-12-01T00:00:00-05:00", "publisher" : "HL7, Inc", "contact" : [ { "telecom" : [ { "system" : "url", "value" : "http://www.hl7.org/" } ] } ], "description" : "HL7-defined code system of concepts identifying the type of substance. Used in HL7 Version 2.x messaging in the Inventory Detail (INV) segment.", "purpose" : "Underlying Master Code System for V2 table 0384 (Substance Type)", "copyright" : "Copyright HL7. Licensed under creative commons public domain", "caseSensitive" : true, "valueSet" : "http://terminology.hl7.org/ValueSet/v2-0384", "hierarchyMeaning" : "is-a", "compositional" : false, "versionNeeded" : false, "content" : "complete", "property" : [ { "code" : "status", "uri" : "http://terminology.hl7.org/CodeSystem/utg-concept-properties#status", "description" : "Status of the concept", "type" : "code" }, { "code" : "deprecated", "uri" : "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-table-deprecated", "description" : "Version of HL7 in which the code was deprecated", "type" : "code" }, { "code" : "v2-concComment", "uri" : "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-concComment", "description" : "V2 Concept Comment", "type" : "string" }, { "code" : "v2-concCommentAsPub", "uri" : "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-concCommentAsPub", "description" : "V2 Concept Comment As Published", "type" : "string" } ], "concept" : [ { "id" : "3841", "code" : "SR", "display" : "Single Test Reagent", "definition" : "Single Test Reagent", "property" : [ { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3842", "code" : "MR", "display" : "Multiple Test Reagent", "definition" : "Multiple Test Reagent", "property" : [ { "code" : "v2-concComment", "valueString" : "The consumption cannot be tied to orders for a single test" }, { "code" : "v2-concCommentAsPub", "valueString" : "The consumption cannot be tied to orders for a single test" }, { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3843", "code" : "DI", "display" : "Diluent", "definition" : "Diluent", "property" : [ { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3844", "code" : "PT", "display" : "Pretreatment", "definition" : "Pretreatment", "property" : [ { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3845", "code" : "RC", "display" : "Reagent Calibrator", "definition" : "Reagent Calibrator", "property" : [ { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3846", "code" : "CO", "display" : "Control Reagent", "definition" : "Control Reagent", "property" : [ { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3847", "code" : "PW", "display" : "Purified Water", "definition" : "Purified Water", "property" : [ { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3848", "code" : "LW", "display" : "Liquid Waste", "definition" : "Liquid Waste", "property" : [ { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3849", "code" : "SW", "display" : "Solid Waste", "definition" : "Solid Waste", "property" : [ { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3850", "code" : "SC", "display" : "Countable Solid Item", "definition" : "Countable Solid Item", "property" : [ { "code" : "v2-concComment", "valueString" : "E.g., Pipetting tip" }, { "code" : "v2-concCommentAsPub", "valueString" : "E.g., Pipetting tip" }, { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3851", "code" : "LI", "display" : "Measurable Liquid Item", "definition" : "Measurable Liquid Item", "property" : [ { "code" : "status", "valueCode" : "A" } ] }, { "id" : "3852", "code" : "OT", "display" : "Other", "definition" : "Other", "property" : [ { "code" : "status", "valueCode" : "A" } ] } ] }