Personal Health Device Implementation Guide
2.0.0-ballot2 - STU 2 - Ballot International flag

Personal Health Device Implementation Guide, published by HL7 International / Health Care Devices. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phd/ and changes regularly. See the Directory of published versions

: ASN1 bits to HL7 enumerated values - TTL Representation

Page standards status: Trial-use Maturity Level: 1

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ASN1ToHL7"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ASN1ToHL7</b></p><a name=\"ASN1ToHL7\"> </a><a name=\"hcASN1ToHL7\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R4/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>Event or State</td><td>eventOrState</td><td>http://terminology.hl7.org/CodeSystem/ASN1ToHL7#eventOrState</td><td>code</td><td>The code type is an event or state</td></tr><tr><td>Source</td><td>source</td><td>http://terminology.hl7.org/CodeSystem/ASN1ToHL7#source</td><td>code</td><td>The code originates from a measurement or an attribute that further describes a measurement or the sensor device.</td></tr><tr><td>MDC Code</td><td>MDCCode</td><td>http://terminology.hl7.org/CodeSystem/ASN1ToHL7#MDCCode</td><td>Coding</td><td>The decimal code for the MDC code of the bits observation</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/ASN1ToHL7</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><td><b>Event or State</b></td><td><b>Source</b></td><td><b>MDC Code</b></td></tr><tr><td style=\"white-space:nowrap\">source<a name=\"ASN1ToHL7-source\"> </a></td><td>Source</td><td><div><p>The source of the bit</p>\n</div></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">eventOrState<a name=\"ASN1ToHL7-eventOrState\"> </a></td><td>Event or State</td><td><div><p>Whether the bit represents an event or a state</p>\n</div></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">device<a name=\"ASN1ToHL7-device\"> </a></td><td>Attribute</td><td><div><p>The bit represents a device attribute</p>\n</div></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">measurement<a name=\"ASN1ToHL7-measurement\"> </a></td><td>Measurement</td><td><div><p>The bit represents a measurement attribute</p>\n</div></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">event<a name=\"ASN1ToHL7-event\"> </a></td><td>Event</td><td><div><p>The bit represents an event</p>\n</div></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">state<a name=\"ASN1ToHL7-state\"> </a></td><td>State</td><td><div><p>The bit represents a state</p>\n</div></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">MDCCode<a name=\"ASN1ToHL7-MDCCode\"> </a></td><td>MDC Code</td><td><div><p>The MDC code for the bit</p>\n</div></td><td/><td/><td/></tr><tr><td style=\"white-space:nowrap\">67925.0<a name=\"ASN1ToHL7-67925.460\"> </a></td><td>onMains</td><td><div><p>The device is on mains power</p>\n</div></td><td>state</td><td>device</td><td>67925</td></tr><tr><td style=\"white-space:nowrap\">67925.1<a name=\"ASN1ToHL7-67925.461\"> </a></td><td>onBattery</td><td><div><p>The device is on Battery power</p>\n</div></td><td>state</td><td>device</td><td>67925</td></tr><tr><td style=\"white-space:nowrap\">67925.8<a name=\"ASN1ToHL7-67925.468\"> </a></td><td>chargingFull</td><td><div><p>The device battery is charging at maximum rate</p>\n</div></td><td>event</td><td>device</td><td>67925</td></tr><tr><td style=\"white-space:nowrap\">67925.9<a name=\"ASN1ToHL7-67925.469\"> </a></td><td>chargingTrickle</td><td><div><p>The device battery is charging at a trickle rate</p>\n</div></td><td>event</td><td>device</td><td>67925</td></tr><tr><td style=\"white-space:nowrap\">67925.10<a name=\"ASN1ToHL7-67925.4610\"> </a></td><td>chargingOff</td><td><div><p>The device battery charging is on</p>\n</div></td><td>state</td><td>device</td><td>67925</td></tr><tr><td style=\"white-space:nowrap\">532354.0<a name=\"ASN1ToHL7-532354.460\"> </a></td><td>negated-regulation-status</td><td><div><p>Device is regulated when <em>cleared</em> and unregulated when <em>set</em></p>\n</div></td><td>state</td><td>device</td><td>532354</td></tr><tr><td style=\"white-space:nowrap\">68219.0<a name=\"ASN1ToHL7-68219.460\"> </a></td><td>mds-time-capab-real-time-clock</td><td><div><p>Real time clock is supported</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.1<a name=\"ASN1ToHL7-68219.461\"> </a></td><td>mds-time-capab-set-clock</td><td><div><p>Support for the PHG to set the time</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.2<a name=\"ASN1ToHL7-68219.462\"> </a></td><td>mds-time-capab-relative-time</td><td><div><p>Relative Time is supported</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.3<a name=\"ASN1ToHL7-68219.463\"> </a></td><td>mds-time-capab-high-res-relative-time</td><td><div><p>Hi-Res Relative Time is supported</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.4<a name=\"ASN1ToHL7-68219.464\"> </a></td><td>mds-time-capab-sync-abs-time</td><td><div><p>Syncing the absolute time is supported</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.5<a name=\"ASN1ToHL7-68219.465\"> </a></td><td>mds-time-capab-sync-rel-time</td><td><div><p>Syncing the relative time is supported</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.6<a name=\"ASN1ToHL7-68219.466\"> </a></td><td>mds-time-capab-sync-hi-res-relative-time</td><td><div><p>Syncing hi-res relative time is supported</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.7<a name=\"ASN1ToHL7-68219.467\"> </a></td><td>mds-time-capab-bo-time</td><td><div><p>The real-time clock supports base offset time</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.8<a name=\"ASN1ToHL7-68219.468\"> </a></td><td>mds-time-state-abs-time-synced</td><td><div><p>The absolute time has been synced</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.9<a name=\"ASN1ToHL7-68219.469\"> </a></td><td>mds-time-state-rel-time-synced</td><td><div><p>The relative time has been synced</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.10<a name=\"ASN1ToHL7-68219.4610\"> </a></td><td>mds-time-state-hi-res-relative-time-synced</td><td><div><p>The hi-res time has been synced</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.11<a name=\"ASN1ToHL7-68219.4611\"> </a></td><td>mds-time-mgr-set-time</td><td><div><p>PHG Requested to set the time</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.12<a name=\"ASN1ToHL7-68219.4612\"> </a></td><td>mds-time-capab-sync-bo-time</td><td><div><p>Syncing base-offset time is supported</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.13<a name=\"ASN1ToHL7-68219.4613\"> </a></td><td>mds-time-state-bo-time-synced</td><td><div><p>Base-offset time has been synced</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.14<a name=\"ASN1ToHL7-68219.4614\"> </a></td><td>mds-time-state-bo-time-UTC-aligned</td><td><div><p>Base-offset time is aligned with UTC time standard</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">68219.15<a name=\"ASN1ToHL7-68219.4615\"> </a></td><td>mds-time-dst-rules-enabled</td><td><div><p>Support for daylight savings time rules</p>\n</div></td><td>event</td><td>device</td><td>68219</td></tr><tr><td style=\"white-space:nowrap\">67846.0<a name=\"ASN1ToHL7-67846.460\"> </a></td><td>lim-alert-off</td><td><div><p>Both the high and the low limit alerts are disabled</p>\n</div></td><td>state</td><td>measurement</td><td>67846</td></tr><tr><td style=\"white-space:nowrap\">67846.1<a name=\"ASN1ToHL7-67846.461\"> </a></td><td>lim-low-off</td><td><div><p>The low limit alert is disabled</p>\n</div></td><td>state</td><td>measurement</td><td>67846</td></tr><tr><td style=\"white-space:nowrap\">67846.2<a name=\"ASN1ToHL7-67846.462\"> </a></td><td>lim-high-off</td><td><div><p>The high limit alert is disabled</p>\n</div></td><td>state</td><td>measurement</td><td>67846</td></tr><tr><td style=\"white-space:nowrap\">150604.0<a name=\"ASN1ToHL7-150604.460\"> </a></td><td>sensor-disconnected</td><td><div><p>The device is not connected with the sensor</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.1<a name=\"ASN1ToHL7-150604.461\"> </a></td><td>sensor-malfunction</td><td><div><p>The sensor has malfunctioned</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.2<a name=\"ASN1ToHL7-150604.462\"> </a></td><td>sensor-displaced</td><td><div><p>The sensor is not correctly placed on the user</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.3<a name=\"ASN1ToHL7-150604.463\"> </a></td><td>sensor-unsupported</td><td><div><p>The sensor connected to the device is unsupported</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.4<a name=\"ASN1ToHL7-150604.464\"> </a></td><td>sensor-off</td><td><div><p>The sensor is not connected to the user</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.5<a name=\"ASN1ToHL7-150604.465\"> </a></td><td>sensor-interference</td><td><div><p>The sensor is experiencing interference</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.6<a name=\"ASN1ToHL7-150604.466\"> </a></td><td>signal-searching</td><td><div><p>The sensor is searching for a signal</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.7<a name=\"ASN1ToHL7-150604.467\"> </a></td><td>signal-pulse-questionable</td><td><div><p>A questionable pulse has been detected</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.8<a name=\"ASN1ToHL7-150604.468\"> </a></td><td>signal-non-pulsatile</td><td><div><p>A non pulsatile signal has been detected</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.9<a name=\"ASN1ToHL7-150604.469\"> </a></td><td>signal-erratic</td><td><div><p>A signal has been discovered, but it is erratic</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.10<a name=\"ASN1ToHL7-150604.4610\"> </a></td><td>signal-low-perfusion</td><td><div><p>The signal is experiencing low perfusion</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.11<a name=\"ASN1ToHL7-150604.4611\"> </a></td><td>signal-poor</td><td><div><p>The signal has been discovered, but it is poor</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.12<a name=\"ASN1ToHL7-150604.4612\"> </a></td><td>signal-inadequate</td><td><div><p>The signal has been discovered, but it is inadequate</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.13<a name=\"ASN1ToHL7-150604.4613\"> </a></td><td>signal-processing-irregularity</td><td><div><p>The signal has been discovered, but is experiencing processing irregularity</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.14<a name=\"ASN1ToHL7-150604.4614\"> </a></td><td>device-equipment-malfunction</td><td><div><p>A device malfunction has occurred</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150604.15<a name=\"ASN1ToHL7-150604.4615\"> </a></td><td>device-extended-update</td><td><div><p>An extended display update is in progress on device</p>\n</div></td><td>event</td><td>measurement</td><td>150604</td></tr><tr><td style=\"white-space:nowrap\">150605.0<a name=\"ASN1ToHL7-150605.460\"> </a></td><td>pulse-qual-nominal</td><td><div><p>No abnormalities have been detected by the sensor</p>\n</div></td><td>event</td><td>measurement</td><td>150605</td></tr><tr><td style=\"white-space:nowrap\">150605.1<a name=\"ASN1ToHL7-150605.461\"> </a></td><td>pulse-qual-marginal</td><td><div><p>The pulse quality is marginal</p>\n</div></td><td>event</td><td>measurement</td><td>150605</td></tr><tr><td style=\"white-space:nowrap\">150605.2<a name=\"ASN1ToHL7-150605.462\"> </a></td><td>pulse-qual-minimal</td><td><div><p>The pulse quality is minimal</p>\n</div></td><td>event</td><td>measurement</td><td>150605</td></tr><tr><td style=\"white-space:nowrap\">150605.3<a name=\"ASN1ToHL7-150605.463\"> </a></td><td>pulse-qual-unacceptable</td><td><div><p>The pulse quality is unacceptable</p>\n</div></td><td>event</td><td>measurement</td><td>150605</td></tr><tr><td style=\"white-space:nowrap\">8410584.0<a name=\"ASN1ToHL7-8410584.460\"> </a></td><td>leadwire-loss</td><td><div><p>Loss of unspecified lead wire or electrode connection</p>\n</div></td><td>event</td><td>measurement</td><td>8410584</td></tr><tr><td style=\"white-space:nowrap\">8410584.1<a name=\"ASN1ToHL7-8410584.461\"> </a></td><td>leadsignal-loss</td><td><div><p>Loss of unspecified lead signal</p>\n</div></td><td>event</td><td>measurement</td><td>8410584</td></tr><tr><td style=\"white-space:nowrap\">8410584.2<a name=\"ASN1ToHL7-8410584.462\"> </a></td><td>leadwire-loss-first-lead</td><td><div><p>Loss of 1st lead wire or electrode connection</p>\n</div></td><td>event</td><td>measurement</td><td>8410584</td></tr><tr><td style=\"white-space:nowrap\">8410584.3<a name=\"ASN1ToHL7-8410584.463\"> </a></td><td>leadsignal-loss-first-lead</td><td><div><p>Loss of 1st lead signal</p>\n</div></td><td>event</td><td>measurement</td><td>8410584</td></tr><tr><td style=\"white-space:nowrap\">8410584.4<a name=\"ASN1ToHL7-8410584.464\"> </a></td><td>leadwire-loss-second-lead</td><td><div><p>Loss of 2nd lead wire or electrode connection</p>\n</div></td><td>event</td><td>measurement</td><td>8410584</td></tr><tr><td style=\"white-space:nowrap\">8410584.5<a name=\"ASN1ToHL7-8410584.465\"> </a></td><td>leadsignal-loss-second-lead</td><td><div><p>Loss of 2nd lead signal</p>\n</div></td><td>event</td><td>measurement</td><td>8410584</td></tr><tr><td style=\"white-space:nowrap\">8410584.6<a name=\"ASN1ToHL7-8410584.466\"> </a></td><td>leadwire-loss-third-lead</td><td><div><p>Loss of 3rd lead wire or electrode connection</p>\n</div></td><td>event</td><td>measurement</td><td>8410584</td></tr><tr><td style=\"white-space:nowrap\">8410584.7<a name=\"ASN1ToHL7-8410584.467\"> </a></td><td>leadsignal-loss-third-lead</td><td><div><p>Loss of 3rd lead signal</p>\n</div></td><td>event</td><td>measurement</td><td>8410584</td></tr><tr><td style=\"white-space:nowrap\">8417752.0<a name=\"ASN1ToHL7-8417752.460\"> </a></td><td>device-battery-low</td><td><div><p>The device battery is low</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.1<a name=\"ASN1ToHL7-8417752.461\"> </a></td><td>sensor-malfunction</td><td><div><p>The sensor has malfunctioned</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.2<a name=\"ASN1ToHL7-8417752.462\"> </a></td><td>sensor-sample-size-insufficient</td><td><div><p>The sensor's sample size is insufficient</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.3<a name=\"ASN1ToHL7-8417752.463\"> </a></td><td>sensor-strip-insertion</td><td><div><p>The test strip was inserted incorrectly</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.4<a name=\"ASN1ToHL7-8417752.464\"> </a></td><td>sensor-strip-type-incorrect</td><td><div><p>The test strip type is incompatible with the sensor</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.5<a name=\"ASN1ToHL7-8417752.465\"> </a></td><td>sensor-result-too-high</td><td><div><p>The value reported by the sensor is too high</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.6<a name=\"ASN1ToHL7-8417752.466\"> </a></td><td>sensor-result-too-low</td><td><div><p>The value reported by the sensor is too low</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.7<a name=\"ASN1ToHL7-8417752.467\"> </a></td><td>sensor-temp-too-high</td><td><div><p>The temperature is too high</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.8<a name=\"ASN1ToHL7-8417752.468\"> </a></td><td>sensor-temp-too-low</td><td><div><p>The temperature is too low</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.9<a name=\"ASN1ToHL7-8417752.469\"> </a></td><td>sensor-read-interrupt</td><td><div><p>The read process was interrupted</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.10<a name=\"ASN1ToHL7-8417752.4610\"> </a></td><td>device-gen-fault</td><td><div><p>General Device Fault</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417752.11<a name=\"ASN1ToHL7-8417752.4611\"> </a></td><td>sensor-temp-out-of-range</td><td><div><p>The temperature is out of range</p>\n</div></td><td>event</td><td>measurement</td><td>8417752</td></tr><tr><td style=\"white-space:nowrap\">8417909.0<a name=\"ASN1ToHL7-8417909.460\"> </a></td><td>inr-device-battery-low</td><td><div><p>The INR device battery is low</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.1<a name=\"ASN1ToHL7-8417909.461\"> </a></td><td>inr-sensor-malfunction</td><td><div><p>The INR device sensor has malfunctioned</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.2<a name=\"ASN1ToHL7-8417909.462\"> </a></td><td>inr-sensor-sample-size-insufficient</td><td><div><p>The sample size was insufficient</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.3<a name=\"ASN1ToHL7-8417909.463\"> </a></td><td>inr-sensor-strip-insertion</td><td><div><p>The test script was inserted incorrectly</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.4<a name=\"ASN1ToHL7-8417909.464\"> </a></td><td>inr-sensor-strip-type-incorrect</td><td><div><p>The test strip used is not compatible with the INR</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.5<a name=\"ASN1ToHL7-8417909.465\"> </a></td><td>inr-sensor-result-too-high</td><td><div><p>The test result is too high</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.6<a name=\"ASN1ToHL7-8417909.466\"> </a></td><td>inr-sensor-result-too-low</td><td><div><p>The test result is too low</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.7<a name=\"ASN1ToHL7-8417909.467\"> </a></td><td>inr-sensor-temp-too-high</td><td><div><p>The temperature is too high</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.8<a name=\"ASN1ToHL7-8417909.468\"> </a></td><td>inr-sensor-temp-too-low</td><td><div><p>The temperature is too low</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.9<a name=\"ASN1ToHL7-8417909.469\"> </a></td><td>inr-sensor-read-interrupt</td><td><div><p>The read process was interrupted</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.10<a name=\"ASN1ToHL7-8417909.4610\"> </a></td><td>inr-device-gen-fault</td><td><div><p>General device fault</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8417909.11<a name=\"ASN1ToHL7-8417909.4611\"> </a></td><td>inr-sensor-calibration-due</td><td><div><p>The INR sensor calibration is due</p>\n</div></td><td>event</td><td>measurement</td><td>8417909</td></tr><tr><td style=\"white-space:nowrap\">8408608.0<a name=\"ASN1ToHL7-8408608.460\"> </a></td><td>device-status-undetermined</td><td><div><p>Undetermined device status event</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.1<a name=\"ASN1ToHL7-8408608.461\"> </a></td><td>device-status-reset</td><td><div><p>Device reset</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.5<a name=\"ASN1ToHL7-8408608.465\"> </a></td><td>device-status-error</td><td><div><p>Device error</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.6<a name=\"ASN1ToHL7-8408608.466\"> </a></td><td>device-status-error-mechanical</td><td><div><p>Mechanical error</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.7<a name=\"ASN1ToHL7-8408608.467\"> </a></td><td>device-status-error-electronic</td><td><div><p>Electronic error</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.8<a name=\"ASN1ToHL7-8408608.468\"> </a></td><td>device-status-error-software</td><td><div><p>Software error</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.9<a name=\"ASN1ToHL7-8408608.469\"> </a></td><td>device-status-error-battery</td><td><div><p>Battery error</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.15<a name=\"ASN1ToHL7-8408608.4615\"> </a></td><td>device-status-service</td><td><div><p>Undetermined device status event, service needed</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.16<a name=\"ASN1ToHL7-8408608.4616\"> </a></td><td>device-status-service-time-sync-required</td><td><div><p>Time sync service required</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.17<a name=\"ASN1ToHL7-8408608.4617\"> </a></td><td>device-status-service-calibration-required</td><td><div><p>Calibration required</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.18<a name=\"ASN1ToHL7-8408608.4618\"> </a></td><td>device-status-service-replenishment-required</td><td><div><p>Replenishment required</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.25<a name=\"ASN1ToHL7-8408608.4625\"> </a></td><td>device-status-battery-low</td><td><div><p>Battery power is too low</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.26<a name=\"ASN1ToHL7-8408608.4626\"> </a></td><td>device-status-battery-depleted</td><td><div><p>Battery is depleted</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.27<a name=\"ASN1ToHL7-8408608.4627\"> </a></td><td>device-status-battery-replaced</td><td><div><p>Battery has been replaced</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8408608.28<a name=\"ASN1ToHL7-8408608.4628\"> </a></td><td>device-status-battery-interrupted</td><td><div><p>Battery was interrupted</p>\n</div></td><td>event</td><td>measurement</td><td>8408608</td></tr><tr><td style=\"white-space:nowrap\">8418060.0<a name=\"ASN1ToHL7-8418060.460\"> </a></td><td>sensor-session-stopped</td><td><div><p>Session stopped</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.2<a name=\"ASN1ToHL7-8418060.462\"> </a></td><td>sensor-type-incorrect</td><td><div><p>Sensor type incorrect for device</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.3<a name=\"ASN1ToHL7-8418060.463\"> </a></td><td>sensor-malfunction</td><td><div><p>The sensor malfunctioned</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.4<a name=\"ASN1ToHL7-8418060.464\"> </a></td><td>device-specific-alert</td><td><div><p>Device specific alert</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.7<a name=\"ASN1ToHL7-8418060.467\"> </a></td><td>sensor-calibration-not-allowed</td><td><div><p>Calibrating the sensor is not allowed</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.8<a name=\"ASN1ToHL7-8418060.468\"> </a></td><td>sensor-calibration-recommended</td><td><div><p>Calibrating the sensor is recommended</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.9<a name=\"ASN1ToHL7-8418060.469\"> </a></td><td>sensor-calibration-required</td><td><div><p>Calibrating the sensor is required</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.10<a name=\"ASN1ToHL7-8418060.4610\"> </a></td><td>sensor-temp-too-high</td><td><div><p>Temperature is too high for a valid result</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.11<a name=\"ASN1ToHL7-8418060.4611\"> </a></td><td>sensor-temp-too-low</td><td><div><p>Temperature is too low for a valid result</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.12<a name=\"ASN1ToHL7-8418060.4612\"> </a></td><td>sensor-result-below-patient-low</td><td><div><p>Sensor result below the Patient Low level</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.13<a name=\"ASN1ToHL7-8418060.4613\"> </a></td><td>sensor-result-above-patient-high</td><td><div><p>Sensor result above the Patient High level</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.14<a name=\"ASN1ToHL7-8418060.4614\"> </a></td><td>sensor-low-hypo</td><td><div><p>Sensor result below level</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.15<a name=\"ASN1ToHL7-8418060.4615\"> </a></td><td>sensor-high-hyper</td><td><div><p>Sensor result above level</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.16<a name=\"ASN1ToHL7-8418060.4616\"> </a></td><td>sensor-rate-decrease-exceeded</td><td><div><p>The sensor rate of decrease has been exceeded</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.17<a name=\"ASN1ToHL7-8418060.4617\"> </a></td><td>sensor-rate-increase-exceeded</td><td><div><p>The sensor rate of increase has been exceeded</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.18<a name=\"ASN1ToHL7-8418060.4618\"> </a></td><td>sensor-result-too-low</td><td><div><p>Sensor result is lower than the device can process</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.19<a name=\"ASN1ToHL7-8418060.4619\"> </a></td><td>sensor-result-too-high</td><td><div><p>Sensor result is higher than the device can process</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418060.20<a name=\"ASN1ToHL7-8418060.4620\"> </a></td><td>sensor-com-out-of-range</td><td><div><p>The sensor communication is out of range</p>\n</div></td><td>event</td><td>measurement</td><td>8418060</td></tr><tr><td style=\"white-space:nowrap\">8418512.0<a name=\"ASN1ToHL7-8418512.460\"> </a></td><td>Battery-status-Undetermined</td><td><div><p>The status of the battery is unknown</p>\n</div></td><td>state</td><td>measurement</td><td>8418512</td></tr><tr><td style=\"white-space:nowrap\">8418512.1<a name=\"ASN1ToHL7-8418512.461\"> </a></td><td>Battery-absent</td><td><div><p>The battery is absent</p>\n</div></td><td>state</td><td>measurement</td><td>8418512</td></tr><tr><td style=\"white-space:nowrap\">8418512.2<a name=\"ASN1ToHL7-8418512.462\"> </a></td><td>Battery-active</td><td><div><p>The battery is active in the system</p>\n</div></td><td>state</td><td>measurement</td><td>8418512</td></tr><tr><td style=\"white-space:nowrap\">8418512.3<a name=\"ASN1ToHL7-8418512.463\"> </a></td><td>Battery-charging</td><td><div><p>The battery is charging</p>\n</div></td><td>state</td><td>measurement</td><td>8418512</td></tr><tr><td style=\"white-space:nowrap\">8418512.4<a name=\"ASN1ToHL7-8418512.464\"> </a></td><td>Battery-fullyCharged</td><td><div><p>The battery is fully charged</p>\n</div></td><td>state</td><td>measurement</td><td>8418512</td></tr><tr><td style=\"white-space:nowrap\">8418512.5<a name=\"ASN1ToHL7-8418512.465\"> </a></td><td>Battery-disposable</td><td><div><p>The battery is disposable</p>\n</div></td><td>state</td><td>measurement</td><td>8418512</td></tr><tr><td style=\"white-space:nowrap\">8418512.6<a name=\"ASN1ToHL7-8418512.466\"> </a></td><td>Battery-rechargeable</td><td><div><p>The battery is rechargeable</p>\n</div></td><td>state</td><td>measurement</td><td>8418512</td></tr><tr><td style=\"white-space:nowrap\">8418512.7<a name=\"ASN1ToHL7-8418512.467\"> </a></td><td>Battery-overTemperature</td><td><div><p>The battery is too hot</p>\n</div></td><td>event</td><td>measurement</td><td>8418512</td></tr><tr><td style=\"white-space:nowrap\">8418512.8<a name=\"ASN1ToHL7-8418512.468\"> </a></td><td>Battery-faulty</td><td><div><p>The battery is faulty</p>\n</div></td><td>event</td><td>measurement</td><td>8418512</td></tr><tr><td style=\"white-space:nowrap\">8418512.9<a name=\"ASN1ToHL7-8418512.469\"> </a></td><td>Battery-incompatible</td><td><div><p>The battery is incompatible</p>\n</div></td><td>event</td><td>measurement</td><td>8418512</td></tr><tr><td style=\"white-space:nowrap\">8410608.0<a name=\"ASN1ToHL7-8410608.460\"> </a></td><td>body-movement</td><td><div><p>Too much body movement</p>\n</div></td><td>event</td><td>measurement</td><td>8410608</td></tr><tr><td style=\"white-space:nowrap\">8410608.1<a name=\"ASN1ToHL7-8410608.461\"> </a></td><td>cuff-too-loose</td><td><div><p>The cuff was too loose</p>\n</div></td><td>event</td><td>measurement</td><td>8410608</td></tr><tr><td style=\"white-space:nowrap\">8410608.2<a name=\"ASN1ToHL7-8410608.462\"> </a></td><td>irregular-pulse</td><td><div><p>An irregular pulse was detected</p>\n</div></td><td>event</td><td>measurement</td><td>8410608</td></tr><tr><td style=\"white-space:nowrap\">8410608.3<a name=\"ASN1ToHL7-8410608.463\"> </a></td><td>pulse-over-range-limit</td><td><div><p>The pulse was too high for sensor to work</p>\n</div></td><td>event</td><td>measurement</td><td>8410608</td></tr><tr><td style=\"white-space:nowrap\">8410608.4<a name=\"ASN1ToHL7-8410608.464\"> </a></td><td>pulse-under-range-limit</td><td><div><p>The pulse was too low for sensor to work</p>\n</div></td><td>event</td><td>measurement</td><td>8410608</td></tr><tr><td style=\"white-space:nowrap\">8410608.5<a name=\"ASN1ToHL7-8410608.465\"> </a></td><td>improper-body-position</td><td><div><p>The cuff was incorrectly placed with respect to the heart</p>\n</div></td><td>event</td><td>measurement</td><td>8410608</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "dev"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 1 ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd>         ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "trial-use" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ballot2"] ; # 
  fhir:name [ fhir:v "ASN1ToHL7"] ; # 
  fhir:title [ fhir:v "ASN1 bits to HL7 enumerated values"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2018-09-18"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem for mapping IEEE 11073-10206 bitstrings to FHIR Codeable Concepts"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "133"^^xsd:nonNegativeInteger] ; # 
  fhir:property ( [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7#eventOrState"^^xsd:anyURI ] ;
fhir:description [ fhir:v "The code type is an event or state" ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "source" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7#source"^^xsd:anyURI ] ;
fhir:description [ fhir:v "The code originates from a measurement or an attribute that further describes a measurement or the sensor device." ] ;
fhir:type [ fhir:v "code" ]
  ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/ASN1ToHL7#MDCCode"^^xsd:anyURI ] ;
fhir:description [ fhir:v "The decimal code for the MDC code of the bits observation" ] ;
fhir:type [ fhir:v "Coding" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "source" ] ;
fhir:display [ fhir:v "Source" ] ;
fhir:definition [ fhir:v "The source of the bit" ]
  ] [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:display [ fhir:v "Event or State" ] ;
fhir:definition [ fhir:v "Whether the bit represents an event or a state" ]
  ] [
fhir:code [ fhir:v "device" ] ;
fhir:display [ fhir:v "Attribute" ] ;
fhir:definition [ fhir:v "The bit represents a device attribute" ]
  ] [
fhir:code [ fhir:v "measurement" ] ;
fhir:display [ fhir:v "Measurement" ] ;
fhir:definition [ fhir:v "The bit represents a measurement attribute" ]
  ] [
fhir:code [ fhir:v "event" ] ;
fhir:display [ fhir:v "Event" ] ;
fhir:definition [ fhir:v "The bit represents an event" ]
  ] [
fhir:code [ fhir:v "state" ] ;
fhir:display [ fhir:v "State" ] ;
fhir:definition [ fhir:v "The bit represents a state" ]
  ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:display [ fhir:v "MDC Code" ] ;
fhir:definition [ fhir:v "The MDC code for the bit" ]
  ] [
fhir:code [ fhir:v "67925.0" ] ;
fhir:display [ fhir:v "onMains" ] ;
fhir:definition [ fhir:v "The device is on mains power" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "67925" ]       ]     ] )
  ] [
fhir:code [ fhir:v "67925.1" ] ;
fhir:display [ fhir:v "onBattery" ] ;
fhir:definition [ fhir:v "The device is on Battery power" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "67925" ]       ]     ] )
  ] [
fhir:code [ fhir:v "67925.8" ] ;
fhir:display [ fhir:v "chargingFull" ] ;
fhir:definition [ fhir:v "The device battery is charging at maximum rate" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "67925" ]       ]     ] )
  ] [
fhir:code [ fhir:v "67925.9" ] ;
fhir:display [ fhir:v "chargingTrickle" ] ;
fhir:definition [ fhir:v "The device battery is charging at a trickle rate" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "67925" ]       ]     ] )
  ] [
fhir:code [ fhir:v "67925.10" ] ;
fhir:display [ fhir:v "chargingOff" ] ;
fhir:definition [ fhir:v "The device battery charging is on" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "67925" ]       ]     ] )
  ] [
fhir:code [ fhir:v "532354.0" ] ;
fhir:display [ fhir:v "negated-regulation-status" ] ;
fhir:definition [ fhir:v "Device is regulated when *cleared* and unregulated when *set*" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "532354" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.0" ] ;
fhir:display [ fhir:v "mds-time-capab-real-time-clock" ] ;
fhir:definition [ fhir:v "Real time clock is supported" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.1" ] ;
fhir:display [ fhir:v "mds-time-capab-set-clock" ] ;
fhir:definition [ fhir:v "Support for the PHG to set the time" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.2" ] ;
fhir:display [ fhir:v "mds-time-capab-relative-time" ] ;
fhir:definition [ fhir:v "Relative Time is supported" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.3" ] ;
fhir:display [ fhir:v "mds-time-capab-high-res-relative-time" ] ;
fhir:definition [ fhir:v "Hi-Res Relative Time is supported" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.4" ] ;
fhir:display [ fhir:v "mds-time-capab-sync-abs-time" ] ;
fhir:definition [ fhir:v "Syncing the absolute time is supported" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.5" ] ;
fhir:display [ fhir:v "mds-time-capab-sync-rel-time" ] ;
fhir:definition [ fhir:v "Syncing the relative time is supported" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.6" ] ;
fhir:display [ fhir:v "mds-time-capab-sync-hi-res-relative-time" ] ;
fhir:definition [ fhir:v "Syncing hi-res relative time is supported" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.7" ] ;
fhir:display [ fhir:v "mds-time-capab-bo-time" ] ;
fhir:definition [ fhir:v "The real-time clock supports base offset time" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.8" ] ;
fhir:display [ fhir:v "mds-time-state-abs-time-synced" ] ;
fhir:definition [ fhir:v "The absolute time has been synced" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.9" ] ;
fhir:display [ fhir:v "mds-time-state-rel-time-synced" ] ;
fhir:definition [ fhir:v "The relative time has been synced" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.10" ] ;
fhir:display [ fhir:v "mds-time-state-hi-res-relative-time-synced" ] ;
fhir:definition [ fhir:v "The hi-res time has been synced" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.11" ] ;
fhir:display [ fhir:v "mds-time-mgr-set-time" ] ;
fhir:definition [ fhir:v "PHG Requested to set the time" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.12" ] ;
fhir:display [ fhir:v "mds-time-capab-sync-bo-time" ] ;
fhir:definition [ fhir:v "Syncing base-offset time is supported" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.13" ] ;
fhir:display [ fhir:v "mds-time-state-bo-time-synced" ] ;
fhir:definition [ fhir:v "Base-offset time has been synced" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.14" ] ;
fhir:display [ fhir:v "mds-time-state-bo-time-UTC-aligned" ] ;
fhir:definition [ fhir:v "Base-offset time is aligned with UTC time standard" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "68219.15" ] ;
fhir:display [ fhir:v "mds-time-dst-rules-enabled" ] ;
fhir:definition [ fhir:v "Support for daylight savings time rules" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "device"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68219" ]       ]     ] )
  ] [
fhir:code [ fhir:v "67846.0" ] ;
fhir:display [ fhir:v "lim-alert-off" ] ;
fhir:definition [ fhir:v "Both the high and the low limit alerts are disabled" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "67846" ]       ]     ] )
  ] [
fhir:code [ fhir:v "67846.1" ] ;
fhir:display [ fhir:v "lim-low-off" ] ;
fhir:definition [ fhir:v "The low limit alert is disabled" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "67846" ]       ]     ] )
  ] [
fhir:code [ fhir:v "67846.2" ] ;
fhir:display [ fhir:v "lim-high-off" ] ;
fhir:definition [ fhir:v "The high limit alert is disabled" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "67846" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.0" ] ;
fhir:display [ fhir:v "sensor-disconnected" ] ;
fhir:definition [ fhir:v "The device is not connected with the sensor" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.1" ] ;
fhir:display [ fhir:v "sensor-malfunction" ] ;
fhir:definition [ fhir:v "The sensor has malfunctioned" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.2" ] ;
fhir:display [ fhir:v "sensor-displaced" ] ;
fhir:definition [ fhir:v "The sensor is not correctly placed on the user" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.3" ] ;
fhir:display [ fhir:v "sensor-unsupported" ] ;
fhir:definition [ fhir:v "The sensor connected to the device is unsupported" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.4" ] ;
fhir:display [ fhir:v "sensor-off" ] ;
fhir:definition [ fhir:v "The sensor is not connected to the user" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.5" ] ;
fhir:display [ fhir:v "sensor-interference" ] ;
fhir:definition [ fhir:v "The sensor is experiencing interference" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.6" ] ;
fhir:display [ fhir:v "signal-searching" ] ;
fhir:definition [ fhir:v "The sensor is searching for a signal" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.7" ] ;
fhir:display [ fhir:v "signal-pulse-questionable" ] ;
fhir:definition [ fhir:v "A questionable pulse has been detected" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.8" ] ;
fhir:display [ fhir:v "signal-non-pulsatile" ] ;
fhir:definition [ fhir:v "A non pulsatile signal has been detected" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.9" ] ;
fhir:display [ fhir:v "signal-erratic" ] ;
fhir:definition [ fhir:v "A signal has been discovered, but it is erratic" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.10" ] ;
fhir:display [ fhir:v "signal-low-perfusion" ] ;
fhir:definition [ fhir:v "The signal is experiencing low perfusion" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.11" ] ;
fhir:display [ fhir:v "signal-poor" ] ;
fhir:definition [ fhir:v "The signal has been discovered, but it is poor" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.12" ] ;
fhir:display [ fhir:v "signal-inadequate" ] ;
fhir:definition [ fhir:v "The signal has been discovered, but it is inadequate" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.13" ] ;
fhir:display [ fhir:v "signal-processing-irregularity" ] ;
fhir:definition [ fhir:v "The signal has been discovered, but is experiencing processing irregularity" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.14" ] ;
fhir:display [ fhir:v "device-equipment-malfunction" ] ;
fhir:definition [ fhir:v "A device malfunction has occurred" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150604.15" ] ;
fhir:display [ fhir:v "device-extended-update" ] ;
fhir:definition [ fhir:v "An extended display update is in progress on device" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150604" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150605.0" ] ;
fhir:display [ fhir:v "pulse-qual-nominal" ] ;
fhir:definition [ fhir:v "No abnormalities have been detected by the sensor" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150605" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150605.1" ] ;
fhir:display [ fhir:v "pulse-qual-marginal" ] ;
fhir:definition [ fhir:v "The pulse quality is marginal" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150605" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150605.2" ] ;
fhir:display [ fhir:v "pulse-qual-minimal" ] ;
fhir:definition [ fhir:v "The pulse quality is minimal" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150605" ]       ]     ] )
  ] [
fhir:code [ fhir:v "150605.3" ] ;
fhir:display [ fhir:v "pulse-qual-unacceptable" ] ;
fhir:definition [ fhir:v "The pulse quality is unacceptable" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150605" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410584.0" ] ;
fhir:display [ fhir:v "leadwire-loss" ] ;
fhir:definition [ fhir:v "Loss of unspecified lead wire or electrode connection" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410584" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410584.1" ] ;
fhir:display [ fhir:v "leadsignal-loss" ] ;
fhir:definition [ fhir:v "Loss of unspecified lead signal" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410584" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410584.2" ] ;
fhir:display [ fhir:v "leadwire-loss-first-lead" ] ;
fhir:definition [ fhir:v "Loss of 1st lead wire or electrode connection" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410584" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410584.3" ] ;
fhir:display [ fhir:v "leadsignal-loss-first-lead" ] ;
fhir:definition [ fhir:v "Loss of 1st lead signal" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410584" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410584.4" ] ;
fhir:display [ fhir:v "leadwire-loss-second-lead" ] ;
fhir:definition [ fhir:v "Loss of 2nd lead wire or electrode connection" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410584" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410584.5" ] ;
fhir:display [ fhir:v "leadsignal-loss-second-lead" ] ;
fhir:definition [ fhir:v "Loss of 2nd lead signal" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410584" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410584.6" ] ;
fhir:display [ fhir:v "leadwire-loss-third-lead" ] ;
fhir:definition [ fhir:v "Loss of 3rd lead wire or electrode connection" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410584" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410584.7" ] ;
fhir:display [ fhir:v "leadsignal-loss-third-lead" ] ;
fhir:definition [ fhir:v "Loss of 3rd lead signal" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410584" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.0" ] ;
fhir:display [ fhir:v "device-battery-low" ] ;
fhir:definition [ fhir:v "The device battery is low" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.1" ] ;
fhir:display [ fhir:v "sensor-malfunction" ] ;
fhir:definition [ fhir:v "The sensor has malfunctioned" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.2" ] ;
fhir:display [ fhir:v "sensor-sample-size-insufficient" ] ;
fhir:definition [ fhir:v "The sensor's sample size is insufficient" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.3" ] ;
fhir:display [ fhir:v "sensor-strip-insertion" ] ;
fhir:definition [ fhir:v "The test strip was inserted incorrectly" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.4" ] ;
fhir:display [ fhir:v "sensor-strip-type-incorrect" ] ;
fhir:definition [ fhir:v "The test strip type is incompatible with the sensor" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.5" ] ;
fhir:display [ fhir:v "sensor-result-too-high" ] ;
fhir:definition [ fhir:v "The value reported by the sensor is too high" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.6" ] ;
fhir:display [ fhir:v "sensor-result-too-low" ] ;
fhir:definition [ fhir:v "The value reported by the sensor is too low" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.7" ] ;
fhir:display [ fhir:v "sensor-temp-too-high" ] ;
fhir:definition [ fhir:v "The temperature is too high" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.8" ] ;
fhir:display [ fhir:v "sensor-temp-too-low" ] ;
fhir:definition [ fhir:v "The temperature is too low" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.9" ] ;
fhir:display [ fhir:v "sensor-read-interrupt" ] ;
fhir:definition [ fhir:v "The read process was interrupted" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.10" ] ;
fhir:display [ fhir:v "device-gen-fault" ] ;
fhir:definition [ fhir:v "General Device Fault" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417752.11" ] ;
fhir:display [ fhir:v "sensor-temp-out-of-range" ] ;
fhir:definition [ fhir:v "The temperature is out of range" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417752" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.0" ] ;
fhir:display [ fhir:v "inr-device-battery-low" ] ;
fhir:definition [ fhir:v "The INR device battery is low" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.1" ] ;
fhir:display [ fhir:v "inr-sensor-malfunction" ] ;
fhir:definition [ fhir:v "The INR device sensor has malfunctioned" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.2" ] ;
fhir:display [ fhir:v "inr-sensor-sample-size-insufficient" ] ;
fhir:definition [ fhir:v "The sample size was insufficient" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.3" ] ;
fhir:display [ fhir:v "inr-sensor-strip-insertion" ] ;
fhir:definition [ fhir:v "The test script was inserted incorrectly" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.4" ] ;
fhir:display [ fhir:v "inr-sensor-strip-type-incorrect" ] ;
fhir:definition [ fhir:v "The test strip used is not compatible with the INR" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.5" ] ;
fhir:display [ fhir:v "inr-sensor-result-too-high" ] ;
fhir:definition [ fhir:v "The test result is too high" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.6" ] ;
fhir:display [ fhir:v "inr-sensor-result-too-low" ] ;
fhir:definition [ fhir:v "The test result is too low" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.7" ] ;
fhir:display [ fhir:v "inr-sensor-temp-too-high" ] ;
fhir:definition [ fhir:v "The temperature is too high" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.8" ] ;
fhir:display [ fhir:v "inr-sensor-temp-too-low" ] ;
fhir:definition [ fhir:v "The temperature is too low" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.9" ] ;
fhir:display [ fhir:v "inr-sensor-read-interrupt" ] ;
fhir:definition [ fhir:v "The read process was interrupted" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.10" ] ;
fhir:display [ fhir:v "inr-device-gen-fault" ] ;
fhir:definition [ fhir:v "General device fault" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8417909.11" ] ;
fhir:display [ fhir:v "inr-sensor-calibration-due" ] ;
fhir:definition [ fhir:v "The INR sensor calibration is due" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8417909" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.0" ] ;
fhir:display [ fhir:v "device-status-undetermined" ] ;
fhir:definition [ fhir:v "Undetermined device status event" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.1" ] ;
fhir:display [ fhir:v "device-status-reset" ] ;
fhir:definition [ fhir:v "Device reset" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.5" ] ;
fhir:display [ fhir:v "device-status-error" ] ;
fhir:definition [ fhir:v "Device error" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.6" ] ;
fhir:display [ fhir:v "device-status-error-mechanical" ] ;
fhir:definition [ fhir:v "Mechanical error" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.7" ] ;
fhir:display [ fhir:v "device-status-error-electronic" ] ;
fhir:definition [ fhir:v "Electronic error" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.8" ] ;
fhir:display [ fhir:v "device-status-error-software" ] ;
fhir:definition [ fhir:v "Software error" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.9" ] ;
fhir:display [ fhir:v "device-status-error-battery" ] ;
fhir:definition [ fhir:v "Battery error" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.15" ] ;
fhir:display [ fhir:v "device-status-service" ] ;
fhir:definition [ fhir:v "Undetermined device status event, service needed" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.16" ] ;
fhir:display [ fhir:v "device-status-service-time-sync-required" ] ;
fhir:definition [ fhir:v "Time sync service required" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.17" ] ;
fhir:display [ fhir:v "device-status-service-calibration-required" ] ;
fhir:definition [ fhir:v "Calibration required" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.18" ] ;
fhir:display [ fhir:v "device-status-service-replenishment-required" ] ;
fhir:definition [ fhir:v "Replenishment required" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.25" ] ;
fhir:display [ fhir:v "device-status-battery-low" ] ;
fhir:definition [ fhir:v "Battery power is too low" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.26" ] ;
fhir:display [ fhir:v "device-status-battery-depleted" ] ;
fhir:definition [ fhir:v "Battery is depleted" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.27" ] ;
fhir:display [ fhir:v "device-status-battery-replaced" ] ;
fhir:definition [ fhir:v "Battery has been replaced" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8408608.28" ] ;
fhir:display [ fhir:v "device-status-battery-interrupted" ] ;
fhir:definition [ fhir:v "Battery was interrupted" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8408608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.0" ] ;
fhir:display [ fhir:v "sensor-session-stopped" ] ;
fhir:definition [ fhir:v "Session stopped" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.2" ] ;
fhir:display [ fhir:v "sensor-type-incorrect" ] ;
fhir:definition [ fhir:v "Sensor type incorrect for device" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.3" ] ;
fhir:display [ fhir:v "sensor-malfunction" ] ;
fhir:definition [ fhir:v "The sensor malfunctioned" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.4" ] ;
fhir:display [ fhir:v "device-specific-alert" ] ;
fhir:definition [ fhir:v "Device specific alert" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.7" ] ;
fhir:display [ fhir:v "sensor-calibration-not-allowed" ] ;
fhir:definition [ fhir:v "Calibrating the sensor is not allowed" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.8" ] ;
fhir:display [ fhir:v "sensor-calibration-recommended" ] ;
fhir:definition [ fhir:v "Calibrating the sensor is recommended" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.9" ] ;
fhir:display [ fhir:v "sensor-calibration-required" ] ;
fhir:definition [ fhir:v "Calibrating the sensor is required" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.10" ] ;
fhir:display [ fhir:v "sensor-temp-too-high" ] ;
fhir:definition [ fhir:v "Temperature is too high for a valid result" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.11" ] ;
fhir:display [ fhir:v "sensor-temp-too-low" ] ;
fhir:definition [ fhir:v "Temperature is too low for a valid result" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.12" ] ;
fhir:display [ fhir:v "sensor-result-below-patient-low" ] ;
fhir:definition [ fhir:v "Sensor result below the Patient Low level" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.13" ] ;
fhir:display [ fhir:v "sensor-result-above-patient-high" ] ;
fhir:definition [ fhir:v "Sensor result above the Patient High level" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.14" ] ;
fhir:display [ fhir:v "sensor-low-hypo" ] ;
fhir:definition [ fhir:v "Sensor result below level" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.15" ] ;
fhir:display [ fhir:v "sensor-high-hyper" ] ;
fhir:definition [ fhir:v "Sensor result above level" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.16" ] ;
fhir:display [ fhir:v "sensor-rate-decrease-exceeded" ] ;
fhir:definition [ fhir:v "The sensor rate of decrease has been exceeded" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.17" ] ;
fhir:display [ fhir:v "sensor-rate-increase-exceeded" ] ;
fhir:definition [ fhir:v "The sensor rate of increase has been exceeded" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.18" ] ;
fhir:display [ fhir:v "sensor-result-too-low" ] ;
fhir:definition [ fhir:v "Sensor result is lower than the device can process" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.19" ] ;
fhir:display [ fhir:v "sensor-result-too-high" ] ;
fhir:definition [ fhir:v "Sensor result is higher than the device can process" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418060.20" ] ;
fhir:display [ fhir:v "sensor-com-out-of-range" ] ;
fhir:definition [ fhir:v "The sensor communication is out of range" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418060" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418512.0" ] ;
fhir:display [ fhir:v "Battery-status-Undetermined" ] ;
fhir:definition [ fhir:v "The status of the battery is unknown" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418512" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418512.1" ] ;
fhir:display [ fhir:v "Battery-absent" ] ;
fhir:definition [ fhir:v "The battery is absent" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418512" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418512.2" ] ;
fhir:display [ fhir:v "Battery-active" ] ;
fhir:definition [ fhir:v "The battery is active in the system" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418512" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418512.3" ] ;
fhir:display [ fhir:v "Battery-charging" ] ;
fhir:definition [ fhir:v "The battery is charging" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418512" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418512.4" ] ;
fhir:display [ fhir:v "Battery-fullyCharged" ] ;
fhir:definition [ fhir:v "The battery is fully charged" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418512" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418512.5" ] ;
fhir:display [ fhir:v "Battery-disposable" ] ;
fhir:definition [ fhir:v "The battery is disposable" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418512" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418512.6" ] ;
fhir:display [ fhir:v "Battery-rechargeable" ] ;
fhir:definition [ fhir:v "The battery is rechargeable" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "state"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418512" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418512.7" ] ;
fhir:display [ fhir:v "Battery-overTemperature" ] ;
fhir:definition [ fhir:v "The battery is too hot" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418512" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418512.8" ] ;
fhir:display [ fhir:v "Battery-faulty" ] ;
fhir:definition [ fhir:v "The battery is faulty" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418512" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8418512.9" ] ;
fhir:display [ fhir:v "Battery-incompatible" ] ;
fhir:definition [ fhir:v "The battery is incompatible" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8418512" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410608.0" ] ;
fhir:display [ fhir:v "body-movement" ] ;
fhir:definition [ fhir:v "Too much body movement" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410608.1" ] ;
fhir:display [ fhir:v "cuff-too-loose" ] ;
fhir:definition [ fhir:v "The cuff was too loose" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410608.2" ] ;
fhir:display [ fhir:v "irregular-pulse" ] ;
fhir:definition [ fhir:v "An irregular pulse was detected" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410608.3" ] ;
fhir:display [ fhir:v "pulse-over-range-limit" ] ;
fhir:definition [ fhir:v "The pulse was too high for sensor to work" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410608.4" ] ;
fhir:display [ fhir:v "pulse-under-range-limit" ] ;
fhir:definition [ fhir:v "The pulse was too low for sensor to work" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410608" ]       ]     ] )
  ] [
fhir:code [ fhir:v "8410608.5" ] ;
fhir:display [ fhir:v "improper-body-position" ] ;
fhir:definition [ fhir:v "The cuff was incorrectly placed with respect to the heart" ] ;
    ( fhir:property [
fhir:code [ fhir:v "eventOrState" ] ;
fhir:value [
a fhir:code ;
fhir:v "event"       ]     ] [
fhir:code [ fhir:v "source" ] ;
fhir:value [
a fhir:code ;
fhir:v "measurement"       ]     ] [
fhir:code [ fhir:v "MDCCode" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8410608" ]       ]     ] )
  ] ) . #