interface SourcesScope {
    dataType?: (
        | "medication-information"
        | "laboratory-results"
        | "appointments"
        | "patient-summary-hospital-data"
        | "gp-data"
        | "mental-health-patient-summary"
        | "documents"
        | "measurements-vital-signs"
        | "allergy-intolerances"
        | "images"
        | "medication-related-intolerances"
        | "referral-to-questionnaire"
        | "questionnaire-response"
        | "longterm-healthcare-patient-summary"
        | "patient-corrections-request"
        | "vaccinations"
        | "integral-birth-care-process"
    )[];
}

Properties

Properties

dataType?: (
    | "medication-information"
    | "laboratory-results"
    | "appointments"
    | "patient-summary-hospital-data"
    | "gp-data"
    | "mental-health-patient-summary"
    | "documents"
    | "measurements-vital-signs"
    | "allergy-intolerances"
    | "images"
    | "medication-related-intolerances"
    | "referral-to-questionnaire"
    | "questionnaire-response"
    | "longterm-healthcare-patient-summary"
    | "patient-corrections-request"
    | "vaccinations"
    | "integral-birth-care-process"
)[]

Data type to be filter sources by