IGUHealth
    Preparing search index...
    interface AccessPolicyAccessFhirParameter {
        _name?: Element;
        _value?: Element;
        name: code;
        value: string;
    }
    Index

    Properties

    _name?: Element

    The name of the FHIR parameter.

    _value?: Element

    The value of the FHIR parameter.

    name: code

    The name of the FHIR parameter.

    value: string

    The value of the FHIR parameter.