{
  "resourceType": "StructureDefinition",
  "url": "http://rosetta.careevolution.com/fhir/StructureDefinition/ce-task",
  "name": "Task",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Task.identifier",
        "path": "Task.identifier",
        "mustSupport": true
      },
      {
        "id": "Task.instantiatesCanonical",
        "path": "Task.instantiatesCanonical",
        "mustSupport": true
      },
      {
        "id": "Task.instantiatesUri",
        "path": "Task.instantiatesUri",
        "mustSupport": true
      },
      {
        "id": "Task.basedOn",
        "path": "Task.basedOn",
        "mustSupport": true
      },
      {
        "id": "Task.groupIdentifier",
        "path": "Task.groupIdentifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://rosetta.careevolution.com/fhir/StructureDefinition/ce-identifier"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Task.partOf",
        "path": "Task.partOf",
        "mustSupport": true
      },
      {
        "id": "Task.status",
        "path": "Task.status",
        "mustSupport": true
      },
      {
        "id": "Task.statusReason",
        "path": "Task.statusReason",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://rosetta.careevolution.com/fhir/StructureDefinition/ce-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Task.businessStatus",
        "path": "Task.businessStatus",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://rosetta.careevolution.com/fhir/StructureDefinition/ce-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Task.intent",
        "path": "Task.intent",
        "mustSupport": true
      },
      {
        "id": "Task.priority",
        "path": "Task.priority",
        "mustSupport": true
      },
      {
        "id": "Task.code",
        "path": "Task.code",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://rosetta.careevolution.com/fhir/StructureDefinition/ce-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Task.description",
        "path": "Task.description",
        "mustSupport": true
      },
      {
        "id": "Task.focus",
        "path": "Task.focus",
        "mustSupport": true
      },
      {
        "id": "Task.for",
        "path": "Task.for",
        "mustSupport": true
      },
      {
        "id": "Task.encounter",
        "path": "Task.encounter",
        "mustSupport": true
      },
      {
        "id": "Task.executionPeriod",
        "path": "Task.executionPeriod",
        "mustSupport": true
      },
      {
        "id": "Task.authoredOn",
        "path": "Task.authoredOn",
        "mustSupport": true
      },
      {
        "id": "Task.lastModified",
        "path": "Task.lastModified",
        "mustSupport": true
      },
      {
        "id": "Task.requester",
        "path": "Task.requester",
        "mustSupport": true
      },
      {
        "id": "Task.performerType",
        "path": "Task.performerType",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://rosetta.careevolution.com/fhir/StructureDefinition/ce-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Task.owner",
        "path": "Task.owner",
        "mustSupport": true
      },
      {
        "id": "Task.location",
        "path": "Task.location",
        "mustSupport": true
      },
      {
        "id": "Task.reasonCode",
        "path": "Task.reasonCode",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://rosetta.careevolution.com/fhir/StructureDefinition/ce-codeableconcept"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Task.reasonReference",
        "path": "Task.reasonReference",
        "mustSupport": true
      },
      {
        "id": "Task.insurance",
        "path": "Task.insurance",
        "mustSupport": true
      },
      {
        "id": "Task.note",
        "path": "Task.note",
        "mustSupport": true
      },
      {
        "id": "Task.relevantHistory",
        "path": "Task.relevantHistory",
        "mustSupport": true
      },
      {
        "id": "Task.restriction",
        "path": "Task.restriction",
        "mustSupport": true
      },
      {
        "id": "Task.input",
        "path": "Task.input",
        "mustSupport": true
      },
      {
        "id": "Task.output",
        "path": "Task.output",
        "mustSupport": true
      }
    ]
  }
}