{
  "resourceType": "StructureDefinition",
  "id": "PatientINCISIVE",
  "url": "https://fhir.incisive-project.eu/StructureDefinition/PatientINCISIVE",
  "version": "20230717",
  "name": "PatientINCISIVE",
  "title": "Patient for Breast, Colorectal, Lung and Prostate cancer",
  "status": "draft",
  "date": "2023-07-17T11:36:43.8799013+00:00",
  "publisher": "FTSS",
  "description": "Defines the Patient structure used by INCISIVE",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "short": "Information for a patient involving in the INCISIVE Project",
        "definition": "Demographics and other administrative information about a patient involving in the INCISIVE Project"
      },
      {
        "id": "Patient.extension",
        "path": "Patient.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Patient.extension:CurrentState",
        "path": "Patient.extension",
        "sliceName": "CurrentState",
        "short": "Current state of INCISIVE patient",
        "definition": "The Patient's current state.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.incisive-project.eu/StructureDefinition/CurrentState"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:Ethnicity",
        "path": "Patient.extension",
        "sliceName": "Ethnicity",
        "short": "Ethnicity of INCISIVE patient",
        "definition": "The Patient's ethnicity.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.incisive-project.eu/StructureDefinition/Ethnicity"
            ]
          }
        ]
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "short": "An identifier for INCISIVE patient",
        "definition": "This identifier is Pseudo-anonymized Identifier"
      },
      {
        "id": "Patient.identifier.type",
        "path": "Patient.identifier.type",
        "short": "Description of identifier type",
        "definition": "A coded type for the identifier, which is a pseudo-anonymized identifier"
      },
      {
        "id": "Patient.identifier.type.text",
        "path": "Patient.identifier.type.text",
        "short": "Patient number",
        "definition": "This is where the patient number is filled in and the number represents the patient identifier. This identifier is pseudo-anonymized identifier"
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "short": "Patient's gender",
        "definition": "The gender that the patient is considered to have for administration and record keeping purposes. The value can be male | female and is case-sensitive."
      },
      {
        "id": "Patient.managingOrganization",
        "path": "Patient.managingOrganization",
        "short": "INCISIVE Data provider organization that is the custodian of the patient record",
        "definition": "Use relative reference to the Organization resource."
      },
      {
        "id": "Patient.managingOrganization.reference",
        "path": "Patient.managingOrganization.reference",
        "short": "Use relative reference to the Organization 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=\"Organization/organization00\"."
      }
    ]
  }
}