{
  "resourceType" : "Task",
  "id" : "event-ci-scenario5",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-questionnairetask",
    "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-task"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task event-ci-scenario5</b></p><a name=\"event-ci-scenario5\"> </a><a name=\"hcevent-ci-scenario5\"> </a><a name=\"event-ci-scenario5-en-US\"> </a><p><b>instantiatesCanonical</b>: <a href=\"ActivityDefinition-activity-example-collectinformation-ad.html\">Activity Example Collect Information AD</a></p><p><b>basedOn</b>: <a href=\"Task-request-ci-scenario5.html\">Task Collect information</a></p><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></p><p><b>for</b>: <a href=\"Patient-ci-scenario5-patient.html\">Example Patient Female, DoB: 1990-10-01</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></td><td><a href=\"Questionnaire-activity-example-collectinformation-questionnaire.html\">Activity Example Collect Information Questionnaire</a></td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></td><td><a href=\"QuestionnaireResponse-ci-scenario5.html\">Response to Questionnaire '-&gt;Activity Example Collect Information Questionnaire' about '-&gt;Example Patient Female, DoB: 1990-10-01'</a></td></tr></table></div>"
  },
  "instantiatesCanonical" : "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-collectinformation-ad",
  "basedOn" : [{
    "reference" : "Task/request-ci-scenario5"
  }],
  "status" : "completed",
  "intent" : "order",
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
      "code" : "collect-information",
      "display" : "Collect information"
    }]
  },
  "for" : {
    "reference" : "Patient/ci-scenario5-patient"
  },
  "input" : [{
    "type" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code" : "collect-information",
        "display" : "Collect information"
      }]
    },
    "valueCanonical" : "http://example.org/Questionnaire/activity-example-collectinformation-questionnaire"
  }],
  "output" : [{
    "type" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs",
        "code" : "collect-information",
        "display" : "Collect information"
      }]
    },
    "valueReference" : {
      "reference" : "QuestionnaireResponse/ci-scenario5"
    }
  }]
}