PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.daf@1.6.0
    http://hl7.org/fhir/us/daf/StructureDefinition/daf-task
{
  "description": null,
  "_filename": "StructureDefinition-daf-task.json",
  "package_name": "hl7.fhir.us.daf",
  "date": "2016-08-12",
  "derivation": "constraint",
  "publisher": "Health Level Seven International (FHIR Infrastructure WG - Data Access Framework)",
  "name": "Profile daf-task",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/w5",
    "name": "W5 Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Task",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.6.0",
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-1",
        "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
        "xpath": "not(parent::f:contained and f:text)",
        "severity": "error",
        "expression": "contained.text.empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-3",
        "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource",
        "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))",
        "severity": "error",
        "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()"
      }, {
        "key": "inv-1",
        "human": "Last modified date must be greater than or equal to created date.",
        "xpath": "f:lastModified >= f:created",
        "severity": "error",
        "expression": "lastModified >= created"
      } ],
      "path": "Task",
      "min": 0,
      "definition": "A task to be performed.",
      "short": "A task to be performed",
      "name": "DAFTask",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "ControlAct[moodCode=INT]",
        "identity": "rim"
      }, {
        "map": "workflow.order",
        "identity": "w5"
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "Task:daftask",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Task"
      },
      "isSummary": false
    }, {
      "path": "Task.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "short": "Logical id of this artifact",
      "comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "Task:daftask.id",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "path": "Task.meta",
      "min": 0,
      "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
      "short": "Metadata about the resource",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "Task:daftask.meta",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "Task.implicitRules",
      "min": 0,
      "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "Task:daftask.implicitRules",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isSummary": true
    }, {
      "path": "Task.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "short": "Language of the resource content",
      "comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource  Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueReference": {
            "reference": "http://hl7.org/fhir/ValueSet/all-languages"
          }
        } ],
        "description": "A human language.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "max": "1",
      "id": "Task:daftask.language",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Resource.language"
      }
    }, {
      "path": "Task.text",
      "min": 0,
      "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
      "short": "Text summary of the resource, for human interpretation",
      "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "Task:daftask.text",
      "condition": [ "dom-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.text"
      }
    }, {
      "path": "Task.contained",
      "min": 0,
      "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
      "short": "Contained, inline Resources",
      "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "Task:daftask.contained",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      }
    }, {
      "path": "Task.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Task:daftask.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "path": "Task.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Task:daftask.modifierExtension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      }
    }, {
      "path": "Task.identifier",
      "min": 1,
      "definition": "The business identifier for this task.",
      "short": "Task Instance Identifier",
      "mapping": [ {
        "map": ".id",
        "identity": "rim"
      }, {
        "map": "id",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Task:daftask.identifier",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.identifier"
      },
      "isSummary": false
    }, {
      "path": "Task.basedOn",
      "min": 0,
      "definition": "Identifies a plan, proposal or order that this task has been created in fulfillment of.",
      "short": "Request fulfilled by this task",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=FLFS].target[moodCode=INT]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Resource"
      } ],
      "max": "*",
      "id": "Task:daftask.basedOn",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Task.basedOn"
      },
      "isSummary": true
    }, {
      "path": "Task.requisition",
      "requirements": "Billing and/or reporting can be linked to whether multiple requests were created as a single unit.",
      "min": 0,
      "definition": "An identifier that links together multiple tasks and other requests that were created in the same context.",
      "short": "Requisition or grouper id",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=COMP].source[moodCode=INT].id",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Task:daftask.requisition",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.requisition"
      },
      "isSummary": false
    }, {
      "path": "Task.parent",
      "requirements": "Allows tasks to be broken down into sub-steps (and this division can occur independent of the original task).",
      "min": 0,
      "definition": "Task that this particular task is part of.",
      "short": "Composite task",
      "comments": "This should usually be 0..1.",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=COMP].source[moodCode=INT]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Task"
      } ],
      "mustSupport": true,
      "max": "*",
      "id": "Task:daftask.parent",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Task.parent"
      },
      "isSummary": false
    }, {
      "path": "Task.status",
      "requirements": "These states enable coordination of task status with off-the-shelf workflow solutions that support automation of tasks.",
      "min": 1,
      "definition": "The current status of the task.",
      "short": "draft | requested | received | accepted | +",
      "mapping": [ {
        "map": ".statusCode",
        "identity": "rim"
      }, {
        "map": "status",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "description": "The current status of the task.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/task-status"
        }
      },
      "max": "1",
      "id": "Task:daftask.status",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Task.status"
      },
      "isSummary": false
    }, {
      "path": "Task.statusReason",
      "min": 0,
      "definition": "An explanation as to why this task is held, failed, was refused, etc.",
      "short": "Reason for current status",
      "comments": "This applies to the current status.  Look at the history of the task to see reasons for past statuses.",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=CACT, moodCode=EVN, code=\"status change\"].reasonCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "max": "1",
      "id": "Task:daftask.statusReason",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.statusReason"
      },
      "isSummary": true
    }, {
      "path": "Task.businessStatus",
      "requirements": "There's often a need to track substates of a task - this is often variable by specific workflow implementation.",
      "min": 0,
      "definition": "Contains business-specific nuances of the business state.",
      "short": "E.g. \"Specimen collected\", \"IV prepped\"",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"business status\"]",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "description": "The domain-specific business-contextual sub-state of the task.  For example: \"Blood drawn\", \"IV inserted\", \"Awaiting physician signature\", etc."
      },
      "max": "1",
      "id": "Task:daftask.businessStatus",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.businessStatus"
      },
      "isSummary": true
    }, {
      "path": "Task.stage",
      "min": 1,
      "definition": "Indicates the \"level\" of actionability associated with the Task.  I.e. Is this a proposed task, a planned task, an actionable task, etc.",
      "short": "proposed | planned | actionable +",
      "comments": "This element is immutable.  Proposed tasks, planned tasks, etc. must be distinct instances.",
      "mapping": [ {
        "map": ".moodCode",
        "identity": "rim"
      }, {
        "map": "class",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "extensible",
        "description": "Distinguishes whether the task is a proposal, plan or full order",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/task-stage"
        }
      },
      "max": "1",
      "id": "Task:daftask.stage",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Task.stage"
      },
      "isSummary": true
    }, {
      "path": "Task.code",
      "min": 0,
      "definition": "A name or code (or both) briefly describing what the task involves.",
      "short": "Task Type",
      "mapping": [ {
        "map": ".code",
        "identity": "rim"
      }, {
        "map": "class",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Task:daftask.code",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.code"
      },
      "isSummary": false
    }, {
      "path": "Task.priority",
      "requirements": "Used to identify the service level expected while performing a task.",
      "min": 0,
      "definition": "The priority of the task among other tasks of the same type.",
      "short": "low | normal | high",
      "mapping": [ {
        "map": ".priorityCode",
        "identity": "rim"
      }, {
        "map": "grade",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "meaningWhenMissing": "If missing, this task should be performed with normal priority",
      "binding": {
        "strength": "required",
        "description": "The task's priority",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/task-priority"
        }
      },
      "max": "1",
      "id": "Task:daftask.priority",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.priority"
      },
      "isSummary": false
    }, {
      "path": "Task.description",
      "min": 0,
      "definition": "A free-text description of what is to be performed.",
      "short": "Human-readable explanation of task",
      "mapping": [ {
        "map": ".text",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Task:daftask.description",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.description"
      },
      "isSummary": false
    }, {
      "path": "Task.focus",
      "requirements": "Used to identify the thing to be done.",
      "min": 0,
      "definition": "The request being actioned or the resource being manipulated by this task.",
      "short": "What task is acting on",
      "comments": "If multiple resources need to be manipulated, use sub-tasks.  (This ensures that status can be tracked independently for each referenced resource.).",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=SUBJ].target",
        "identity": "rim"
      }, {
        "map": "what",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Resource"
      } ],
      "max": "1",
      "id": "Task:daftask.focus",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.focus"
      },
      "isSummary": true
    }, {
      "path": "Task.for",
      "requirements": "Used to track tasks outstanding for a beneficiary.  Do not use to track the task owner or creator (see owner and creator respectively).  This can also affect access control.",
      "min": 0,
      "definition": "The entity who benefits from the performance of the service specified in the task (e.g., the patient).",
      "short": "Beneficiary of the Task",
      "mapping": [ {
        "map": ".participation[typeCode=RCT].role",
        "identity": "rim"
      }, {
        "map": "who.focus",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Resource"
      } ],
      "alias": [ "Patient" ],
      "max": "1",
      "id": "Task:daftask.for",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.for"
      },
      "isSummary": true
    }, {
      "path": "Task.context",
      "requirements": "For some tasks it may be important to know the link between the task or episode of care the task originated within.",
      "min": 0,
      "definition": "The healthcare event  (e.g. a patient and healthcare provider interaction) during which this task was created.",
      "short": "Healthcare event during which this task originated",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=COMP].source[classCode=PCPR, moodCode=EVN]",
        "identity": "rim"
      }, {
        "map": "context",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Encounter"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
      } ],
      "max": "1",
      "id": "Task:daftask.context",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.context"
      },
      "isSummary": true
    }, {
      "path": "Task.created",
      "requirements": "Most often used along with lastUpdated to track duration of task to supporting monitoring and management.",
      "min": 1,
      "definition": "The date and time this task was created.",
      "short": "Task Creation Date",
      "mapping": [ {
        "map": ".participation[typeCode=AUT].time",
        "identity": "rim"
      }, {
        "map": "when.recorded",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "mustSupport": true,
      "alias": [ "Created Date" ],
      "max": "1",
      "id": "Task:daftask.created",
      "condition": [ "inv-1" ],
      "base": {
        "max": "1",
        "min": 1,
        "path": "Task.created"
      },
      "isSummary": false
    }, {
      "path": "Task.lastModified",
      "requirements": "Used along with history to track task activity and time in a particular task state.  This enables monitoring and management.",
      "min": 1,
      "definition": "The date and time of last modification to this task.",
      "short": "Task Last Modified Date",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=SUBJ, ].source[classCode=CACT, moodCode=EVN].effectiveTime",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "mustSupport": true,
      "alias": [ "Update Date" ],
      "max": "1",
      "id": "Task:daftask.lastModified",
      "condition": [ "inv-1" ],
      "base": {
        "max": "1",
        "min": 1,
        "path": "Task.lastModified"
      },
      "isSummary": false
    }, {
      "path": "Task.requester",
      "requirements": "Identifies who created this task.  May be used by access control mechanisms (e.g., to ensure that only the creator can cancel a task).",
      "min": 1,
      "definition": "The creator of the task.",
      "short": "Task Creator",
      "mapping": [ {
        "map": ".participation[typeCode=AUT].role",
        "identity": "rim"
      }, {
        "map": "who.author",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Device"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Organization"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Patient"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
      } ],
      "mustSupport": true,
      "alias": [ "Initiator", "Author" ],
      "max": "1",
      "id": "Task:daftask.requester",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Task.requester"
      },
      "isSummary": false
    }, {
      "path": "Task.owner",
      "requirements": "Identifies who is expected to perform this task.",
      "min": 0,
      "definition": "The owner of this task.  The participant who can execute this task.",
      "short": "Task Owner",
      "comments": "Tasks may be created with an owner not yet identified.",
      "mapping": [ {
        "map": ".participation[typeCode=PRF].role",
        "identity": "rim"
      }, {
        "map": "who.actor",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Device"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Organization"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Patient"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
      } ],
      "mustSupport": true,
      "alias": [ "Performer", "Executer" ],
      "max": "1",
      "id": "Task:daftask.owner",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.owner"
      },
      "isSummary": false
    }, {
      "path": "Task.performerType",
      "requirements": "Use to distinguish tasks on different activity queues.",
      "min": 0,
      "definition": "The type of participant that can execute the task.",
      "short": "requester | dispatcher | scheduler | performer | monitor | manager | acquirer | reviewer",
      "mapping": [ {
        "map": ".participation[typeCode=PRF].role.code",
        "identity": "rim"
      }, {
        "map": "who.actor",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "description": "The type(s) of task performers allowed",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/task-performer-type"
        }
      },
      "max": "*",
      "id": "Task:daftask.performerType",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Task.performerType"
      }
    }, {
      "path": "Task.reason",
      "min": 0,
      "definition": "A description or code indicating why this task needs to be performed.",
      "short": "Why task is needed",
      "comments": "This should only be included if there is no focus or if it differs from the reason indicated on the focus.",
      "mapping": [ {
        "map": ".reasonCode",
        "identity": "rim"
      }, {
        "map": "why",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "example",
        "description": "Indicates why the task is needed.  E.g. Suspended because patient admitted to hospital."
      },
      "max": "1",
      "id": "Task:daftask.reason",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.reason"
      },
      "isSummary": false
    }, {
      "path": "Task.note",
      "min": 0,
      "definition": "Free-text information captured about the task as it progresses.",
      "short": "Comments made about the task",
      "mapping": [ {
        "map": ".inboundRelationship[typeCode=SUBJ, ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value(string)",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Annotation"
      } ],
      "mustSupport": true,
      "max": "*",
      "id": "Task:daftask.note",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Task.note"
      },
      "isSummary": false
    }, {
      "path": "Task.fulfillment",
      "requirements": "Sometimes when fulfillment is sought, you don't want full fulfillment.",
      "min": 0,
      "definition": "Identifies any limitations on what part of a referenced task subject request should be actioned.",
      "short": "Constraints on fulfillment tasks",
      "mapping": [ {
        "map": "Instead of pointing to request, would point to component of request, having these characteristics",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Task:daftask.fulfillment",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.fulfillment"
      },
      "isSummary": false
    }, {
      "path": "Task.fulfillment.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Task:daftask.fulfillment.id",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Task.fulfillment.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Task:daftask.fulfillment.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Task.fulfillment.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "Task:daftask.fulfillment.modifierExtension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "path": "Task.fulfillment.repetitions",
      "requirements": "E.g. order that requests monthly lab tests, fulfillment is sought for 1.",
      "min": 0,
      "definition": "Indicates the number of times the requested action should occur.",
      "short": "How many times to repeat",
      "mapping": [ {
        "map": ".repeatNumber",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "positiveInt"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Task:daftask.fulfillment.repetitions",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.fulfillment.repetitions"
      },
      "isSummary": false
    }, {
      "path": "Task.fulfillment.period",
      "requirements": "E.g. order that authorizes 1 year's services.  Fulfillment is sought for next 3 months.",
      "min": 0,
      "definition": "Over what time-period is fulfillment sought.",
      "short": "Over what time-period is fulfillment sought",
      "mapping": [ {
        "map": ".effectiveTime(IVL)",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Period"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Task:daftask.fulfillment.period",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.fulfillment.period"
      },
      "isSummary": false
    }, {
      "path": "Task.fulfillment.recipients",
      "min": 0,
      "definition": "For requests that are targeted to more than on potential recipient/target, for whom is fulfillment sought?",
      "short": "For whom is fulfillment sought?",
      "mapping": [ {
        "map": ".participation[typeCode=SBJ].role",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Patient"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Group"
      }, {
        "code": "Reference",
        "profile": "http://hl7.org/fhir/StructureDefinition/Organization"
      } ],
      "mustSupport": true,
      "max": "*",
      "id": "Task:daftask.fulfillment.recipients",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Task.fulfillment.recipients"
      },
      "isSummary": false
    }, {
      "path": "Task.definition",
      "requirements": "Enables a formal definition of how he task is to be performed (e.g. using BPMN, BPEL, XPDL or other formal notation) to be associated with a task, enabling automation.",
      "min": 0,
      "definition": "A reference to a formal or informal definition of the task.  For example, a protocol, a step within a defined workflow definition, etc.",
      "short": "Task Definition",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=DEFN].target",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Task:daftask.definition",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Task.definition"
      },
      "isSummary": false
    }, {
      "path": "Task.input",
      "requirements": "Resources and data used to perform the task.  This data is used in the business logic of task execution, and is stored separately because it varies between workflows.",
      "min": 0,
      "definition": "Additional information that may be needed in the execution of the task.",
      "short": "Supporting information",
      "mapping": [ {
        "map": "???",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": true,
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
        "valueString": "Parameter"
      } ],
      "alias": [ "Supporting Information" ],
      "max": "*",
      "id": "Task:daftask.input",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Task.input"
      },
      "isSummary": false
    }, {
      "path": "Task.input.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Task:daftask.input.id",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Task.input.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Task:daftask.input.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Task.input.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "Task:daftask.input.modifierExtension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "path": "Task.input.type",
      "requirements": "Inputs are named to enable task automation to bind data and pass it from one task to the next.",
      "min": 1,
      "definition": "A code or description indicating how the input is intended to be used as part of the task execution.",
      "short": "Label for the input",
      "comments": "If referencing a BPMN workflow or Protocol, the \"system\" is the URL for the workflow definition and the code is the \"name\" of the required input.",
      "mapping": [ {
        "map": "???",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "example",
        "description": "Codes to identify types of input parameters.  These will typically be specific to a particular workflow.  E.g. \"Comparison source\", \"Applicable consent\", \"Concommitent Medications\", etc."
      },
      "alias": [ "Name" ],
      "max": "1",
      "id": "Task:daftask.input.type",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Task.input.type"
      },
      "isSummary": false
    }, {
      "path": "Task.input.value[x]",
      "min": 1,
      "definition": "The value of the input parameter as a basic type.",
      "short": "Input Value",
      "mapping": [ {
        "map": "???",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "base64Binary"
      }, {
        "code": "boolean"
      }, {
        "code": "code"
      }, {
        "code": "date"
      }, {
        "code": "dateTime"
      }, {
        "code": "decimal"
      }, {
        "code": "id"
      }, {
        "code": "instant"
      }, {
        "code": "integer"
      }, {
        "code": "markdown"
      }, {
        "code": "oid"
      }, {
        "code": "positiveInt"
      }, {
        "code": "string"
      }, {
        "code": "time"
      }, {
        "code": "unsignedInt"
      }, {
        "code": "uri"
      }, {
        "code": "Address"
      }, {
        "code": "Age"
      }, {
        "code": "Annotation"
      }, {
        "code": "Attachment"
      }, {
        "code": "CodeableConcept"
      }, {
        "code": "Coding"
      }, {
        "code": "ContactPoint"
      }, {
        "code": "Count"
      }, {
        "code": "Distance"
      }, {
        "code": "Duration"
      }, {
        "code": "HumanName"
      }, {
        "code": "Identifier"
      }, {
        "code": "Money"
      }, {
        "code": "Period"
      }, {
        "code": "Quantity"
      }, {
        "code": "Range"
      }, {
        "code": "Ratio"
      }, {
        "code": "Reference"
      }, {
        "code": "SampledData"
      }, {
        "code": "Signature"
      }, {
        "code": "Timing"
      }, {
        "code": "Meta"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Task:daftask.input.value[x]",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Task.input.value[x]"
      },
      "isSummary": false
    }, {
      "path": "Task.output",
      "requirements": "Resources and data produced during the execution the task.  This data is generated by the business logic of task execution, and is stored separately because it varies between workflows.",
      "min": 0,
      "definition": "Outputs produced by the Task.",
      "short": "Task Output",
      "mapping": [ {
        "map": "???",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": true,
      "max": "*",
      "id": "Task:daftask.output",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Task.output"
      },
      "isSummary": false
    }, {
      "path": "Task.output.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Task:daftask.output.id",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Task.output.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "Task:daftask.output.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Task.output.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "Task:daftask.output.modifierExtension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "path": "Task.output.type",
      "requirements": "Outputs are named to enable task automation to bind data and pass it from one task to the next.",
      "min": 1,
      "definition": "The name of the Output parameter.",
      "short": "Output Name",
      "mapping": [ {
        "map": "???",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "example",
        "description": "Codes to identify types of input parameters.  These will typically be specific to a particular workflow.  E.g. \"Identified issues\", \"Preliminary results\", \"Filler order\", \"Final results\", etc."
      },
      "alias": [ "Name" ],
      "max": "1",
      "id": "Task:daftask.output.type",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Task.output.type"
      },
      "isSummary": false
    }, {
      "path": "Task.output.value[x]",
      "requirements": "Task outputs can take any form.",
      "min": 1,
      "definition": "The value of the Output parameter as a basic type.",
      "short": "Output Value",
      "mapping": [ {
        "map": "???",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "base64Binary"
      }, {
        "code": "boolean"
      }, {
        "code": "code"
      }, {
        "code": "date"
      }, {
        "code": "dateTime"
      }, {
        "code": "decimal"
      }, {
        "code": "id"
      }, {
        "code": "instant"
      }, {
        "code": "integer"
      }, {
        "code": "markdown"
      }, {
        "code": "oid"
      }, {
        "code": "positiveInt"
      }, {
        "code": "string"
      }, {
        "code": "time"
      }, {
        "code": "unsignedInt"
      }, {
        "code": "uri"
      }, {
        "code": "Address"
      }, {
        "code": "Age"
      }, {
        "code": "Annotation"
      }, {
        "code": "Attachment"
      }, {
        "code": "CodeableConcept"
      }, {
        "code": "Coding"
      }, {
        "code": "ContactPoint"
      }, {
        "code": "Count"
      }, {
        "code": "Distance"
      }, {
        "code": "Duration"
      }, {
        "code": "HumanName"
      }, {
        "code": "Identifier"
      }, {
        "code": "Money"
      }, {
        "code": "Period"
      }, {
        "code": "Quantity"
      }, {
        "code": "Range"
      }, {
        "code": "Ratio"
      }, {
        "code": "Reference"
      }, {
        "code": "SampledData"
      }, {
        "code": "Signature"
      }, {
        "code": "Timing"
      }, {
        "code": "Meta"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "Task:daftask.output.value[x]",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Task.output.value[x]"
      },
      "isSummary": false
    } ]
  },
  "status": "draft",
  "id": "fb2fd8ba-42b4-4346-a711-c964323a89e0",
  "kind": "resource",
  "url": "http://hl7.org/fhir/us/daf/StructureDefinition/daf-task",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Task:daftask",
      "name": "DAFTask",
      "path": "Task",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "Task:daftask.identifier",
      "max": "1",
      "min": 1,
      "path": "Task.identifier",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.requisition",
      "max": "1",
      "min": 0,
      "path": "Task.requisition",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.parent",
      "max": "*",
      "min": 0,
      "path": "Task.parent",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.status",
      "max": "1",
      "min": 1,
      "path": "Task.status",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.code",
      "max": "1",
      "min": 0,
      "path": "Task.code",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.priority",
      "max": "1",
      "min": 0,
      "path": "Task.priority",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.description",
      "max": "1",
      "min": 0,
      "path": "Task.description",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.created",
      "max": "1",
      "min": 1,
      "path": "Task.created",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.lastModified",
      "max": "1",
      "min": 1,
      "path": "Task.lastModified",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.requester",
      "max": "1",
      "min": 1,
      "path": "Task.requester",
      "alias": [ "Initiator", "Author" ],
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.owner",
      "max": "1",
      "min": 0,
      "path": "Task.owner",
      "alias": [ "Performer", "Executer" ],
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.reason",
      "max": "1",
      "min": 0,
      "path": "Task.reason",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.note",
      "max": "*",
      "min": 0,
      "path": "Task.note",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.fulfillment",
      "max": "1",
      "min": 0,
      "path": "Task.fulfillment",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.fulfillment.repetitions",
      "max": "1",
      "min": 0,
      "path": "Task.fulfillment.repetitions",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.fulfillment.period",
      "max": "1",
      "min": 0,
      "path": "Task.fulfillment.period",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.fulfillment.recipients",
      "max": "*",
      "min": 0,
      "path": "Task.fulfillment.recipients",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.definition",
      "max": "1",
      "min": 0,
      "path": "Task.definition",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.input",
      "max": "*",
      "min": 0,
      "path": "Task.input",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.input.type",
      "max": "1",
      "min": 1,
      "path": "Task.input.type",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.input.value[x]",
      "max": "1",
      "min": 1,
      "path": "Task.input.value[x]",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.output",
      "max": "*",
      "min": 0,
      "path": "Task.output",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.output.type",
      "max": "1",
      "min": 1,
      "path": "Task.output.type",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "Task:daftask.output.value[x]",
      "max": "1",
      "min": 1,
      "path": "Task.output.value[x]",
      "isSummary": false,
      "isModifier": false,
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://www.healthit.gov",
      "system": "other"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task"
}