{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-12-17T13:36:09.196+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/MyConsent",
  "name": "MyConsent",
  "status": "draft",
  "date": "2018-12-17T13:36:09.0112928+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Consent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Consent.category",
        "path": "Consent.category",
        "mustSupport": true
      },
      {
        "id": "Consent.patient",
        "path": "Consent.patient",
        "mustSupport": true
      },
      {
        "id": "Consent.consentingParty",
        "path": "Consent.consentingParty",
        "definition": "Either the Grantor, which is the entity responsible for granting the rights listed in a Consent Directive or the Grantee, which is the entity responsible for complying with the Consent Directive, including any obligations or limitations on authorizations and enforcement of prohibitions\r\nLegal Guardian for young and elderly",
        "mustSupport": true
      },
      {
        "id": "Consent.actor",
        "path": "Consent.actor",
        "definition": "An entity that is the primary or sole author of information content"
      }
    ]
  }
}