FHIR Chat · Dependents Under Age of Majority/Age of Consent · implementers

Stream: implementers

Topic: Dependents Under Age of Majority/Age of Consent


view this post on Zulip Kate Dech (Jan 18 2022 at 23:18):

Have any other implementers defined security or privacy tags for either Patient or Coverage to denote that a dependent is either over- or under-the-age-of-majority (also known as the age of consent)? These age limits vary by state of residence and occasionally by contract situs. When a dependent is underage, the Cardholder automatically has access to that dependent. But upon reaching the Age of Majority, that automatic access is shut off and the dependent must supply their own consent to let others have access to their data. We are looking for ideas on how to denote the current over-age or under-age designation of a patient. I don't see anything obvious in the meta.security codes for this. That's where are thinking we could add this (always with the patient). Curious if other entities have addressed this? Thanks for any feedback!

view this post on Zulip Lloyd McKenzie (Jan 19 2022 at 05:34):

This is something you typically wouldn't want to put in meta.security because it's not a "static" statement. They might be under age today and hit majority tomorrow - and you can't reasonably update every record about the patient everywhere they're stored when the date ticks across to midnight. So to enforce rules like this, you'd generally retrieve the Patient record associated with whatever other records you're interested and check the date-of-birth (and addresses) of the patient to determine what set of rules applies.

view this post on Zulip Kate Dech (Jan 19 2022 at 14:24):

Thanks @Lloyd McKenzie. What we would prefer (as the payer/implementer-serving-the-resources) is to be the authority of what is or isn't over or under-age, because of the variability of rules (rather than having the clients have to determine this themselves). The other thing that we are looking into is an additional relationship code within coverage. We understand that the value is point-in-time...at the time we surface up the coverage/patient, they are underage.

view this post on Zulip Lloyd McKenzie (Jan 20 2022 at 04:01):

You can be the authority when you're providing data, but you can't (or shouldn't) set a permanent flag on the record based on its state today that downstream systems would have to comply with when the assertion you're making is a temporally dependent one.


Last updated: Apr 12 2022 at 19:14 UTC