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"
    )[];
    organizationType?: | "general-practitioner"
    | "health-center"
    | "hospital"
    | "private-treatment-center"
    | "specialist-centre"
    | "radiotherapy-center"
    | "dialysis-center"
    | "obstetrics-and-maternity-care"
    | "mental-health-care"
    | "youth-health-care"
    | "psychology-and-psychotherapy"
    | "nursing-and-care-homes-and-home-care"
    | "disability-care"
    | "mentally-disabled-care"
    | "daycare-centers"
    | "rehabilitation-center"
    | "pharmacy"
    | "audiological-center"
    | "medical-aids"
    | "physiotherapy"
    | "protected-and-supported-living"
    | "dentist"
    | "ambulance"
    | "health-insurers";
}

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 filter sources by

organizationType?:
    | "general-practitioner"
    | "health-center"
    | "hospital"
    | "private-treatment-center"
    | "specialist-centre"
    | "radiotherapy-center"
    | "dialysis-center"
    | "obstetrics-and-maternity-care"
    | "mental-health-care"
    | "youth-health-care"
    | "psychology-and-psychotherapy"
    | "nursing-and-care-homes-and-home-care"
    | "disability-care"
    | "mentally-disabled-care"
    | "daycare-centers"
    | "rehabilitation-center"
    | "pharmacy"
    | "audiological-center"
    | "medical-aids"
    | "physiotherapy"
    | "protected-and-supported-living"
    | "dentist"
    | "ambulance"
    | "health-insurers"

Organization type to filter sources by

MMNEPVFCICPMFPCPTTAAATR