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
Active as of 2024-09-17 |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "HearingAidProperty"] ; #
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: CodeSystem HearingAidProperty</b></p><a name=\"HearingAidProperty\"> </a><a name=\"hcHearingAidProperty\"> </a><a name=\"HearingAidProperty-en-US\"> </a><p>This code system <code>https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">property-set<a name=\"HearingAidProperty-property-set\"> </a></td><td>Hearing Aid Property Set</td><td>Code for the “parent” Observation to reference a set of component Observations.</td></tr><tr><td style=\"white-space:nowrap\">mute-status<a name=\"HearingAidProperty-mute-status\"> </a></td><td>Mute Status</td><td>Code for Observation containing mute status of the hearing aid. In Device this is represented by statusReason=paused.</td></tr><tr><td style=\"white-space:nowrap\">main-volume<a name=\"HearingAidProperty-main-volume\"> </a></td><td>Volume</td><td>Main volume setting of the hearing aid</td></tr><tr><td style=\"white-space:nowrap\">main-program<a name=\"HearingAidProperty-main-program\"> </a></td><td>Selected Program</td><td>Main program setting of the hearing aid</td></tr><tr><td style=\"white-space:nowrap\">time-since-boot<a name=\"HearingAidProperty-time-since-boot\"> </a></td><td>Time Since Boot</td><td>Time since last boot in seconds.</td></tr><tr><td style=\"white-space:nowrap\">total-usage-time<a name=\"HearingAidProperty-total-usage-time\"> </a></td><td>Total Usage Time</td><td>Total time device has been used in seconds.</td></tr><tr><td style=\"white-space:nowrap\">signal-noise-ratio<a name=\"HearingAidProperty-signal-noise-ratio\"> </a></td><td>Signal to Noise Ratio</td><td>Signal to Noise Ratio Estimator.</td></tr><tr><td style=\"white-space:nowrap\">noise-level<a name=\"HearingAidProperty-noise-level\"> </a></td><td>Noise Level</td><td>Noise Level Estimator.</td></tr><tr><td style=\"white-space:nowrap\">broadband-level<a name=\"HearingAidProperty-broadband-level\"> </a></td><td>Broadband Level</td><td>Broadband Level Estimator</td></tr><tr><td style=\"white-space:nowrap\">rel-location<a name=\"HearingAidProperty-rel-location\"> </a></td><td>Relative Location</td><td>Location relative to a specified home zone</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.4.1"] ; #
fhir:name [ fhir:v "HearingAidProperty"] ; #
fhir:title [ fhir:v "HearingAidProperty Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-09-17T08:57:54+02:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "HearingAidProperty vocabolary"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "property-set" ] ;
fhir:display [ fhir:v "Hearing Aid Property Set" ] ;
fhir:definition [ fhir:v "Code for the “parent” Observation to reference a set of component Observations." ]
] [
fhir:code [ fhir:v "mute-status" ] ;
fhir:display [ fhir:v "Mute Status" ] ;
fhir:definition [ fhir:v "Code for Observation containing mute status of the hearing aid. In Device this is represented by statusReason=paused." ]
] [
fhir:code [ fhir:v "main-volume" ] ;
fhir:display [ fhir:v "Volume" ] ;
fhir:definition [ fhir:v "Main volume setting of the hearing aid" ]
] [
fhir:code [ fhir:v "main-program" ] ;
fhir:display [ fhir:v "Selected Program" ] ;
fhir:definition [ fhir:v "Main program setting of the hearing aid" ]
] [
fhir:code [ fhir:v "time-since-boot" ] ;
fhir:display [ fhir:v "Time Since Boot" ] ;
fhir:definition [ fhir:v "Time since last boot in seconds." ]
] [
fhir:code [ fhir:v "total-usage-time" ] ;
fhir:display [ fhir:v "Total Usage Time" ] ;
fhir:definition [ fhir:v "Total time device has been used in seconds." ]
] [
fhir:code [ fhir:v "signal-noise-ratio" ] ;
fhir:display [ fhir:v "Signal to Noise Ratio" ] ;
fhir:definition [ fhir:v "Signal to Noise Ratio Estimator." ]
] [
fhir:code [ fhir:v "noise-level" ] ;
fhir:display [ fhir:v "Noise Level" ] ;
fhir:definition [ fhir:v "Noise Level Estimator." ]
] [
fhir:code [ fhir:v "broadband-level" ] ;
fhir:display [ fhir:v "Broadband Level" ] ;
fhir:definition [ fhir:v "Broadband Level Estimator" ]
] [
fhir:code [ fhir:v "rel-location" ] ;
fhir:display [ fhir:v "Relative Location" ] ;
fhir:definition [ fhir:v "Location relative to a specified home zone" ]
] ) . #
IG © 2021+ . Package smartbear#3.4.1 based on FHIR 4.0.1. Generated 2024-09-17
Links: Table of Contents |
QA Report