securityLabel property

List<CodeableConcept>? securityLabel
inherited

securityLabel A set of Security-Tag codes specifying the level of privacy/security of the Document. Note that DocumentReference.meta.security contains the security labels of the "reference" to the document, while DocumentReference.securityLabel contains a snapshot of the security labels on the document the reference refers to.

Implementation

List<CodeableConcept>? get securityLabel =>
    throw _privateConstructorUsedError;