{
  "resourceType": "StructureDefinition",
  "id": "StructureDefinition-ACP-OtherImportantInformation",
  "url": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-OtherImportantInformation",
  "name": "ACPOtherImportantInformation",
  "title": "ACP Other Important Information",
  "status": "draft",
  "publisher": "IKNL",
  "contact": [
    {
      "name": "IKNL",
      "telecom": [
        {
          "system": "email",
          "value": "info@iknl.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A profile used to capture other relevant and important information related to the Patient’s Advance Care Planning (ACP) agreements that is not covered by existing ACP profiles.",
  "purpose": "The ACP form includes the open-ended question “Wat verder nog belangrijk is” (“What else is important?”), which allows for free-text input. Because this question can capture a wide range of information not addressed by other ACP profiles, a separate profile has been created to record this additional content in a structured and consistent manner alongside existing ACP data.",
  "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": "Observation",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-GeneralMeasurement",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "definition": "Other relevant and important information related to the Patient’s Advance Care Planning (ACP) agreements."
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "247751003"
            }
          ]
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-location"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-Patient"
          }
        ]
      },
      {
        "id": "Observation.context",
        "path": "Observation.context",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://fhir.nl/fhir/StructureDefinition/nl-core-episodeofcare"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.iknl.nl/fhir/PZP/StructureDefinition/StructureDefinition-ACP-Encounter"
          }
        ]
      },
      {
        "id": "Observation.value[x]:valueString",
        "path": "Observation.valueString",
        "sliceName": "valueString",
        "definition": "Response to the question “What else is important?” as documented in the ACP form.",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}