{

"resourceType": "Consent",
"id": "consent-example-basic",
"status": "active",
"scope": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/consentscope",
      "code": "patient-privacy"
    }
  ]
},
"category": [
  {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "59284-0"
      }
    ]
  }
],
"patient": {
  "reference": "Patient/f001",
  "display": "P. van de Heuvel"
},
"dateTime": "2016-05-11",
"organization": [
  {
    "reference": "Organization/f001"
  }
],
"sourceAttachment": {
  "title": "The terms of the consent in lawyer speak."
},
"policyRule": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code": "OPTIN"
    }
  ]
},
"provision": {
  "period": {
    "start": "1964-01-01",
    "end": "2016-01-01"
  }
},
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}