{
  "resourceType": "StructureDefinition",
  "id": "IRD-Goal",
  "url": "https://health.linova.de/fhir/v1/IRD/Goal",
  "version": "1.0.0",
  "name": "IRD_Goal",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "derivation": "specialization",
  "abstract": true,
  "type": "Goal",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Goal",
  "differential": {
    "element": [
      {
        "id": "Goal",
        "path": "Goal",
        "definition": "A goal is a set of measurements or targets described by the Patient. At the end of a CarePlan, an assessment may be made which should be able to tell whether the goal was fullfilled by the Patient"
      },
      {
        "id": "Goal.expressedBy",
        "path": "Goal.expressedBy",
        "definition": "Author of the goal",
        "min": 1,
        "max": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.linova.de/fhir/v1/IRD/PractitionerRole",
              "https://health.linova.de/fhir/v1/IRD/CarePlan_Algorithm"
            ]
          }
        ]
      },
      {
        "id": "Goal.target.extension",
        "path": "Goal.target.extension",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "https://health.linova.de/fhir/v1/IRD/Extensions/Goal"
          }
        ]
      }
    ]
  }
}