Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Allowed providing conditions for each legal entity type

...

Variable

Value

Comment

HEALTHCARE_SERVICE_LEGAL_ENTITIES_ALLOWED_TYPES

Values that matches with dictionary LEGAL_ENTITY_TYPE_V2

ExampleValues: “PRIMARY_CARE,OUTPATIENT,EMERGENCY,PHARMACY”

Legal entity types where healthcare service creating is allowed. Legal entity types should match with LEGAL_ENTITY_TYPE_V2 dictionary.

HEALTHCARE_SERVICE_PRIMARY_CARE_CATEGORIES

Values that matches with dictionary HEALTHCARE_SERVICE_CATEGORIES

ExampleValues: “MSP”

Allowed healthcare service categories for legal entity with type PRIMARY_CARE. Healthcare service categories should match with HEALTHCARE_SERVICE_CATEGORIES dictionary.

HEALTHCARE_SERVICE_OUTPATIENT_CATEGORIES

Values that matches with dictionary HEALTHCARE_SERVICE_CATEGORIES

Example: “MSP”Values: “MSP,PHARMACY_DRUGS

Allowed healthcare service categories for legal entity with type OUTPATIENT. Healthcare service categories should match with HEALTHCARE_SERVICE_CATEGORIES dictionary.

HEALTHCARE_SERVICE_EMERGENCY_CATEGORIES

Values that matches with dictionary HEALTHCARE_SERVICE_CATEGORIES

ExampleValues: “MSP”

Allowed healthcare service categories for legal entity with type EMERGENCY. Healthcare service categories should match with HEALTHCARE_SERVICE_CATEGORIES dictionary.

HEALTHCARE_SERVICE_PHARMACY_CATEGORIES

Values that matches with dictionary HEALTHCARE_SERVICE_CATEGORIES

ExampleValues: “PHARMACY,PHARMACY_DRUGS”

Allowed healthcare service categories for legal entity with type PHARMACY. Healthcare service categories should match with HEALTHCARE_SERVICE_CATEGORIES dictionary.

HEALTHCARE_SERVICE_PHARMACY_LICENSE_TYPE

Values that matches with dictionary LICENSE_TYPE

ExampleValues: “PHARMACY”

License type that is needed to create healthcare service with category PHARMACY. License type should match with LICENSE_TYPE dictionary.

If variable is defined, but has empty value - license is not needed for category.

HEALTHCARE_SERVICE_MSP_LICENSE_TYPE

Values that matches with dictionary LICENSE_TYPE

ExampleValues: “MSP”

License type that is needed to create healthcare service with category MSP. License type should match with LICENSE_TYPE dictionary.

If variable is defined, but has empty value - license is not needed for category.

HEALTHCARE_SERVICE_PHARMACY_DRUGS_LICENSE_TYPE

Values that matches with dictionary LICENSE_TYPE

ExampleValues: “PHARMACY_DRUGS”

License type that is needed to create healthcare service with category PHARMACY_DRUGS. License type should match with LICENSE_TYPE dictionary.

If variable is defined, but has empty value - license is not needed for category.

HEALTHCARE_SERVICE_TYPE_FIELD_REQUIRED_FOR_CATEGORIES

Values that matches with dictionary HEALTHCARE_SERVICE_CATEGORIES

ExampleValues: “PHARMACY_DRUGS”

Healthcare service category where type field is required. Healthcare service categories should match with HEALTHCARE_SERVICE_CATEGORIES dictionary.

HEALTHCARE_SERVICE_SPECIALITY_TYPE_FIELD_REQUIRED_FOR_CATEGORIES

Values that matches with dictionary HEALTHCARE_SERVICE_CATEGORIES

ExampleValues: “MSP”

Healthcare service category where speciality_type field is required. Healthcare service categories should match with HEALTHCARE_SERVICE_CATEGORIES dictionary.

...