This page is part of the Point-of-care Device FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions
This is a pre-release version (Ballot 2) of Point of Care Devices (PoCD) R1/STU. There is no current official version.
For a full list of available versions, see the Directory of published versions .
{ "resourceType" : "CodeSystem", "id" : "measurement-status", "meta" : { "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "text" : { "status" : "generated", "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Measurement status codes</h2><div><p>Measurement status definitions from the ISO/IEEE 11073-10201 DIM.</p> </div><p>This code system http://hl7.org/fhir/uv/pocd/CodeSystem/measurement-status 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">questionable<a name="measurement-status-questionable"> </a></td><td>Questionable</td><td>Data may not be reliable</td></tr><tr><td style="white-space:nowrap">calibration-ongoing<a name="measurement-status-calibration-ongoing"> </a></td><td>Calibration ongoing</td><td>Calibration is ongoing</td></tr><tr><td style="white-space:nowrap">validated-data<a name="measurement-status-validated-data"> </a></td><td>Validated data</td><td>Relevant, e.g., in an archive</td></tr><tr><td style="white-space:nowrap">early-indication<a name="measurement-status-early-indication"> </a></td><td>Early indication</td><td>Early estimate of value</td></tr><tr><td style="white-space:nowrap">msmt-ongoing<a name="measurement-status-msmt-ongoing"> </a></td><td>Measurement ongoing</td><td>Indicates that a new measurement is just being taken</td></tr><tr><td style="white-space:nowrap">in-alarm<a name="measurement-status-in-alarm"> </a></td><td>Measurement in alarm</td><td>Measurement has an active alarm condition</td></tr><tr><td style="white-space:nowrap">alarm-inhibited<a name="measurement-status-alarm-inhibited"> </a></td><td>Measurement alarms inhibited</td><td>Measurement supports alarming and alarms are turned off</td></tr></table></div>" }, "url" : "http://hl7.org/fhir/uv/pocd/CodeSystem/measurement-status", "version" : "0.2.0", "name" : "MeasurementStatus", "title" : "Measurement status codes", "status" : "draft", "experimental" : false, "date" : "2018-08-07", "publisher" : "Health Level Seven International (Health Care Devices Work Group)", "description" : "Measurement status definitions from the ISO/IEEE 11073-10201 DIM.", "caseSensitive" : false, "content" : "complete", "concept" : [ { "code" : "questionable", "display" : "Questionable", "definition" : "Data may not be reliable" }, { "code" : "calibration-ongoing", "display" : "Calibration ongoing", "definition" : "Calibration is ongoing" }, { "code" : "validated-data", "display" : "Validated data", "definition" : "Relevant, e.g., in an archive" }, { "code" : "early-indication", "display" : "Early indication", "definition" : "Early estimate of value" }, { "code" : "msmt-ongoing", "display" : "Measurement ongoing", "definition" : "Indicates that a new measurement is just being taken" }, { "code" : "in-alarm", "display" : "Measurement in alarm", "definition" : "Measurement has an active alarm condition" }, { "code" : "alarm-inhibited", "display" : "Measurement alarms inhibited", "definition" : "Measurement supports alarming and alarms are turned off" } ] }