{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Task-ForORD-FillerOrder-ReportingUrgentPart",
  "name": "Task-ForORD-FillerOrder-ReportingUrgentPart",
  "status": "active",
  "experimental": false,
  "description": "Note that this profile does not inherit from Task-ForORD-FillerOrder-Reporting",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Task-ForORD-FillerOrder",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.meta.tag:reportingCapabilities",
        "path": "Task.meta.tag",
        "sliceName": "reportingCapabilities"
      },
      {
        "id": "Task.meta.tag:reportingCapabilities.system",
        "path": "Task.meta.tag.system",
        "min": 1,
        "constraint": [
          {
            "key": "capability-system-startsWith",
            "severity": "error",
            "human": "Fixed root part of the system url",
            "expression": "startsWith('http://apiframework.dedalus.eu/tag/reportingCapability/')"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Task.meta.tag:reportingCapabilities.code",
        "path": "Task.meta.tag.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Task.partOf",
        "path": "Task.partOf",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Task-ForORD-FillerOrder"
          }
        ]
      },
      {
        "id": "Task.priority",
        "path": "Task.priority",
        "min": 1,
        "fixedCode": "urgent"
      },
      {
        "id": "Task.code.coding.code",
        "path": "Task.code.coding.code",
        "fixedCode": "filler-order-reporting-urgentpart"
      },
      {
        "id": "Task.input",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Parameter"
          }
        ],
        "path": "Task.input",
        "min": 1
      },
      {
        "id": "Task.input:specimen",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
            "valueString": "Parameter"
          }
        ],
        "path": "Task.input",
        "sliceName": "specimen",
        "requirements": "An extemporaneous reporting is performed against one specimen instance",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Task.input:specimen.type.coding.code",
        "path": "Task.input.type.coding.code",
        "fixedCode": "Specimen"
      },
      {
        "id": "Task.input:specimen.value[x]:valueReference",
        "path": "Task.input.valueReference",
        "sliceName": "valueReference",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Specimen"
          }
        ]
      }
    ]
  }
}