IGUHealth
    Preparing search index...
    interface AccessPolicyAccessFhir {
        _method?: Element;
        _resourceType?: Element[];
        method: code;
        parameter?: AccessPolicyAccessFhirParameter[];
        resourceType?: code[];
    }
    Index

    Properties

    _method?: Element

    The FHIR Method that is evaluated to determine if access is granted or denied.

    _resourceType?: Element[]

    FHIR resource types that are granted access.

    method: code

    The FHIR Method that is evaluated to determine if access is granted or denied.

    FHIR Parameters that are evaluated to determine if access is granted or denied.

    resourceType?: code[]

    FHIR resource types that are granted access.