<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="CASIDE-Immunotherapy" />
  <meta>
    <lastUpdated value="2021-07-16T08:44:04.084+00:00" />
  </meta>
  <url value="http://gradiant.org/fhir/StructureDefinition/CASIDEImmunotherapy" />
  <version value="1.0" />
  <name value="CASIDEImmunotherapy" />
  <title value="Immunotherapy Profile" />
  <status value="draft" />
  <publisher value="GRADIANT" />
  <contact>
    <name value="GRADIANT" />
    <telecom>
      <system value="url" />
      <value value="https://www.gradiant.org/" />
      <use value="work" />
    </telecom>
  </contact>
  <description value="A record of an immunotherapy drug that the survivor has taken for the treatment of cancer. Immunotherapy is a type of biological therapy that helps the immune system fight cancer. The most common types of immunotherapy are immune checkpoint inhibitors, T-cell transfer therapy, monoclonal antibodies, treatment vaccines and immune system modulators ." />
  <fhirVersion value="4.0.1" />
  <mapping>
    <identity value="workflow" />
    <uri value="http://hl7.org/fhir/workflow" />
    <name value="Workflow Pattern" />
  </mapping>
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </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>
  <kind value="resource" />
  <abstract value="false" />
  <type value="MedicationStatement" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/MedicationStatement" />
  <derivation value="constraint" />
  <differential>
    <element id="MedicationStatement.category">
      <path value="MedicationStatement.category" />
      <min value="1" />
      <patternCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct" />
          <code value="76334006" />
        </coding>
      </patternCodeableConcept>
    </element>
    <element id="MedicationStatement.medication[x]">
      <path value="MedicationStatement.medication[x]" />
      <type>
        <code value="CodeableConcept" />
      </type>
      <patternCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct" />
        </coding>
      </patternCodeableConcept>
      <binding>
        <strength value="example" />
        <valueSet value="http://gradiant.org/fhir/ValueSet/CASIDEInmunotherapyDrugsVS" />
      </binding>
    </element>
    <element id="MedicationStatement.subject">
      <path value="MedicationStatement.subject" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://gradiant.org/fhir/StructureDefinition/CASIDECancerSurvivor" />
      </type>
    </element>
    <element id="MedicationStatement.effective[x]">
      <path value="MedicationStatement.effective[x]" />
      <min value="1" />
    </element>
    <element id="MedicationStatement.reasonReference">
      <path value="MedicationStatement.reasonReference" />
      <type>
        <code value="Reference" />
        <targetProfile value="http://gradiant.org/fhir/StructureDefinition/CASIDECancerDisease" />
      </type>
    </element>
  </differential>
</StructureDefinition>