LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
Active as of 2022-11-10 |
@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 "eng-communication-mode"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/eng-communication-mode</code> 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\">chat<a name=\"eng-communication-mode-chat\"> </a></td><td>Chat</td><td>Conversational chat messaging</td></tr><tr><td style=\"white-space:nowrap\">email<a name=\"eng-communication-mode-email\"> </a></td><td>Email</td><td>Email messaging</td></tr><tr><td style=\"white-space:nowrap\">mail<a name=\"eng-communication-mode-mail\"> </a></td><td>Mail</td><td>Postal mail messaging</td></tr><tr><td style=\"white-space:nowrap\">phone<a name=\"eng-communication-mode-phone\"> </a></td><td>Phone</td><td>Voice messaging by phone</td></tr><tr><td style=\"white-space:nowrap\">sms<a name=\"eng-communication-mode-sms\"> </a></td><td>Sms Text</td><td>SMS text messaging</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/eng-communication-mode"];
fhir:CodeSystem.version [ fhir:value "8.0.0"];
fhir:CodeSystem.name [ fhir:value "EngagementCommunicationModeCodeSystem"];
fhir:CodeSystem.title [ fhir:value "Engagement Communication Mode Codes"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2022-11-10T16:00:46+00:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "LinuxForHealth Team"];
fhir:CodeSystem.description [ fhir:value "Communication modes supported for Engagement communication"];
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.count [ fhir:value "5"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "chat" ];
fhir:CodeSystem.concept.display [ fhir:value "Chat" ];
fhir:CodeSystem.concept.definition [ fhir:value "Conversational chat messaging" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "email" ];
fhir:CodeSystem.concept.display [ fhir:value "Email" ];
fhir:CodeSystem.concept.definition [ fhir:value "Email messaging" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "mail" ];
fhir:CodeSystem.concept.display [ fhir:value "Mail" ];
fhir:CodeSystem.concept.definition [ fhir:value "Postal mail messaging" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "phone" ];
fhir:CodeSystem.concept.display [ fhir:value "Phone" ];
fhir:CodeSystem.concept.definition [ fhir:value "Voice messaging by phone" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "sms" ];
fhir:CodeSystem.concept.display [ fhir:value "Sms Text" ];
fhir:CodeSystem.concept.definition [ fhir:value "SMS text messaging" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ LinuxForHealth Team. Package linuxforhealth.fhir.ig#8.0.0 based on FHIR 4.0.1. Generated 2022-11-10
Links: Table of Contents |
QA Report