QI-Core Implementation Guide: STU 4 (v4.0.0 for FHIR 4.0.1)

QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions

CommunicationMedium

Formats: Narrative, XML, JSON, Turtle

Raw ttl

@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:Resource.id [ fhir:value "communication-medium"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/qicore/CodeSystem/communication-medium"];
  fhir:CodeSystem.version [ fhir:value "4.0.0"];
  fhir:CodeSystem.name [ fhir:value "CommunicationMedium"];
  fhir:CodeSystem.title [ fhir:value "QICore Communication Medium Codes"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2018-08-22T00:00:00+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Health Level Seven, Inc. - CQI WG"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/special/committees/CQI" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Value Set for QICore Communication Medium (Example)"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "unspecified" ];
     fhir:CodeSystem.concept.display [ fhir:value "Not Specified" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The communication medium has not been specified" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "telephone" ];
     fhir:CodeSystem.concept.display [ fhir:value "Telephone" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was communicated via telephone" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "fax" ];
     fhir:CodeSystem.concept.display [ fhir:value "Facsimile (fax)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was sent via a fax transmission" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "device" ];
     fhir:CodeSystem.concept.display [ fhir:value "Via medical device" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was communicated via a medical device" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "video" ];
     fhir:CodeSystem.concept.display [ fhir:value "Video call" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was communicated via a video call" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "voicemail" ];
     fhir:CodeSystem.concept.display [ fhir:value "Voice message (voicemail)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was left on the recipient's voicemail system" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "text" ];
     fhir:CodeSystem.concept.display [ fhir:value "Text message (SMS)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was sent via text message (SMS)" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "social-media" ];
     fhir:CodeSystem.concept.display [ fhir:value "Social media" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was communicated via a social media platform" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "in-person" ];
     fhir:CodeSystem.concept.display [ fhir:value "In person" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was communicated in person" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "mail" ];
     fhir:CodeSystem.concept.display [ fhir:value "Mail (conventional)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was posted via conventional mail" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "email" ];
     fhir:CodeSystem.concept.display [ fhir:value "Electronic mail (email)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was sent as an email" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "portal" ];
     fhir:CodeSystem.concept.display [ fhir:value "Patient portal" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The message was communicated via a patient portal" ]
  ].

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

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