Smart Bear Implementation Guide
3.4.1 - ci-build
Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HearingLossDevice001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://smart-bear.eu/fhir/StructureDefinition/HADevice"^^xsd:anyURI ;
fhir:link <https://smart-bear.eu/fhir/StructureDefinition/HADevice> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device HearingLossDevice001</b></p><a name=\"HearingLossDevice001\"> </a><a name=\"hcHearingLossDevice001\"> </a><a name=\"HearingLossDevice001-en-US\"> </a><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:\">online</span></p><p><b>manufacturer</b>: Oticon</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>LeftHA_4756</td><td>User Friendly name</td></tr></table><p><b>modelNumber</b>: modelNumber1</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 6012004:272741003=7771000}\">Left hearing aid</span></p><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty main-volume}\">Volume</span></p><p><b>valueQuantity</b>: -1</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty main-program}\">Selected Program</span></p><p><b>valueQuantity</b>: 3</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty noise-level}\">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>: <span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty broadband-level}\">Broadband Level</span></p><p><b>valueQuantity</b>: 50.5</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty time-since-boot}\">Time Since Boot</span></p><p><b>valueQuantity</b>: 7200</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty total-usage-time}\">Total Usage Time</span></p><p><b>valueQuantity</b>: 123456</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty signal-noise-ratio}\">Signal to Noise Ratio</span></p><p><b>valueQuantity</b>: 47.1, 39, 35, 18</p></blockquote><p><b>patient</b>: <a href=\"Patient-Patient001.html\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:statusReason ( [
( fhir:coding [
fhir:code [ fhir:v "online" ] ] )
] ) ; #
fhir:manufacturer [ fhir:v "Oticon"] ; #
fhir:deviceName ( [
fhir:name [ fhir:v "LeftHA_4756" ] ;
fhir:type [ fhir:v "user-friendly-name" ]
] ) ; #
fhir:modelNumber [ fhir:v "modelNumber1"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6012004:272741003=7771000" ] ;
fhir:display [ fhir:v "Left hearing aid" ] ] )
] ; #
fhir:property ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "main-volume" ] ;
fhir:display [ fhir:v "Volume" ] ] ) ] ;
( fhir:valueQuantity [
fhir:value [ fhir:v "-1"^^xsd:decimal ] ] )
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "main-program" ] ;
fhir:display [ fhir:v "Selected Program" ] ] ) ] ;
( fhir:valueQuantity [
fhir:value [ fhir:v "3"^^xsd:decimal ] ] )
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "noise-level" ] ;
fhir:display [ fhir:v "Noise Level" ] ] ) ] ;
( fhir:valueQuantity [
fhir:value [ fhir:v "-1.5"^^xsd:decimal ] ] [
fhir:value [ fhir:v "-1.25"^^xsd:decimal ] ] [
fhir:value [ fhir:v "0"^^xsd:decimal ] ] [
fhir:value [ fhir:v "-0.5"^^xsd:decimal ] ] )
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "broadband-level" ] ;
fhir:display [ fhir:v "Broadband Level" ] ] ) ] ;
( fhir:valueQuantity [
fhir:value [ fhir:v "50.5"^^xsd:decimal ] ] )
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "time-since-boot" ] ;
fhir:display [ fhir:v "Time Since Boot" ] ] ) ] ;
( fhir:valueQuantity [
fhir:value [ fhir:v "7200"^^xsd:decimal ] ] )
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "total-usage-time" ] ;
fhir:display [ fhir:v "Total Usage Time" ] ] ) ] ;
( fhir:valueQuantity [
fhir:value [ fhir:v "123456"^^xsd:decimal ] ] )
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty"^^xsd:anyURI ] ;
fhir:code [ fhir:v "signal-noise-ratio" ] ;
fhir:display [ fhir:v "Signal to Noise Ratio" ] ] ) ] ;
( fhir:valueQuantity [
fhir:value [ fhir:v "47.1"^^xsd:decimal ] ] [
fhir:value [ fhir:v "39"^^xsd:decimal ] ] [
fhir:value [ fhir:v "35"^^xsd:decimal ] ] [
fhir:value [ fhir:v "18"^^xsd:decimal ] ] )
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/Patient001" ]
] . #
IG © 2021+ . Package smartbear#3.4.1 based on FHIR 4.0.1. Generated 2024-09-17
Links: Table of Contents |
QA Report