Fujitsu Healthy Living Implementation Guide
1.1.28 - release

Publication Build: This will be filled in by the publication tooling

: ObservationLowHeartRateEventExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "pghd-lowHeart-rate-event",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-observation-vitalsigns"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"pghd-lowHeart-rate-event\"> </a><a name=\"hcpghd-lowHeart-rate-event\"> </a></p><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\">Resource Observation &quot;pghd-lowHeart-rate-event&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-observation-vitalsigns.html\">Fujitsu Observation Vital Signs Profile</a></p></div><p><b>status</b>: final</p><p><b>category</b>: 心機能 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://jpfhir.jp/fhir/core/CodeSystem-jp-observation-vitalsigns-category-cs.html\">JP Core Observation VitalSigns Category CodeSystem</a>#cardiac-function)</span></p><p><b>code</b>: 低心拍の通知 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-observation-phr-codes.html\">Observation PHR Codes</a>#lowHeartRateEvent)</span></p><p><b>subject</b>: <a href=\"Patient-p001.html\">Patient/p001</a> &quot; 健康&quot;</p><p><b>effective</b>: 2022-12-18 03:23:44+0900</p><p><b>device</b>: <a name=\"hcdevice\"> </a></p><blockquote><p/><p><a name=\"device\"> </a></p><p><a name=\"hcdevice\"> </a></p><p><b>manufacturer</b>: Apple Inc.</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: Apple Watch</p><p><b>type</b>: user-friendly-name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: Watch</p><p><b>type</b>: model-name</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: heardware <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: Watch6,1</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: software <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: 9.1</p></blockquote></blockquote><hr/><blockquote><p><b>Generated Narrative: Device #device</b><a name=\"device\"> </a><a name=\"hcdevice\"> </a></p><p><b>manufacturer</b>: Apple Inc.</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: Apple Watch</p><p><b>type</b>: user-friendly-name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: Watch</p><p><b>type</b>: model-name</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: heardware <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: Watch6,1</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: software <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>value</b>: 9.1</p></blockquote></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Device",
      "id" : "device",
      "meta" : {
        "profile" : [
          🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-device"
        ]
      },
      "manufacturer" : "Apple Inc.",
      "deviceName" : [
        {
          "name" : "Apple Watch",
          "type" : "user-friendly-name"
        },
        {
          "name" : "Watch",
          "type" : "model-name"
        }
      ],
      "version" : [
        {
          "type" : {
            "text" : "heardware"
          },
          "value" : "Watch6,1"
        },
        {
          "type" : {
            "text" : "software"
          },
          "value" : "9.1"
        }
      ]
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://jpfhir.jp/fhir/core/CodeSystem/JP_ObservationVitalSignsCategory_CS",
          "code" : "cardiac-function",
          "display" : "心機能"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://ig.fujitsu.com/healthy-living/CodeSystem/observation-phr-codes",
        "code" : "lowHeartRateEvent",
        "display" : "低心拍の通知"
      }
    ],
    "text" : "低心拍の通知"
  },
  "subject" : {
    🔗 "reference" : "Patient/p001"
  },
  "effectiveDateTime" : "2022-12-18T03:23:44+09:00",
  "device" : {
    "reference" : "#device"
  }
}