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 - TTL Representation

Raw ttl | Download


@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:Resource.id [ fhir:value "HearingLossDevice001"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://smart-bear.eu/fhir/StructureDefinition/HADevice";
       fhir:index 0;
       fhir:link <https://smart-bear.eu/fhir/StructureDefinition/HADevice>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ]; # 
  fhir:Device.status [ fhir:value "active"]; # 
  fhir:Device.statusReason [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "online" ]     ]
  ]; # 
  fhir:Device.manufacturer [ fhir:value "Oticon"]; # 
  fhir:Device.deviceName [
     fhir:index 0;
     fhir:Device.deviceName.name [ fhir:value "LeftHA_4756" ];
     fhir:Device.deviceName.type [ fhir:value "user-friendly-name" ]
  ]; # 
  fhir:Device.modelNumber [ fhir:value "modelNumber1"]; # 
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "6012004:272741003=7771000" ];
       fhir:Coding.display [ fhir:value "Left hearing aid" ]     ]
  ]; # 
  fhir:Device.property [
     fhir:index 0;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty" ];
         fhir:Coding.code [ fhir:value "main-volume" ];
         fhir:Coding.display [ fhir:value "Volume" ]       ]     ];
     fhir:Device.property.valueCode [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/Volume" ];
         fhir:Coding.code [ fhir:value "-1" ]       ]     ]
  ], [
     fhir:index 1;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty" ];
         fhir:Coding.code [ fhir:value "main-program" ];
         fhir:Coding.display [ fhir:value "Selected Program" ]       ]     ];
     fhir:Device.property.valueQuantity [
       fhir:index 0;
       fhir:Quantity.value [ fhir:value "3"^^xsd:decimal ]     ]
  ], [
     fhir:index 2;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty" ];
         fhir:Coding.code [ fhir:value "noise-level" ];
         fhir:Coding.display [ fhir:value "Noise Level" ]       ]     ];
     fhir:Device.property.valueQuantity [
       fhir:index 0;
       fhir:Quantity.value [ fhir:value "-1.5"^^xsd:decimal ]     ], [
       fhir:index 1;
       fhir:Quantity.value [ fhir:value "-1.25"^^xsd:decimal ]     ], [
       fhir:index 2;
       fhir:Quantity.value [ fhir:value "0"^^xsd:decimal ]     ], [
       fhir:index 3;
       fhir:Quantity.value [ fhir:value "-0.5"^^xsd:decimal ]     ]
  ], [
     fhir:index 3;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty" ];
         fhir:Coding.code [ fhir:value "broadband-level" ];
         fhir:Coding.display [ fhir:value "Broadband Level" ]       ]     ];
     fhir:Device.property.valueQuantity [
       fhir:index 0;
       fhir:Quantity.value [ fhir:value "50.5"^^xsd:decimal ]     ]
  ], [
     fhir:index 4;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty" ];
         fhir:Coding.code [ fhir:value "time-since-boot" ];
         fhir:Coding.display [ fhir:value "Time Since Boot" ]       ]     ];
     fhir:Device.property.valueQuantity [
       fhir:index 0;
       fhir:Quantity.value [ fhir:value "7200"^^xsd:decimal ]     ]
  ], [
     fhir:index 5;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty" ];
         fhir:Coding.code [ fhir:value "total-usage-time" ];
         fhir:Coding.display [ fhir:value "Total Usage Time" ]       ]     ];
     fhir:Device.property.valueQuantity [
       fhir:index 0;
       fhir:Quantity.value [ fhir:value "123456"^^xsd:decimal ]     ]
  ], [
     fhir:index 6;
     fhir:Device.property.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty" ];
         fhir:Coding.code [ fhir:value "signal-noise-ratio" ];
         fhir:Coding.display [ fhir:value "Signal to Noise Ratio" ]       ]     ];
     fhir:Device.property.valueQuantity [
       fhir:index 0;
       fhir:Quantity.value [ fhir:value "47.1"^^xsd:decimal ]     ], [
       fhir:index 1;
       fhir:Quantity.value [ fhir:value "39"^^xsd:decimal ]     ], [
       fhir:index 2;
       fhir:Quantity.value [ fhir:value "35"^^xsd:decimal ]     ], [
       fhir:index 3;
       fhir:Quantity.value [ fhir:value "18"^^xsd:decimal ]     ]
  ]; # 
  fhir:Device.patient [
     fhir:Reference.reference [ fhir:value "Patient/Patient001" ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.