{
  "resourceType": "StructureDefinition",
  "id": "CASIDE-CancerSurvivor",
  "meta": {
    "lastUpdated": "2021-07-16T08:39:46.502+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\" />"
  },
  "url": "http://gradiant.org/fhir/StructureDefinition/CASIDECancerSurvivor",
  "version": "1.0",
  "name": "CASIDECancerSurvivor",
  "title": "Cancer Survivor Profile",
  "status": "draft",
  "publisher": "GRADIANT",
  "contact": [
    {
      "name": "GRADIANT",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gradiant.org/",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A patient who has survived without recurrence beyond 3-24 months after the end of the treatment (e.g. surgery, radiation therapy, chemotherapy) he/she has received.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1
      },
      {
        "id": "Patient.deceased[x]",
        "path": "Patient.deceased[x]",
        "comment": "If the patient is deceased, Patient.deceasedDateTime should be specified.",
        "min": 1
      }
    ]
  }
}