Encrypted Coverage.subscriberId

Our clients send subscriber id as encrypted, but there’s nothing in this base FHIR element to indicate that it’s encrypted. Has anyone experienced this before and how did they implement?

If you need to send an encrypted value, it’s generally best to omit the ‘value’ property and send an extension containing the encrypted value.

Thanks for the quick response!