{
  "resourceType": "Consent",
  "id": "consent-soa-1",
  "meta": {
    "profile": [
      "http://clinicalsite.org/fhir/StructureDefinition/consent-soa"
    ]
  },
  "status": "draft",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/consentcategorycodes",
          "code": "RESEARCH"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/patient-soa-1"
  },
  "dateTime": "2017-12-07",
  "policy": [
    {
      "uri": "http://clinicalsite.org/consent-policy-dummy-url.html"
    }
  ]
}