Personal Health Device Implementation Guide
3.0.0-draft - STU 3 - R6 Global (Whole world)

Personal Health Device Implementation Guide, published by HL7 International / Devices. This guide is not an authorized publication; it is the continuous build for version 3.0.0-draft 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

: Phd Device Alert for Blood Pressure

Raw json | Download

{
  "resourceType" : "DeviceAlert",
  "id" : "bp-device-alert",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdDeviceAlert"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceAlert bp-device-alert</b></p><a name=\"bp-device-alert\"> </a><a name=\"hcbp-device-alert\"> </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=\"StructureDefinition-PhdDeviceAlert.html\">PhdDeviceAlert</a></p></div><p><b>status</b>: In Progress</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/devicealert-type physiological}\">Physiological</span></p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 196648}\">Systolic blood pressure high alert</span></p><p><b>subject</b>: <a href=\"Patient-patientExample-1.html\">Sisansarah Lorianthah Piggy  (no stated gender), DoB Unknown ( Medical record number)</a></p><p><b>occurrence</b>: 2018-11-11 11:38:15-0500 --&gt; (ongoing)</p><p><b>device</b>: <a href=\"Device-phd-711000FEFF5F49B0.B0495F001071.html\">Device: identifier = IEEE 11073 System Identifier,Bluetooth MAC address; manufacturer = OMRONHEALTHCARE; serialNumber = 20150200002A; modelNumber = HEM-9200T; type = MDC_MOC_VMS_MDS_SIMP</a></p><h3>DerivedFroms</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Observation</b></td><td><b>Limit</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Observation-compound-numeric-blood-pressure.html\">Observation MDC_PRESS_BLD_NONINV</a></td><td>90-140 mm[Hg]</td></tr></table><p><b>label</b>: Systolic BP &gt; 140 mm[Hg]</p><h3>Signals</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ActivationState</b></td><td><b>Presence</b></td><td><b>Manifestation</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/devicealert-activation-state on}\">on</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/devicealert-presence on}\">On</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/devicealert-manifestation aud}\">Auditory</span></td><td><span title=\"Codes:\">Alerting when systolic BP &gt; 140 mm[Hg]</span></td></tr></table></div>"
  },
  "status" : "in-progress",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/devicealert-type",
        "code" : "physiological"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "196648",
        "display" : "MDC_EVT_HI"
      }
    ],
    "text" : "Systolic blood pressure high alert"
  },
  "subject" : {
    🔗 "reference" : "Patient/patientExample-1"
  },
  "occurrence" : {
    "start" : "2018-11-11T11:38:15-05:00"
  },
  "device" : {
    🔗 "reference" : "Device/phd-711000FEFF5F49B0.B0495F001071"
  },
  "derivedFrom" : [
    {
      "observation" : {
        🔗 "reference" : "Observation/compound-numeric-blood-pressure"
      },
      "limit" : {
        "low" : {
          "value" : 90,
          "unit" : "mm[Hg]",
          "system" : "http://unitsofmeasure.org",
          "code" : "mm[Hg]"
        },
        "high" : {
          "value" : 140,
          "unit" : "mm[Hg]",
          "system" : "http://unitsofmeasure.org",
          "code" : "mm[Hg]"
        }
      }
    }
  ],
  "label" : "Systolic BP > 140 mm[Hg]",
  "signal" : [
    {
      "activationState" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/devicealert-activation-state",
            "code" : "on"
          }
        ]
      },
      "presence" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/devicealert-presence",
            "code" : "on"
          }
        ]
      },
      "manifestation" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/devicealert-manifestation",
            "code" : "aud",
            "display" : "Auditory"
          }
        ]
      },
      "type" : [
        {
          "text" : "Alerting when systolic BP > 140 mm[Hg]"
        }
      ]
    }
  ]
}