John Moehrke Consent About AI
0.1.0 - ci-build International flag

John Moehrke Consent About AI, published by John Moehrke (Moehrke Research LLC). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/ConsentAboutAI/ and changes regularly. See the Directory of published versions

Example Consent: Consent with all kinds of Provisions

Consent that includes provisions using the various AI mechanisms along with normal TPO.

This consent

  1. permits the patient's care team to have full access
  2. permits TPO purposes to have access to Normal data, but not sensitive dta
  3. permits ML training purposes to have access to Normal de-identified data, but not sensitive data

Given that FHIR R4 Consent has only ONE root level provision, we need to extra deep nesting:

Provisions

  • Permit all the purposes
    • deny ML training for sensitive data
      • permit ML training for de-identified data
    • deny TPO – just so we can skip to a permit
      • permit TPO for normal confidentiality
      • permit TPO for the care team for sensitive data

Profile: Consent with use of the Limits extension

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

Participants

RoleDetails
Who the consent applies toPatientJohn Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)
Who is agreeing to the policy and rulesPartyhttp://example.org/organizations/ex-organization

This consent is made under the policy http://example.org/consent-policies#ml-training-consent-policy .

RuleWhoWhatdoco
.. permit
... permit
.... deny
..... permit
.... deny
..... permit
..... permit

doco Documentation for this format