{
  "resourceType": "StructureDefinition",
  "id": "CASIDE-TargetedTherapy",
  "meta": {
    "lastUpdated": "2021-07-16T08:39:04.938+00:00"
  },
  "url": "http://gradiant.org/fhir/StructureDefinition/CASIDETargetedTherapy",
  "version": "1.0",
  "name": "CASIDETargetedTherapy",
  "title": "Targeted Therapy Profile",
  "status": "draft",
  "publisher": "GRADIANT",
  "contact": [
    {
      "name": "GRADIANT",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gradiant.org/",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A record of a targeted therapy drug that the survivor has taken for the treatment of cancer. Targeted therapy uses substances to precisely target certain types of cancer cells. It can be used as a single treatment or in combination with others, such as chemotherapy, surgery, or radiation therapy.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "MedicationStatement",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/MedicationStatement",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationStatement.category",
        "path": "MedicationStatement.category",
        "min": 1,
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "448288001"
            }
          ]
        }
      },
      {
        "id": "MedicationStatement.medication[x]",
        "path": "MedicationStatement.medication[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct"
            }
          ]
        },
        "binding": {
          "strength": "example",
          "valueSet": "http://gradiant.org/fhir/ValueSet/CASIDETargetedTherapyDrugsVS"
        }
      },
      {
        "id": "MedicationStatement.subject",
        "path": "MedicationStatement.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://gradiant.org/fhir/StructureDefinition/CASIDECancerSurvivor"
            ]
          }
        ]
      },
      {
        "id": "MedicationStatement.effective[x]",
        "path": "MedicationStatement.effective[x]",
        "min": 1
      },
      {
        "id": "MedicationStatement.reasonReference",
        "path": "MedicationStatement.reasonReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://gradiant.org/fhir/StructureDefinition/CASIDECancerDisease"
            ]
          }
        ]
      }
    ]
  }
}