{
  "resourceType": "StructureDefinition",
  "id": "StructureDefinition-ACP-ICDpresent",
  "url": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-ICDpresent",
  "name": "ACPICDpresent",
  "title": "ACP ICD present",
  "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": "DeviceUseStatement",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceUseStatement",
        "path": "DeviceUseStatement",
        "definition": "An ACP specific profile to describe information on the Patient's Implantable Cardioverter-Defibrillator (ICD).",
        "comment": "This profile is only created if a Patient has an ICD."
      },
      {
        "id": "DeviceUseStatement.status",
        "path": "DeviceUseStatement.status",
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.subject",
        "path": "DeviceUseStatement.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-Patient"
          }
        ]
      },
      {
        "id": "DeviceUseStatement.whenUsed.end",
        "path": "DeviceUseStatement.whenUsed.end",
        "definition": "The date and time when the Implantable Cardioverter Defibrillator (ICD) was deactivated. This element is only populated if an explicit agreement has been made to deactivate the ICD."
      },
      {
        "id": "DeviceUseStatement.source",
        "path": "DeviceUseStatement.source",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-Practitioner"
          }
        ]
      },
      {
        "id": "DeviceUseStatement.device",
        "path": "DeviceUseStatement.device",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-ICD"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}