{

"resourceType": "ActivityDefinition",
"id": "provide-mosquito-prevention-advice",
"url": "http://example.org/ActivityDefinition/provide-mosquito-prevention-advice",
"status": "draft",
"description": "Provide mosquito prevention advice",
"relatedArtifact": [
  {
    "type": "documentation",
    "display": "Advice for patients about how to avoid Mosquito bites.",
    "url": "http://www.cdc.gov/zika/prevention/index.html"
  },
  {
    "type": "documentation",
    "display": "Advice for patients about which mosquito repellents are effective and safe to use in pregnancy. [DEET, IF3535 and Picardin are safe during]",
    "url": "https://www.epa.gov/insect-repellents/find-insect-repellent-right-you"
  }
],
"library": [
  "Library/zika-virus-intervention-logic"
],
"kind": "CommunicationRequest",
"code": {
  "text": "Provide Mosquito Prevention Advice"
},
"timingTiming": {
  "_event": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/cqf-expression",
          "valueExpression": {
            "language": "text/cql",
            "expression": "Now()"
          }
        }
      ]
    }
  ]
},
"participant": [
  {
    "type": "practitioner"
  }
]

}