{
  "resourceType": "StructureDefinition",
  "id": "my-consent",
  "url": "http://example.org/StructureDefinition/my-consent",
  "version": "1.0.0",
  "name": "MyConsent",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Consent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Consent.provision.type",
        "path": "Consent.provision.type",
        "min": 1,
        "fixedCode": "deny"
      },
      {
        "id": "Consent.provision.provision",
        "path": "Consent.provision.provision",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Consent.provision.provision.type",
        "path": "Consent.provision.provision.type",
        "fixedCode": "permit"
      }
    ]
  }
}