{
  "resourceType": "StructureDefinition",
  "id": "StructureDefinition-ACP-Patient",
  "url": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-Patient",
  "name": "ACPPatient",
  "title": "ACP Patient",
  "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": "Patient",
  "baseDefinition": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "min": 1,
        "max": "1",
        "mustSupport": false,
        "mapping": [
          {
            "identity": "2.16.840.1.113883.2.4.3.11.60.117",
            "map": "Naamgegevens"
          }
        ]
      },
      {
        "id": "Patient.name.family",
        "path": "Patient.name.family",
        "min": 1
      },
      {
        "id": "Patient.name.family.extension",
        "path": "Patient.name.family.extension",
        "min": 1
      },
      {
        "id": "Patient.name.family.extension:humannameOwnPrefix",
        "path": "Patient.name.family.extension",
        "sliceName": "humannameOwnPrefix",
        "mustSupport": true
      },
      {
        "id": "Patient.name.family.extension:humannameOwnName",
        "path": "Patient.name.family.extension",
        "sliceName": "humannameOwnName",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "2.16.840.1.113883.2.4.3.11.60.117.2.11",
            "map": "Achternaam"
          }
        ]
      },
      {
        "id": "Patient.name.given",
        "path": "Patient.name.given",
        "mustSupport": true
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "mustSupport": true
      },
      {
        "id": "Patient.communication.extension:languageProficiency",
        "path": "Patient.communication.extension",
        "sliceName": "languageProficiency"
      },
      {
        "id": "Patient.communication.extension:languageProficiency.extension",
        "path": "Patient.communication.extension.extension",
        "min": 2
      }
    ]
  }
}