{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Task-ForORD-FillerOrder",
  "name": "Task-ForORD-FillerOrder",
  "status": "active",
  "experimental": false,
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Task-ForORD",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.meta",
        "path": "Task.meta",
        "min": 1
      },
      {
        "id": "Task.basedOn",
        "path": "Task.basedOn",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Task-ForORD"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Task.partOf",
        "path": "Task.partOf",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Task.intent",
        "path": "Task.intent",
        "fixedCode": "filler-order"
      },
      {
        "id": "Task.code",
        "path": "Task.code",
        "min": 1
      },
      {
        "id": "Task.code.coding",
        "path": "Task.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Task.code.coding.system",
        "path": "Task.code.coding.system",
        "min": 1,
        "fixedUri": "http://apiframework.dedalus.eu/fhir/ValueSet/TaskCodes",
        "mustSupport": true
      },
      {
        "id": "Task.code.coding.code",
        "path": "Task.code.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Task.owner",
        "path": "Task.owner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Practitioner"
          }
        ]
      },
      {
        "id": "Task.input",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Parameter"
          }
        ],
        "path": "Task.input",
        "min": 1
      },
      {
        "id": "Task.input:procedureRequest",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Parameter"
          }
        ],
        "path": "Task.input",
        "sliceName": "procedureRequest",
        "min": 1
      }
    ]
  }
}