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

: Example of a Coincident Timestamp with a Time Fault - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "coin-example-timefault",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdCoincidentTimeStampObservation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation coin-example-timefault</b></p><a name=\"coin-example-timefault\"> </a><a name=\"hccoin-example-timefault\"> </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-PhdCoincidentTimeStampObservation.html\">PhdCoincidentTimeStampObservation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 67975}\">Absolute time</span></p><p><b>subject</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><p><b>effective</b>: 2018-11-20 04:50:47-0500</p><p><b>dataAbsentReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/data-absent-reason unknown}\">Sensor Time Fault</span></p><p><b>device</b>: <a href=\"Device-phg-ecde3d4e58532d31.000000000000.html\">Device: identifier = IEEE 11073 System Identifier,Bluetooth MAC address,Ethernet MAC address; type = MDC_MOC_VMS_MDS_AHD</a></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "urn:iso:std:iso:11073:10101",
        "code" : "67975",
        "display" : "MDC_ATTR_TIME_ABS"
      }
    ],
    "text" : "Absolute time"
  },
  "subject" : {
    🔗 "reference" : "Device/phd-711000FEFF5F49B0.B0495F001071"
  },
  "effectiveDateTime" : "2018-11-20T04:50:47-05:00",
  "dataAbsentReason" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code" : "unknown",
        "display" : "Unknown"
      }
    ],
    "text" : "Sensor Time Fault"
  },
  "device" : {
    🔗 "reference" : "Device/phg-ecde3d4e58532d31.000000000000"
  }
}