Point-of-Care Device Implementation Guide
current - CI Build International flag

Point-of-Care Device Implementation Guide, published by HL7 International - Devices Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/uv-pocd/ and changes regularly. See the Directory of published versions

: Measurement status codes - JSON Representation

Draft as of 2019-09-28

Raw json | Download


{
  "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\"><p>This code system <code>http://hl7.org/fhir/uv/pocd/CodeSystem/measurement-status</code> 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" : "current",
  "name" : "MeasurementStatus",
  "title" : "Measurement status codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-09-28",
  "publisher" : "HL7 International - Devices Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/healthcaredevices"
        }
      ]
    }
  ],
  "description" : "Measurement status definitions from the ISO/IEEE 11073-10201 DIM.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "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"
    }
  ]
}