{
  "resourceType": "StructureDefinition",
  "url": "https://nuts.nl/fhir/StructureDefinition/nl-core-authorization-request",
  "name": "nl-core-authorization-request",
  "status": "draft",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.intent",
        "path": "Task.intent",
        "fixedCode": "order"
      },
      {
        "id": "Task.code.coding.code",
        "path": "Task.code.coding.code",
        "fixedCode": "ANW-autorisatie-verzoek"
      },
      {
        "id": "Task.for",
        "path": "Task.for",
        "definition": "The patient that authorization should be created for.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient",
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "Task.authoredOn",
        "path": "Task.authoredOn",
        "min": 1
      },
      {
        "id": "Task.requester.agent.identifier",
        "path": "Task.requester.agent.identifier",
        "min": 1
      },
      {
        "id": "Task.requester.onBehalfOf",
        "path": "Task.requester.onBehalfOf",
        "min": 1
      },
      {
        "id": "Task.owner",
        "path": "Task.owner",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Organization"
          }
        ]
      },
      {
        "id": "Task.reason.text",
        "path": "Task.reason.text",
        "short": "Care specific reason for this task.",
        "min": 1
      },
      {
        "id": "Task.restriction.recipient",
        "path": "Task.restriction.recipient",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
          }
        ]
      }
    ]
  }
}