QI-Core Implementation Guide
4.1.1 - STU 4.1.1
US
This page is part of the Quality Improvement Core Framework (v4.1.1: STU 4) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2018-08-22 |
@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\"><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.1.1"];
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-22"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "http://www.hl7.org/Special/committees/cqi/index.cfm"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Clinical Quality Information WG" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.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: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.