{
  "resourceType" : "CodeSystem",
  "id" : "communication-medium",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem communication-medium</b></p><a name=\"communication-medium\"> </a><a name=\"hccommunication-medium\"> </a><p>This case-sensitive code system <code>https://projo.evoleen.com/fhir/CodeSystem/communication-medium</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\">whatsapp<a name=\"communication-medium-whatsapp\"> </a></td><td>WhatsApp</td><td>Communication via the WhatsApp Cloud API (Meta), handled by the WhatsApp sidecar.</td></tr><tr><td style=\"white-space:nowrap\">rcs<a name=\"communication-medium-rcs\"> </a></td><td>RCS</td><td>Communication via RCS Business Messaging (CM.com), handled by the RCS sidecar. Questionnaires are delivered via an in-messenger webview button, never in-band (ADR 0012).</td></tr><tr><td style=\"white-space:nowrap\">web<a name=\"communication-medium-web\"> </a></td><td>Web</td><td>Communication via the browser-based web answer channel (web-functions app, ADR 0011).</td></tr></table></div>"
  },
  "url" : "https://projo.evoleen.com/fhir/CodeSystem/communication-medium",
  "version" : "0.1.0",
  "name" : "CommunicationMedium",
  "title" : "Fire Arrow Communication Medium",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-01-01",
  "publisher" : "Projo",
  "contact" : [{
    "name" : "Projo",
    "telecom" : [{
      "system" : "url",
      "value" : "https://projo.evoleen.com"
    }]
  }],
  "description" : "The transport medium for a CommunicationRequest or Communication. Codes: whatsapp (default — WhatsApp Cloud API via the WhatsApp sidecar), rcs (RCS Business Messaging via CM.com — ADR 0012), web (browser-based answer channel, ADR 0011). The system URL is configurable via COMMUNICATION_MEDIUM_SYSTEM (default https://firearrow.io/fhir/CodeSystem/communication-medium); the default code is configurable via COMMUNICATION_MEDIUM_CODE (default whatsapp). Each sidecar's cr-events Subscription filters on its own medium so a sidecar only sees CRs for its channel.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "CH",
      "display" : "Switzerland"
    }]
  }],
  "purpose" : "Documentation-only artifact. Projo's runtime extensions, code systems, identifier systems and search parameter are TypeScript constants and bootstrap-time resources, NOT deployed StructureDefinitions. This StructureDefinition exists to document the contract; the source of truth is src/functions/src/lib/fhir/types.ts and docs/FHIR_EXTENSIONS.md.",
  "copyright" : "Copyright (c) Projo. Licensed under CC0-1.0 (public domain dedication). FHIR(R) is the registered trademark of HL7 and is used with permission. This IG references WhatsApp(R), a trademark of Meta Platforms, Inc., for descriptive purposes only.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [{
    "code" : "whatsapp",
    "display" : "WhatsApp",
    "definition" : "Communication via the WhatsApp Cloud API (Meta), handled by the WhatsApp sidecar."
  },
  {
    "code" : "rcs",
    "display" : "RCS",
    "definition" : "Communication via RCS Business Messaging (CM.com), handled by the RCS sidecar. Questionnaires are delivered via an in-messenger webview button, never in-band (ADR 0012)."
  },
  {
    "code" : "web",
    "display" : "Web",
    "definition" : "Communication via the browser-based web answer channel (web-functions app, ADR 0011)."
  }]
}