{
  "resourceType": "StructureDefinition",
  "id": "ConditionINCISIVE",
  "url": "https://fhir.incisive-project.eu/StructureDefinition/ConditionForBreastColorectalProstate",
  "version": "20230718",
  "name": "ConditionINCISIVE",
  "title": "Condition for Breast, Colorectal, Lung and Prostate cancer",
  "status": "active",
  "publisher": "FTSS",
  "description": "Defines the Condition structure used by INCISIVE",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition",
        "path": "Condition",
        "short": "Detailed information about clinical finding, symptoms, syndromes or medical history of INCISIVE patient",
        "definition": "A clinical finding, symptoms, syndromes or medical history."
      },
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "short": "Identification of the clinical finding, symptoms, syndromes or medical history",
        "definition": "Describe the code and description of the clinical finding, symptoms, syndromes or medical history by this condition. The SNOMED CT terminology is used."
      },
      {
        "id": "Condition.code.coding",
        "path": "Condition.code.coding",
        "short": "Code defined by a SNOMED CT terminology"
      },
      {
        "id": "Condition.code.coding.system",
        "path": "Condition.code.coding.system",
        "short": "Identity of the SNOMED CT url",
        "definition": "The identification of the code system that defines the meaning of the symbol in this code."
      },
      {
        "id": "Condition.code.coding.code",
        "path": "Condition.code.coding.code",
        "short": "SNOMED CT code",
        "definition": "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g., post-coordination)."
      },
      {
        "id": "Condition.code.coding.display",
        "path": "Condition.code.coding.display",
        "short": "Fully Specified Name defined by the SNOMED CT",
        "definition": "A representation of the meaning of the code in the system, following the rules of the system. Use the Fully Specified Name of SNOMED CT."
      },
      {
        "id": "Condition.code.text",
        "path": "Condition.code.text",
        "short": "Description of medical history used by ICD-10 terminology",
        "definition": "Use International Statistical Classification of Diseases and Related Health Problems 10th Revision code to represent the patient's medical history"
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "short": "Patient who has the condition",
        "definition": "The INCISIVE patient on which the condition record is associated with. Use relative reference to the Patient resource.",
        "comment": "Reference to Patient resource"
      },
      {
        "id": "Condition.subject.reference",
        "path": "Condition.subject.reference",
        "short": "Use relative reference to the Patient resource",
        "definition": "A reference to a location at which the patient is found. The reference is relative reference, in which case it is relative to the service base URL, e.g., reference value=\"Patient/patient00\"."
      },
      {
        "id": "Condition.evidence",
        "path": "Condition.evidence",
        "short": "Indicate symptoms and syndromes of the patient",
        "definition": "A code that represent the symptoms and syndromes of the patient"
      },
      {
        "id": "Condition.evidence.code",
        "path": "Condition.evidence.code",
        "short": "Use INCISIVE local Symptoms and Syndromes codes",
        "definition": "A symptom and syndromes that led to the recording of this condition.",
        "binding": {
          "strength": "preferred",
          "valueSet": "https://fhir.incisive-project.eu/ValueSet/SymptomsAndSyndromesCodes",
          "description": "Symptoms and Syndromes codes"
        }
      },
      {
        "id": "Condition.evidence.code.coding",
        "path": "Condition.evidence.code.coding",
        "short": "Code defined by INCISIVE local codes",
        "definition": "A reference to a code defined by a terminology system. In this case, use the INCISIVE local codes."
      },
      {
        "id": "Condition.evidence.code.coding.system",
        "path": "Condition.evidence.code.coding.system",
        "short": "Identity of the INCISIVE local code system",
        "definition": "The identification of the code system that defines the meaning of the symbol in the code. This system points to the INCISIVE local code system."
      },
      {
        "id": "Condition.evidence.code.coding.code",
        "path": "Condition.evidence.code.coding.code",
        "short": "Symptoms and syndromes code",
        "definition": "Symbol in syntax defined by INCISIVE local code system."
      },
      {
        "id": "Condition.evidence.code.coding.display",
        "path": "Condition.evidence.code.coding.display",
        "short": "Symptoms and syndromes description"
      },
      {
        "id": "Condition.note",
        "path": "Condition.note",
        "short": "Information about clinical findings of the patient",
        "definition": "This is a comments entry for description of the clinical findings of the INCISIVE patient."
      },
      {
        "id": "Condition.note.text",
        "path": "Condition.note.text",
        "short": "Text to represente clinical findings",
        "definition": "Use SNOMED CT terminology."
      }
    ]
  }
}