{
  "resourceType": "StructureDefinition",
  "id": "StructureDefinition-ACP-Consultation",
  "url": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-Consultation",
  "name": "ACP Consultation",
  "title": "ACP Consultation",
  "status": "draft",
  "publisher": "IKNL",
  "contact": [
    {
      "name": "IKNL",
      "telecom": [
        {
          "system": "email",
          "value": "info@iknl.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "[TO-DO]",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "pzp-dataset-100-beta1-2025-TO-DO",
      "uri": "[TO-DO]",
      "name": "ART-DECOR Dataset Proactieve Zorgplanning 1.0.0-beta.1 [TO-DO]"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter",
        "path": "Encounter",
        "definition": "[TO-DO] The conversation between Practitioner and a Patient and/or the Patient's Legal Representative to record agreements resulting from the process of proactive care planning.",
        "comment": "[TO-DO]"
      },
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-Patient"
          }
        ]
      },
      {
        "id": "Encounter.participant",
        "path": "Encounter.participant",
        "short": "List of participants involved in the encounter, Gesprek gevoerd in bijzijn van",
        "comment": "[TO-DO] In the context of Advance Care Planning (ACP) this elements links to all the participants in the conversations between a Practitioner and a Patients and/or a Patient's Legal Representative."
      },
      {
        "id": "Encounter.participant.individual",
        "path": "Encounter.participant.individual",
        "definition": "The healthcare provider, related person with whom the contact took place. The specialty and role of the healthcare provider can be entered in the HealthcareProvider information model as well. By adding the patient as a reference it can be defined whether the patient was present in the encounter (fysically or digital).",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-RelatedPerson"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-Patient"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-PractitionerRole"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Encounter.period.start",
        "path": "Encounter.period.start",
        "short": "Datum van invullen",
        "definition": "[TO-DO] Date and, if applicable, time at which the event to which the information relates occurred. This is the medically relevant date and time.",
        "mustSupport": true
      }
    ]
  }
}