<MessageDefinition xmlns="http://hl7.org/fhir">
  <id value="patient-initial-load-sender" />
  <name value="PATIENT INITIAL LOAD" />
  <title value="patient initial load" />
  <status value="active" />
  <date value="2020-01-01" />
  <eventCoding>
    <system value="http://sap.com/healthcare/IS-H/fhir/ValueSet/inbound-message-code" />
    <code value="patient-initial-load" />
  </eventCoding>
  <category value="consequence" />
  <focus>
    <code value="Appointment" />
    <min value="1" />
    <max value="*" />
  </focus>
  <focus>
    <code value="Coverage" />
    <min value="1" />
    <max value="*" />
  </focus>
  <focus>
    <code value="Patient" />
    <min value="1" />
    <max value="*" />
  </focus>
  <focus>
    <code value="RelatedPerson" />
    <min value="1" />
    <max value="*" />
  </focus>
</MessageDefinition>