Smart Bear Implementation Guide
0.3.2 - ci-build

Smart Bear Implementation Guide - Local Development build (v0.3.2). See the Directory of published versions

: HearingLossDevice001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "HearingLossDevice001",
  "meta" : {
    "profile" : [
      "https://smart-bear.eu/fhir/StructureDefinition/HADevice"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"HearingLossDevice001\"> </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;HearingLossDevice001&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-HADevice.html\">Hearing Aid Device</a></p></div><p><b>status</b>: active</p><p><b>statusReason</b>: online <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#online)</span></p><p><b>manufacturer</b>: Oticon</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>LeftHA_4756</td><td>user-friendly-name</td></tr></table><p><b>modelNumber</b>: modelNumber1</p><p><b>type</b>: Left hearing aid <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#6012004:272741003=7771000)</span></p><blockquote><p><b>property</b></p><p><b>type</b>: Volume <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-HearingAidProperty.html\">HearingAidProperty Code System</a>#main-volume)</span></p><p><b>valueCode</b>: -1 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-Volume.html\">HearingAidProperty Volume Code System</a>#-1)</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Selected Program <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-HearingAidProperty.html\">HearingAidProperty Code System</a>#main-program)</span></p><p><b>valueQuantity</b>: 3</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Noise Level <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-HearingAidProperty.html\">HearingAidProperty Code System</a>#noise-level)</span></p><p><b>valueQuantity</b>: -1.5, -1.25, 0, -0.5</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Broadband Level <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-HearingAidProperty.html\">HearingAidProperty Code System</a>#broadband-level)</span></p><p><b>valueQuantity</b>: 50.5</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Time Since Boot <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-HearingAidProperty.html\">HearingAidProperty Code System</a>#time-since-boot)</span></p><p><b>valueQuantity</b>: 7200</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Total Usage Time <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-HearingAidProperty.html\">HearingAidProperty Code System</a>#total-usage-time)</span></p><p><b>valueQuantity</b>: 123456</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: Signal to Noise Ratio <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-HearingAidProperty.html\">HearingAidProperty Code System</a>#signal-noise-ratio)</span></p><p><b>valueQuantity</b>: 47.1, 39, 35, 18</p></blockquote><p><b>patient</b>: <a href=\"Patient-Patient001.html\">Patient/Patient001</a> &quot; BIANCHI&quot;</p></div>"
  },
  "status" : "active",
  "statusReason" : [
    {
      "coding" : [
        {
          "code" : "online"
        }
      ]
    }
  ],
  "manufacturer" : "Oticon",
  "deviceName" : [
    {
      "name" : "LeftHA_4756",
      "type" : "user-friendly-name"
    }
  ],
  "modelNumber" : "modelNumber1",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6012004:272741003=7771000",
        "display" : "Left hearing aid"
      }
    ]
  },
  "property" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty",
            "code" : "main-volume",
            "display" : "Volume"
          }
        ]
      },
      "valueCode" : [
        {
          "coding" : [
            {
              "system" : "https://smart-bear.eu/fhir/CodeSystem/Volume",
              "code" : "-1"
            }
          ]
        }
      ]
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty",
            "code" : "main-program",
            "display" : "Selected Program"
          }
        ]
      },
      "valueQuantity" : [
        {
          "value" : 3
        }
      ]
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty",
            "code" : "noise-level",
            "display" : "Noise Level"
          }
        ]
      },
      "valueQuantity" : [
        {
          "value" : -1.5
        },
        {
          "value" : -1.25
        },
        {
          "value" : 0
        },
        {
          "value" : -0.5
        }
      ]
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty",
            "code" : "broadband-level",
            "display" : "Broadband Level"
          }
        ]
      },
      "valueQuantity" : [
        {
          "value" : 50.5
        }
      ]
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty",
            "code" : "time-since-boot",
            "display" : "Time Since Boot"
          }
        ]
      },
      "valueQuantity" : [
        {
          "value" : 7200
        }
      ]
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty",
            "code" : "total-usage-time",
            "display" : "Total Usage Time"
          }
        ]
      },
      "valueQuantity" : [
        {
          "value" : 123456
        }
      ]
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty",
            "code" : "signal-noise-ratio",
            "display" : "Signal to Noise Ratio"
          }
        ]
      },
      "valueQuantity" : [
        {
          "value" : 47.1
        },
        {
          "value" : 39
        },
        {
          "value" : 35
        },
        {
          "value" : 18
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "Patient/Patient001"
  }
}