Smart Bear Implementation Guide - Local Development build (v0.3.4). See the Directory of published versions
: Hearing Aid device code - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "HADeviceCode",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/6012004:272741003=7771000\">6012004:272741003=7771000</a></td><td>Left hearing aid</td></tr><tr><td><a href=\"http://snomed.info/id/6012004:272741003=24028007\">6012004:272741003=24028007</a></td><td>Right hearing aid</td></tr></table></li></ul></div>"
},
"url" : "https://smart-bear.eu/fhir/ValueSet/HADeviceCode",
"version" : "0.3.4",
"name" : "HADeviceCode",
"title" : "Hearing Aid device code",
"status" : "active",
"date" : "2024-04-22T12:34:38+02:00",
"description" : "Hearing Aid device code (left or right)",
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "6012004:272741003=7771000",
"display" : "Left hearing aid"
},
{
"code" : "6012004:272741003=24028007",
"display" : "Right hearing aid"
}
]
}
]
}
}