This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3 R2
Description: Concepts that define the telecommunication capabilities of a particular device. Used to identify the expected capabilities to be found at a particular telecommunication address.
{ "resourceType": "ValueSet", "text": { "status": "generated", "div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n \n Description: Concepts that define the telecommunication capabilities of a particular device. Used to identify the expected capabilities to be found at a particular telecommunication address.<br/>\r\n\n </p>\r\n<hr/>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>data<a name=\"data\"> </a></td><td>data</td><td>\n \n Description: This device can receive data calls (i.e. modem).<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>fax<a name=\"fax\"> </a></td><td>fax</td><td>\n \n Description: This device can receive faxes.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>sms<a name=\"sms\"> </a></td><td>sms</td><td>\n \n Description: This device can receive SMS messages.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>tty<a name=\"tty\"> </a></td><td>text</td><td>\n \n Description: This device is a text telephone.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>voice<a name=\"voice\"> </a></td><td>voice</td><td>\n \n Description: This device can receive voice calls (i.e. talking to another person, or a recording device, or a voice activated computer).<br/>\r\n\n </td></tr>\r\n</table>\r\n</div>" }, "identifier": "http://hl7.org/fhir/v3/vs/TelecommunicationCapabilities", "name": "v3 Code System TelecommunicationCapabilities", "publisher": "HL7, Inc", "telecom": [ { "system": "url", "value": "http://hl7.org" } ], "description": " Description:\r\nConcepts that define the telecommunication capabilities of a particular device. Used to identify the expected capabilities to be found at a particular telecommunication address.", "status": "active", "date": "2014-08-07T00:00:00+10:00", "define": { "system": "http://hl7.org/fhir/v3/TelecommunicationCapabilities", "caseSensitive": true, "concept": [ { "code": "data", "display": "data", "definition": "Description: This device can receive data calls (i.e. modem)." }, { "code": "fax", "display": "fax", "definition": "Description: This device can receive faxes." }, { "code": "sms", "display": "sms", "definition": "Description: This device can receive SMS messages." }, { "code": "tty", "display": "text", "definition": "Description: This device is a text telephone." }, { "code": "voice", "display": "voice", "definition": "Description: This device can receive voice calls (i.e. talking to another person, or a recording device, or a voice activated computer)." } ] } }