{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2022-01-22T01:58:21.097+00:00"
  },
  "url": "https://example.org/fhir/StructureDefinition/EndoProcedureConsent",
  "name": "EndoProcedureConsent",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Consent",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Consent",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Consent.patient",
        "path": "Consent.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://example.org/fhir/StructureDefinition/EndoPatient"
            ]
          }
        ]
      }
    ]
  }
}