# Functions
ActorsFrom extracts the consent actors from some fhir json.
CustodianFrom extracts the organization from a given Consent json jsonq source.
DataClassesFrom extracts the consent provision classes from some fhir json, replaces ResourcesFrom It combines the system and code field to a single string using the correct divider (: or #) based on the type of system.
NewValidatorClient returns the default Validator client, either a Local- or RemoteClient.
PeriodFrom returns a tuple of time pointers (validFrom, validTo) extracted from FHIR where the validTo may be nil.
ResourcesFrom extracts the consent resources from some fhir json, deprecated, replaced by DataClassesFrom.
SubjectFrom extracts the patient from a given Consent json jsonq source.
ValidatorInstance returns the singleton Validator.
No description provided by the author
# Interfaces
ValidatorClient is the main interface for the Validator.
# Type aliases
Identifier is a synonym for string.