<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="capable-msg-recipients-code-system" />
  <url value="http://capable-project.eu/data/dict/comm" />
  <version value="v0" />
  <name value="Codes of the CAPABLE components that can receive messages" />
  <status value="draft" />
  <publisher value="Capable team" />
  <description value="Codes of the possible CAPABLE components to be used as recipients of a message, using the 'category' attribute of the Communication resource intended as a message exchanged between two system components." />
  <caseSensitive value="true" />
  <content value="complete" />
  <concept>
    <code value="KDOM" />
    <display value="CAPABLE message for KDOM" />
    <definition value="The Communication resource sent has the KDOM component as its recipient." />
  </concept>
  <concept>
    <code value="VCOA" />
    <display value="CAPABLE message for Virtual Coach" />
    <definition value="The Communication resource sent has the Virtual Coach component as its recipient." />
  </concept>
  <concept>
    <code value="CDSS" />
    <display value="CAPABLE message for Clinical Decision Support System" />
    <definition value="The Communication resource sent has the Physician DSS component as its recipient." />
  </concept>
  <concept>
    <code value="GOCM" />
    <display value="CAPABLE message for GO-COM" />
    <definition value="The Communication resource sent has the Multimorbidity Controller component as its recipient." />
  </concept>
  <concept>
    <code value="PRED" />
    <display value="CAPABLE message for Prediction Models" />
    <definition value="The Communication resource sent has the Predictive Models component as its recipient." />
  </concept>
  <concept>
    <code value="PAPP" />
    <display value="CAPABLE message for Patient Application" />
    <definition value="The Communication resource sent has the Patient Mobile App as its recipient." />
  </concept>
  <concept>
    <code value="GUIS" />
    <display value="CAPABLE message for GUIs" />
    <definition value="The Communication resource sent has the Physician User Interface as its recipient." />
  </concept>
  <concept>
    <code value="BROA" />
    <display value="CAPABLE message for broadcasting" />
    <definition value="Broadcast Communication to be sent to all components exclusively for the M12 demo to notify them of the change of day in the scenario." />
  </concept>
</CodeSystem>