Fujitsu Healthy Living Implementation Guide
1.1.30 - release

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

: DeviceExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "device",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-device"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"device\"> </a><a name=\"hcdevice\"> </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 Device &quot;device&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-device.html\">Fujitsu Device Profile</a></p></div><p><b>manufacturer</b>: Apple</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: iPhone</p><p><b>type</b>: user-friendly-name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: iPhone</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>: iPhone13,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>: 16.1.1</p></blockquote></div>"
  },
  "manufacturer" : "Apple",
  "deviceName" : [
    {
      "name" : "iPhone",
      "type" : "user-friendly-name"
    },
    {
      "name" : "iPhone",
      "type" : "model-name"
    }
  ],
  "version" : [
    {
      "type" : {
        "text" : "heardware"
      },
      "value" : "iPhone13,1"
    },
    {
      "type" : {
        "text" : "software"
      },
      "value" : "16.1.1"
    }
  ]
}