ЕСОЗ - публічна документація

RC_(CSI-2625) Create Care plan

Зміни стосуються розділу “Validate Care plan“, підрозділу “7. Period“:

 

7. Period

Validate value in the field $.period, required.

  • Check $.period.start:

    • if encounter with ‘date’ check $.period.start >= encounter.date

      • in case of error - return 422 ('Care plan start date must be greater than Encounter start date')

    • if encounter with ‘period’ check $.period.start >= encounter.period.start

      • in case of error - return 422 ('Care plan start date must be greater than Encounter period start')

  • Check that $.period.end >= $.period.start

    • in case of error - return 422 ('End date must be greater than or equal the start date')

ЕСОЗ - публічна документація