{
  "resourceType": "CodeSystem",
  "id": "communication-medium",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>QICore Communication Medium Codes</h2><div><p>Value Set for QICore Communication Medium (Example)</p>\n</div><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/communication-medium 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\">unspecified<a name=\"communication-medium-unspecified\"> </a></td><td>Not Specified</td><td>The communication medium has not been specified</td></tr><tr><td style=\"white-space:nowrap\">telephone<a name=\"communication-medium-telephone\"> </a></td><td>Telephone</td><td>The message was communicated via telephone</td></tr><tr><td style=\"white-space:nowrap\">fax<a name=\"communication-medium-fax\"> </a></td><td>Facsimile (fax)</td><td>The message was sent via a fax transmission</td></tr><tr><td style=\"white-space:nowrap\">device<a name=\"communication-medium-device\"> </a></td><td>Via medical device</td><td>The message was communicated via a medical device</td></tr><tr><td style=\"white-space:nowrap\">video<a name=\"communication-medium-video\"> </a></td><td>Video call</td><td>The message was communicated via a video call</td></tr><tr><td style=\"white-space:nowrap\">voicemail<a name=\"communication-medium-voicemail\"> </a></td><td>Voice message (voicemail)</td><td>The message was left on the recipient's voicemail system</td></tr><tr><td style=\"white-space:nowrap\">text<a name=\"communication-medium-text\"> </a></td><td>Text message (SMS)</td><td>The message was sent via text message (SMS)</td></tr><tr><td style=\"white-space:nowrap\">social-media<a name=\"communication-medium-social-media\"> </a></td><td>Social media</td><td>The message was communicated via a social media platform</td></tr><tr><td style=\"white-space:nowrap\">in-person<a name=\"communication-medium-in-person\"> </a></td><td>In person</td><td>The message was communicated in person</td></tr><tr><td style=\"white-space:nowrap\">mail<a name=\"communication-medium-mail\"> </a></td><td>Mail (conventional)</td><td>The message was posted via conventional mail</td></tr><tr><td style=\"white-space:nowrap\">email<a name=\"communication-medium-email\"> </a></td><td>Electronic mail (email)</td><td>The message was sent as an email</td></tr><tr><td style=\"white-space:nowrap\">portal<a name=\"communication-medium-portal\"> </a></td><td>Patient portal</td><td>The message was communicated via a patient portal</td></tr></table></div>"
  },
  "url": "http://hl7.org/fhir/us/qicore/CodeSystem/communication-medium",
  "version": "3.1.0",
  "name": "CommunicationMedium",
  "title": "QICore Communication Medium Codes",
  "status": "draft",
  "experimental": false,
  "date": "2018-08-21T14:00:00+00:00",
  "publisher": "Health Level Seven, Inc. - CQI WG",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/special/committees/CQI"
        }
      ]
    }
  ],
  "description": "Value Set for QICore Communication Medium (Example)",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "unspecified",
      "display": "Not Specified",
      "definition": "The communication medium has not been specified"
    },
    {
      "code": "telephone",
      "display": "Telephone",
      "definition": "The message was communicated via telephone"
    },
    {
      "code": "fax",
      "display": "Facsimile (fax)",
      "definition": "The message was sent via a fax transmission"
    },
    {
      "code": "device",
      "display": "Via medical device",
      "definition": "The message was communicated via a medical device"
    },
    {
      "code": "video",
      "display": "Video call",
      "definition": "The message was communicated via a video call"
    },
    {
      "code": "voicemail",
      "display": "Voice message (voicemail)",
      "definition": "The message was left on the recipient's voicemail system"
    },
    {
      "code": "text",
      "display": "Text message (SMS)",
      "definition": "The message was sent via text message (SMS)"
    },
    {
      "code": "social-media",
      "display": "Social media",
      "definition": "The message was communicated via a social media platform"
    },
    {
      "code": "in-person",
      "display": "In person",
      "definition": "The message was communicated in person"
    },
    {
      "code": "mail",
      "display": "Mail (conventional)",
      "definition": "The message was posted via conventional mail"
    },
    {
      "code": "email",
      "display": "Electronic mail (email)",
      "definition": "The message was sent as an email"
    },
    {
      "code": "portal",
      "display": "Patient portal",
      "definition": "The message was communicated via a patient portal"
    }
  ]
}