<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="eom-cancer-patient" />
  <text>
    <status value="additional" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The EOM Cancer Patient profile is the only profile in the EOM Implementation Guide (IG) that is not directly referencing the corresponding mCODE STU 3 profile. The main update made to this profile is the requirement to include the Medicare Beneficiary Identifier (MBI). The MBI is the required identifier for EOM. The following data elements are required to be submitted using the EOM Cancer Patient Profile to successfully meet Performance Period (PP) 1 Clinical Data Element (CDE) requirements:</p>
      <ul>
        <li>Medicare Beneficiary Identifier (MBI): cmsMBI</li>
        <li>First Name: patient.name.given</li>
        <li>Last Name: patient.name.family</li>
        <li>Date of Birth: patient.birthDate
  <ul><li>NOTE: The date should be in the format YYYY-MM-DD. </li></ul></li>
        <li>Beneficiary Sex: patient.gender</li>
        <li>Date Patient Died: deceasedDateTime
  <ul><li>NOTE: If the patient is deceased, the date should be shared in the format YYYY-MM-DD. If only a portion of the date is known, what is known should be shared. If the patient is not deceased, this data element should be left blank. </li></ul></li>
      </ul>
      <p>
All EOM required data elements except for deceasedDateTime will be provided as part of the Episode-based Attribution list (or "prefill data") shared with FHIR data submitters via the Parameters Resource. The data received can be shared back in the EOM Cancer Patient Profile.</p>
      <p>
        <b>If an EOM participant is submitting CDE data via FHIR, the requirements for the Sociodemographic Data Element (SDE) PP1 data submission can also be met by submitting the following additional data elements using the EOM Cancer Patient Profile and one additional Observation:</b>
      </p>
      <ul>
        <li>Beneficiary Race: Patient.extension:race</li>
        <li>Beneficiary Ethnicity: Patient.extension:ethnicity</li>
        <li>Sex Assigned at Birth: Patient.extension:birthsex</li>
        <li>Gender Identity: Patient.extension:genderIdentity</li>
        <li>Preferred Language: Patient.communication.language</li>
      </ul>
      <p>
To submit Sexual Orientation, which is also required as part of the PPI SDE data collection, use the <a href="https://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-observation-sexual-orientation.html#root">US Core Observation Sexual Orientation Profile</a>, and the associated <a href="https://hl7.org/fhir/us/core/STU5.0.1/ValueSet-us-core-sexual-orientation.html">value set</a>.</p>
      <p>For more information about EOM SDE requirements, see the <a href="https://www.cms.gov/priorities/innovation/media/document/eom-sociodem-data-elem-guide">EOM Sociodemographic Data Elements Guide v2.2 (June 4, 2024)</a></p>
    </div>
  </text>
  <url value="https://globalalliantinc.com/enhancing-oncology-model/StructureDefinition/eom-cancer-patient" />
  <name value="EomCancerPatient" />
  <title value="EOM Cancer Patient Profile" />
  <status value="draft" />
  <fhirVersion value="4.0.1" />
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <mapping>
    <identity value="cda" />
    <uri value="http://hl7.org/v3/cda" />
    <name value="CDA (R2)" />
  </mapping>
  <mapping>
    <identity value="w5" />
    <uri value="http://hl7.org/fhir/fivews" />
    <name value="FiveWs Pattern Mapping" />
  </mapping>
  <mapping>
    <identity value="v2" />
    <uri value="http://hl7.org/v2" />
    <name value="HL7 v2 Mapping" />
  </mapping>
  <mapping>
    <identity value="loinc" />
    <uri value="http://loinc.org" />
    <name value="LOINC code for the element" />
  </mapping>
  <kind value="resource" />
  <abstract value="false" />
  <type value="Patient" />
  <baseDefinition value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient" />
  <derivation value="constraint" />
  <differential>
    <element id="Patient.extension:race">
      <path value="Patient.extension" />
      <sliceName value="race" />
    </element>
    <element id="Patient.extension:race.extension">
      <path value="Patient.extension.extension" />
      <min value="1" />
    </element>
    <element id="Patient.extension:ethnicity">
      <path value="Patient.extension" />
      <sliceName value="ethnicity" />
    </element>
    <element id="Patient.extension:ethnicity.extension">
      <path value="Patient.extension.extension" />
      <min value="1" />
    </element>
    <element id="Patient.identifier">
      <path value="Patient.identifier" />
      <slicing>
        <discriminator>
          <type value="value" />
          <path value="system" />
        </discriminator>
        <rules value="open" />
      </slicing>
    </element>
    <element id="Patient.identifier:CmsMBI">
      <path value="Patient.identifier" />
      <sliceName value="CmsMBI" />
      <min value="1" />
      <max value="1" />
    </element>
    <element id="Patient.identifier:CmsMBI.system">
      <path value="Patient.identifier.system" />
      <patternUri value="http://hl7.org/fhir/sid/us-mbi" />
    </element>
  </differential>
</StructureDefinition>