This page is part of the Pharmaceutical Quality (Industry) (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
: CodeSystem - Process Parameter - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "cs-processParameter-local-pq",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-processParameter-local-pq</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">Capacity<a name=\"cs-processParameter-local-pq-Capacity\"> </a></td><td>Capacity</td></tr><tr><td style=\"white-space:nowrap\">TEMP-MAX<a name=\"cs-processParameter-local-pq-TEMP-MAX\"> </a></td><td>Maximum Temperature</td></tr><tr><td style=\"white-space:nowrap\">TEMP<a name=\"cs-processParameter-local-pq-TEMP\"> </a></td><td>Temperature</td></tr><tr><td style=\"white-space:nowrap\">ROTATIONSPEED<a name=\"cs-processParameter-local-pq-ROTATIONSPEED\"> </a></td><td>Rotational Speed</td></tr><tr><td style=\"white-space:nowrap\">OPTICAL<a name=\"cs-processParameter-local-pq-OPTICAL\"> </a></td><td>Optical properties</td></tr><tr><td style=\"white-space:nowrap\">THEORY<a name=\"cs-processParameter-local-pq-THEORY\"> </a></td><td>Theory</td></tr><tr><td style=\"white-space:nowrap\">STIR<a name=\"cs-processParameter-local-pq-STIR\"> </a></td><td>Stir Time</td></tr><tr><td style=\"white-space:nowrap\">SPEED<a name=\"cs-processParameter-local-pq-SPEED\"> </a></td><td>Mix speed</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "brr"
}
],
"url" : "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-processParameter-local-pq",
"version" : "1.0.0-ballot",
"name" : "CsProcessParameterPQ",
"title" : "CodeSystem - Process Parameter",
"status" : "active",
"experimental" : false,
"date" : "2023-12-18T16:00:45+00:00",
"publisher" : "HL7 International / Biomedical Research and Regulation",
"contact" : [
{
"name" : "HL7 International - Biomedical Research and Regulation",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/rcrim"
}
]
}
],
"description" : "This code system contains example codes for process parameter in PQ.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
],
"text" : "World"
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "Capacity",
"display" : "Capacity"
},
{
"code" : "TEMP-MAX",
"display" : "Maximum Temperature"
},
{
"code" : "TEMP",
"display" : "Temperature"
},
{
"code" : "ROTATIONSPEED",
"display" : "Rotational Speed"
},
{
"code" : "OPTICAL",
"display" : "Optical properties"
},
{
"code" : "THEORY",
"display" : "Theory"
},
{
"code" : "STIR",
"display" : "Stir Time"
},
{
"code" : "SPEED",
"display" : "Mix speed"
}
]
}