Note |
---|
Info |
REST API method / Метод REST API (настанова) Сторінка знаходиться в процесі розробки. Інформація на ній може бути застарілою. |
Info |
---|
/wiki/spaces/EN/pages/17591304241 (remove the link block before publishing the document) |
Table of Contents |
---|
Properties of a REST API method document
Page Properties | ||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||
|
Purpose
This method allows to create Composition of all types and categories for a person/pre-person in eHealth.
...
Logic
...
Expand | ||
---|---|---|
| ||
MIS/Medical employee->Compositions: Create Composition POST/patients/composition |
Configuration parameters
...
Composition in FINAL status |
Configuration parameters
N/A
Dictionaries
eHealth/resources
Input parameters
Input parameter | Mandatory | Type | Description | Example | ||||||
---|---|---|---|---|---|---|---|---|---|---|
1 | composition_id | M | String ($uuid) (path) | Composition object ID | 89678f60-4cdc-4fe3-ae83-e8b3ebd35c59 | |||||
2 |
Request structure
See on SwaggerHub
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Headers
...
Key
...
Value
...
Mandatory
...
Description
...
Example
...
Content-Type
...
application/json
...
M
...
Тип контенту
...
Content-Type:application/json
...
Authorization
...
Bearer {token}
...
Перевірка користувача
...
Authorization:Bearer {token}
...
api-key
...
{secret}
...
...
Ключ шифрування
...
api-key: {secret}
...
|
Headers
Request data validation
Authorize
Check user scopes in order to perform this action (scope = 'composition:create')
return 401 (Unauthorized) in case of invalid scope(s)
Validation before createComposition task
Check dictionary in “system“ parameter for “category” attribute:
If value is not matched with value in EMAL_VALIDATION_CATEGORY_NEWBORN_SYSTEM or EMAL_VALIDATION_CATEGORY_DISABILITY_SYSTEM - return 1081 INVALID_NEWBORN_CATEGORY) or 1085 (INVALID_DISABILITY_CATEGORY)
Check for “category” attribute:
If value is not matched with value in EMAL_VALIDATION_CATEGORY_NEWBORN_CODES or EMAL_VALIDATION_CATEGORY_DISABILITY_CODES - return 1081 INVALID_NEWBORN_CATEGORY) or 1085 (INVALID_DISABILITY_CATEGORY)
Check “category” attribute for the need to specify the same values for the attributes subject and focus (subject.value == focus.value):
If values in “subject” and “focus” attributes conflict with the requirement in EMAL_VALIDATION_SUBJECT_FOCUS_REQUIRE_EQUALITY_BY_CATEGORY - return 1182 (SUBJECT_FOCUS_EQUALITY_REQUIRED)
Check “category” attribute for possibility to use extensions for such category:
If extensions are not allowed for this category in EMAL_VALIDATION_EXTENSION_ALLOWED_BY_CATEGORY (ExtensionByCategoryValidator) - return 1175 (INVALID_EXTENSION_FOR_CATEGORY)
Check dictionary in "system" parameter for "relatesTo" attribute (if it’s exist)(allowedIdentifierSystem):
If value is not matched with value in EMAL_VALIDATION_RELATES_TO_IDENTIFIER_ALLOWED_SYSTEM - return 1216 (CANT_CREATE_INVALID_RELATES_TO_IDENTIFIER_SYSTEM)
Check for “relatesTo.code” (allowedIdentifierCode):
If value is not matched with value in EMAL_VALIDATION_RELATES_TO_IDENTIFIER_ALLOWED_CODE - return 1215 (CANT_CREATE_INVALID_RELATES_TO_IDENTIFIER_CODE)
prechecks - Initial checks of request input data
Check for “encounter.value” attribute:
If another Composition with the same type and category in the "Final" status has the same encounter.value - return 1127 (FINAL_COMPOSITION_FOR_ENCOUNTER_ALREADY_EXISTS)
If “relatesTo” isn’t null:
For Newborn Composition:
Validate that replacement is enabled
In case of error (replacement isn’t enabled) - return 1181 (REPLACEMENT_FLOW_NOT_IMPLEMENTED_YET)
For Temporary Disability Composition:
If Composition.subject=person in current composition, Composition.subject = preperson in indicated composition in relatesTo.target.identifier and composition.status is FINAL, then the Refinement process is initiated
If Composition.status in indicated composition in relatesTo.target.identifier is ENTERED_IN_ERROR and replacement is enabled, then the Raplacement process is initiated
In case of error (replacement isn’t enabled) - return 1181 (REPLACEMENT_FLOW_NOT_IMPLEMENTED_YET)
in other cases - return 1160 (INVALID_REPLACEMENT_ARGUMENT)
For Newborn Composition:
Checking for an already created Composition for preperson (“subject” attribute) which are according such requirements: Composition.type is Newborn and Composition.status isn’t ENTERED_IN_ERROR:
In case of existing appropriate Compositions - return 1002 (COMPOSITION_ALREADY_EXISTS_FOR_SUBJECT)
If in item b. was initiated Replacement flow:
Checking the Composition.type in current Composition and Composition.type indicated in relatesTo.target.identifier
In case of difference - return 1146 (CANT_REPLACE_DIFFERENT_TYPE)
Check if the indicated Composition is last in the chain:
In case of error (indicated Composition isn’t last in the chain) - return 1153 (CANT_AMEND_IS_APPENDED)
Check if the indicated Composition has ENTERED_IN_ERROR status:
In case of error (indicated Composition hasn’t ENTERED_IN_ERROR status) - return 1148 (CANT_REPLACE_IS_APPENDED)
Check if the indicated Composition was canceled with Replacement’s reason
In case of right Replacement’s reason - check validity period of Composition according to the configuration parameter EMAL_FILTER_REPLACEMENT_CANCEL_TIMEOUT_NEWBORN. In case of error - return 1039 (INVALID_PERIOD)
In case of common cancelation reason - check validity period of Composition according to the configuration parameter EMAL_FILTER_PERIOD_START_NEWBORN. In case of error - return 1039 (INVALID_PERIOD)
For Temporary Disability Composition:
If in item b. was initiated Replacement flow:
Checking the Composition.type in current Composition and Composition.type indicated in relatesTo.target.identifier
In case of difference - return 1146 (CANT_REPLACE_DIFFERENT_TYPE)
Check if the indicated Composition is last in the chain:
In case of error (indicated Composition isn’t last in the chain) - return 1153 (CANT_AMEND_IS_APPENDED)
Check if the indicated Composition has ENTERED_IN_ERROR status:
In case of error (indicated Composition hasn’t ENTERED_IN_ERROR status) - return 1148 (CANT_REPLACE_IS_APPENDED)
Check if the indicated Composition was canceled with Replacement’s reason
In case of right Replacement’s reason - check validity period of Composition according to the configuration parameter EMAL_FILTER_REPLACEMENT_CANCEL_TIMEOUT_DISABILITY. In case of error - return 1039 (INVALID_PERIOD)
In case of common cancelation reason - check validity period of Composition according to the configuration parameter EMAL_FILTER_PERIOD_START_DISABILITY. In case of error - return 1039 (INVALID_PERIOD)
Check “event.period.start” attribute for the possibility to specify in the future:
If event.period.start is specified in the future and it's not PREGNANCY category - return 1039 (INVALID_PERIOD)
Check the time difference between the start date (event.period.start) and the task creation date:
If the difference is more than allowed - return 1040 (PERIOD_TOLERANCE_EXCEEDED)
Check for TREATMENT_VIOLATION_DATE extension:
If TREATMENT_VIOLATION_DATE is outside the period of incapacity (event.period.start - event.period.end) - return 1172 (TREATMENT_VIOLATION_DATE_OUT_OF_BOUNDS)
If in item a. wasn’t initiated Replacement flow:
In case of IS_FORCE_RENEW=true - the function completes it's execution and does not perform further checks
Check for IS_FOREIGN_TREATMENT extension:
If extension IS_FOREIGN_TREATMENT= true - checks 3 and 4 don’t perform
Check of maximum length of one link of a medical opinion (disabilitySingleSpanFilter)
In case of error - return 1039 (INVALID_PERIOD), 1031 (DURATION_SINGLE_PERIOD_TOO_LONG)
Check for event.period.start attribute (periodStartFilter)
In case of error - return 1039 (INVALID_PERIOD), 1040 (PERIOD_TOLERANCE_EXCEEDED)
Search for previous compositions with the same type and category as in the request, overlapping with the period of validity for this composition for at least 1 day
If previous compositions wasn’t found - the function completes it's execution
If previous compositions was found - check validity period of compositions
In case of error - return 1143 (NEW_START_DATE_IS_BEFORE_PREVIOUS_START_DATE), 1103(SAME_END_DATE_FOR_NEW_AND_EXISTING_COMPOSITION)
Check for the maximum total length of the validity period (disabilityTotalSpanFilter)
In case of error - return 1039 (INVALID_PERIOD), 1032 (DURATION_TOTAL_PERIOD_TOO_LONG)
Additional checks for PREGNANCY category:
If event.period.start <= taskCreated - the procedure begins to create a New Pregnancy Composition
Check for “relatesTo” attribute:
If it’s not null - return 1218 (NEW_PREGNANCY_COMPOSITION_CANT_HAVE_RELATIONSHIPS)
Check for the length of the period of incapacity:
If it’s not match with value in EMAL_VALIDATION_PREGNANCY_NEW_COMPOSITION_ALLOWED_PERIODS - return 1219 (NEW_PREGNANCY_COMPOSITION_INVALID_PERIOD)
Check for “event.period.start” attribute:
If event.period.start > taskCreated - return 1220 (NEW_PREGNANCY_COMPOSITION_INVALID_PERIOD_STARTS_IN_FUTURE)
If event.period.start > taskCreated - the procedure begins to create a Prolongation for Previous Pregnancy Composition (appendingPregnancyComposition)
Check the connections between the first and second Compositions (in “relatesTo” attribute) and check for “event.period.start” attribute in second Composition:
If event.period.start < taskCreated - return 1222 (PREGNANCY_COMPOSITION_CONTINUATION_INVALID_PERIOD_STARTS_IN_PAST)
Check for “event.period.start” attribute:
If Event.period.startTempDisabilityComposition2 isn’t equal to Event.period.endTemporaryDisabilityComposition1+1day - return 1223 (PREGNANCY_COMPOSITION_CONTINUATION_INVALID_PERIOD_WRT_PREVIOUS)
Check for the length of the period of incapacity for Prolongation Pregnancy Composition (appendedPregnancyAllowedPeriod):
If it’s not match with value in EMAL_VALIDATION_PREGNANCY_APPENDED_COMPOSITION_ALLOWED_PERIOD - return 1224 (PREGNANCY_COMPOSITION_CONTINUATION_INVALID_PERIOD_LENGTH)
Check for “relatesTo” attribute:
If relatesTo.code = appends and it’s not a first prolongation - return 1225 (PREGNANCY_COMPOSITION_DEPTH_EXCEEDED)
If “relatesTo.code” it’s not “appends“ - return 1221 (PREGNANCY_COMPOSITION_INVALID_RELATIONSHIP).
Encounter Processing - Receiving and processing medical records (Encounter)
Search for Encounter using the RPC call by ME service encounter_by_id
In case of error - return 1016 (ENCOUNTER_NOT_FOUND)
Check for Composition.author (CompositionAuthorFilter)
If Composition.author.value does not match with Encounter.performer.identier.value and Composition.author.type.coding does not match with Encounter.performer.identier.type.coding - return 1030 (INVALID_ENCOUNTER_PERFORMER)
Check for Encounter.type (EncounterTypeFilter)
If Encounter.status isn’t “finished" - return 1037 (INVALID_ENCOUNTER_STATUS)
If Encounter.type.code does not match with value in EMAL_FILTER_ENCOUNTER_TYPE_DISABILITY, EMAL_FILTER_ENCOUNTER_TYPE_NEWBORN - return 1038 (ENCOUNTER_TYPE_DISALLOWED_FOR_COMPOSITION_TYPE)
Check for Encounter.Diagnose(encounterDiagnosesFilter)
If no primary diagnosis was found - return 1034 (NO_PRIMARY_DIAGNOSIS)
If a few primary diagnosis was found - return 1035 (MULTIPLE_PRIMARY_DIAGNOSES)
Check for allowed values of Encounter.diagnoses[].code.code
In case of error - return 1036 (PRIMARY_DIAGNOSIS_NOT_ALLOWED)
Check for allowed Encounter.date (or Encounter.period.start)
If Encounter.date does not match with value in EMAL_VALIDATION_ENCOUNTER_MAX_AGE_DAYS_BY_CATEGORY - return 1183 (INVALID_ENCOUNTER_DATE)
Employee Processing - Receiving and processing Employee record (Composition.author)
Search and check for Composition.author by id in IL with method employee_by_id
In case of error - return 1015 (EMPLOYEE_NOT_FOUND)
Check for Author.speciality (doctorSpecialityFilter)
In case of error - return 1133 (NO_SPECIALIST_SPECIFIED), 1033 (DOCTOR_LACKS_SPECIALITY)
Check for Composition.author
If employee.status does not match with value in EMAL_VALIDATION_AUTHOR_ACTIVE_STATUS_VALUE - return 1165 (INVALID_AUTHOR_STATUS)
If employee.type does not match with value in EMAL_VALIDATION_AUTHOR_CATEGORIES_BY_TYPE - return 1166 (INVALID_AUTHOR_TYPE)
If employee.position does not match with value in EMAL_VALIDATION_AUTHOR_CATEGORIES_BY_POSITION - return 1167 (INVALID_AUTHOR_POSITION)
If specialist.specialities або doctor.specialities with speciality_officio=true does not match with value in EMAL_VALIDATION_AUTHOR_CATEGORIES_BY_SPECIALITY_OFFICIO - return 1168 (INVALID_AUTHOR_SPECIALITY_OFFICIAL)
If specialist.specialities or doctor.specialities with speciality_officio=false or null does not match with value in EMAL_VALIDATION_AUTHOR_CATEGORIES_BY_SPECIALITY - 1169 (INVALID_AUTHOR_SPECIALITY)
Division Processing - Receiving and processing Division record (Employee Division)
Check for Encounter.division
If Encounter.division does not match with value in EMAL_FILTER_DIVISION_REQUIREMENTS_DISABILITY, EMAL_FILTER_DIVISION_REQUIREMENTS_NEWBORN - return 1089 (DIVISION_IS_REQUIRED)
Search for Encounter.division by id in IL with method division_by_id
In case of error - return 1012 (DIVISION_ENTITY_NOT_FOUND)
Legal Entity Processing - Receiving and processing Legal Entity record (Employee Legal Entity)
Search for Legal Entity by id with RPC method legal_entity_by_id
In case of error - return 1011 (LEGAL_ENTITY_NOT_FOUND)
Check for Custodian
If legal_entity.type does not match with value in EMAL_VALIDATION_CUSTODIAN_CATEGORIES_BY_TYPE - return 1162 (INVALID_CUSTODIAN_TYPE)
If legal_entity.status does not match with value in EMAL_VALIDATION_CUSTODIAN_ALLOWED_STATUSES_DISABILITY and EMAL_VALIDATION_CUSTODIAN_ALLOWED_STATUSES_NEWBORN - return 1164 (STATUS_NOT_ALLOWED_FOR_CUSTODIAN)
Subject Processing - Receiving and processing Subject record
Getting a record about the Composition's patient by id with RPC method get_preperson_by_id if subject.type.coding.code = preperson or get_person_by_id if subject.type.coding.code = person and Composition.type is Temporary Disability
In case of error - return 1013 (BAD_SUBJECT_CODING), 1014 (SUBJECT_NOT_FOUND), 1112 (SUBJECT_IS_NOT_ACTIVE)
For Newborn Composition:
Check for preperson.birth_date
In case of error (date of birth of the patient is not indicated) - return 1113 (NO_SUBJECT_PREPERSON_BIRTH_DATE)
Check for Composition.event.period.start
If Composition.event.period.start does not match with preperson.birth_date - return 1115 (SUBJECT_PREPERSON_BIRTH_DATE_MISMATCH)
If preperson.gender is null - return 1114 (NO_SUBJECT_PREPERSON_GENDER)
Сheck for presence of age restrictions in the configuration parameter for the person
In case of error - return 1128 (AGE_NOT_ALLOWED)
Сhecks for subject:
If attribute subject.status is absent - return 1189 (INVALID_NEWBORN_SUBJECT_STATUS) or 1190 (INVALID_DISABILITY_SUBJECT_STATUS)
If subject.status does not match with value in EMAL_VALIDATION_SUBJECT_ALLOWED_STATUSES_BY_CATEGORY - return 1189 (INVALID_NEWBORN_SUBJECT_STATUS) or 1190 (INVALID_DISABILITY_SUBJECT_STATUS)
If subject.type.code does not match with value in EMAL_VALIDATION_SUBJECT_CATEGORIES_BY_TYPE - return 1188 (INVALID_DISABILITY_SUBJECT_CATEGORY)
If subject.type=preperson and IS_FOREIGN_TREATMENT extension is TRUE - return 1199 (FOREIGN_TREATMENT_FOR_SUBJECT_PREPERSON_NOT_ALLOWED)
Additional checks for subject.type=person:
Check for patient’s verification_status:
If verification_status does not match with value in EMAL_VALIDATION_SUBJECT_ALLOWED_VERIFICATION_STATUSES_BY_CATEGORY or it not specified - return 1192 (INVALID_DISABILITY_SUBJECT_VERIFICATION_STATUS)
Check for subject age
If age of the person does not match with value in EMAL_VALIDATION_SUBJECT_ALLOWED_AGES_BY_CATEGORY - return 1194 (INVALID_DISABILITY_SUBJECT_AGE)
Check for allowed patient’s documents:
If patient’s document not allowed in EMAL_VALIDATION_SUBJECT_DOCUMENTS_BY_CATEGORY - return 1196 (INVALID_DISABILITY_SUBJECT_DOCUMENTS)
Check for tax_id
In case of error - return 1198 (INVALID_DISABILITY_SUBJECT_TAX_ID)
Check for patient’s gender
If patient's gender not allowed in EMAL_VALIDATION_SUBJECT_GENDERS_BY_CATEGORY - return 1210 (INVALID_NEWBORN_SUBJECT_GENDER) or 1211 (INVALID_DISABILITY_SUBJECT_GENDER)
For Newborn Composition:
If subject.type.coding.code isn’t preperson - return 1082 (INVALID_NEWBORN_SUBJECT)
If date in “NEWBORN_BIRTH_DATE” does not match with value in preperson.birth_date - return 1173 (INVALID_NEWBORN_BIRTH_DATE_EXTENSION_VALUE)
If date in "NEWBORN_BIRTH_DATE" does not match with value in composition.event.perion.start - return 1173 (INVALID_NEWBORN_BIRTH_DATE_EXTENSION_VALUE)
If gender in "NEWBORN_SEX" does not match with value in preperson.gender - return 1174 (INVALID_NEWBORN_SEX_EXTENSION_VALUE)
Focus Processing - Receiving and processing Focus record
For Newborn Composition:
If focus.type.coding.code isn’t person - return BAD_FOCUS_CODING(1009)
Getting a record about the Composition's patient by id with RPC method get_preperson_by_id if focus.type.coding.code = preperson or get_person_by_id if focus.type.coding.code = person and Composition.type is Temporary Disability
In case of error - return 1009 (BAD_FOCUS_CODING), 1010 (FOCUS_NOT_FOUND), 1111 (FOCUS_IS_NOT_ACTIVE)
Getting a record about the Composition.focus’s authorization methods by id with RPC method get_auth_methods.
If authorization method is expired such method isn't not used
If specified authorization method wasn't found - return 1171 (FOCUS_AUTH_NOT_SPECIFIED)
Checks for “section.focus” attribute:
If focus.type.code does not match with value in EMAL_VALIDATION_FOCUS_CATEGORIES_BY_TYPE - return 1201 (INVALID_DISABILITY_FOCUS_CATEGORY)
If focus.status does not match with value in EMAL_VALIDATION_FOCUS_ALLOWED_STATUSES_BY_CATEGORY - return 1202 (INVALID_DISABILITY_FOCUS_STATUS) or 1203 (INVALID_NEWBORN_FOCUS_STATUS )
If focus.type=preperson and IS_FOREIGN_TREATMENT extension is TRUE - return 1214 (FOREIGN_TREATMENT_FOR_FOCUS_PREPERSON_NOT_ALLOWED)
Additional checks for focus.type=person:
Check for patient’s verification_status:
If verification_status does not match with value in EMAL_VALIDATION_FOCUS_ALLOWED_VERIFICATION_STATUSES_BY_CATEGORY or it doesn't specified - return 1204 (INVALID_NEWBORN_FOCUS_VERIFICATION_STATUS) or 1205 (INVALID_DISABILITY_FOCUS_VERIFICATION_STATUS)
Check for tax_id
In case of error - return 1138 (PERSON_HAS_NO_TAX_ID)
Check for focus document.type
If it is not match with value in EMAL_ERLN_CREATE_RECORD_JOB_DOCUMENT_TYPE_CODES - return 10916 (IDENTIFICATION_FAILED_DOCUMENT_ABSENT)
If focus.documen_type is not match with value in EMAL_VALIDATION_FOCUS_DOCUMENTS_BY_CATEGORY - return 1212 (INVALID_NEWBORN_FOCUS_DOCUMENTS) or 1213 (INVALID_DISABILITY_FOCUS_DOCUMENTS)
Check for focus.gender
If focus gender is not match with value in EMAL_VALIDATION_FOCUS_GENDERS_BY_CATEGORY or it's not specified - return 1208 (INVALID_NEWBORN_FOCUS_GENDER) or 1209 (INVALID_DISABILITY_FOCUS_GENDER)
Check for focus age
If age of the person is not match with value in EMAL_VALIDATION_FOCUS_ALLOWED_AGES_BY_CATEGORY - return 1206 (INVALID_NEWBORN_FOCUS_AGE) or 1207 (INVALID_DISABILITY_FOCUS_AGE)
For Rectification cases:
If the records of identified and unidentified patients are not combined - return 1155 (CANT_AMEND_NO_MERGE_PAIR)
getSmsPhoneNumber - Receiving phone number for sending SMS about creation of composition
This procedure is performed if extension “AUTHORIZE_WITH” was specified in the request. In other cases, the procedure is not performed
search for a person's authorization method by RPC call to the MPI service get_auth_method
If phone number was found - this number is saving for future SMS sending
If phone number wasn't found - return 1017 (PHONE_NOT_FOUND)
Saving the record of the Сomposition into database
Task status updating in DONE
Processing
Validation before createComposition task
Prechecks - Initial checks of request input data
Encounter Processing - Receiving and processing medical records (Encounter)
Employee Processing - Receiving and processing Employee record (Composition.author)
Division Processing - Receiving and processing Division record (Employee Division)
Legal Entity Processing - Receiving and processing Legal Entity record (Employee Legal Entity)
Subject Processing - Receiving and processing Subject record
Focus Processing - Receiving and processing Focus record
getSmsPhoneNumber - Receiving phone number for sending SMS about creation of composition
Saving the record of the Сomposition into database
Task status updating in DONE
Response structure examples
See on SwaggerHub
Expand | |||||
---|---|---|---|---|---|
| |||||
|
HTTP status codes
Response code | HTTP Status code | Message | Internal name | Description | |
---|---|---|---|---|---|
1 | Базові | ||||
2 | 200 | In case of successful creation of the task for creation Composition creation | |||
3 | |||||
4 | |||||
5 | 1002 | COMPOSITION_ALREADY_EXISTS_FOR_SUBJECT | |||
6 | 1009 | BAD_FOCUS_CODING | |||
7 | 1011 | LEGAL_ENTITY_NOT_FOUND | |||
8 | 1012 | DIVISION_ENTITY_NOT_FOUND | |||
9 | 1013 | BAD_SUBJECT_CODING | |||
10 | 1014 | SUBJECT_NOT_FOUND | |||
11 | 1015 | EMPLOYEE_NOT_FOUND | |||
12 | 1016 | ENCOUNTER_NOT_FOUND | |||
13 | 1017 | PHONE_NOT_FOUND | |||
14 | 1081 | INVALID_NEWBORN_CATEGORY | |||
15 | 1030 | INVALID_ENCOUNTER_PERFORMER | |||
16 | 1031 | DURATION_SINGLE_PERIOD_TOO_LONG | |||
17 | 1032 | DURATION_TOTAL_PERIOD_TOO_LONG | |||
18 | 1033 | DOCTOR_LACKS_SPECIALITY | |||
19 | 1034 | NO_PRIMARY_DIAGNOSIS | |||
20 | 1035 | MULTIPLE_PRIMARY_DIAGNOSES | |||
21 | 1036 | PRIMARY_DIAGNOSIS_NOT_ALLOWED | |||
22 | 1037 | INVALID_ENCOUNTER_STATUS | |||
23 | 1038 | ENCOUNTER_TYPE_DISALLOWED_FOR_COMPOSITION_TYPE | |||
24 | 1039 | INVALID_PERIOD | |||
25 | 1040 | PERIOD_TOLERANCE_EXCEEDED | |||
26 | 1082 | INVALID_NEWBORN_SUBJECT | |||
27 | 1085 | INVALID_DISABILITY_CATEGORY | |||
28 | 1089 | DIVISION_IS_REQUIRED | |||
29 | 1103 | SAME_END_DATE_FOR_NEW_AND_EXISTING_COMPOSITION | |||
30 | 1111 | FOCUS_IS_NOT_ACTIVE | |||
31 | 1112 | SUBJECT_IS_NOT_ACTIVE | |||
32 | 1113 | NO_SUBJECT_PREPERSON_BIRTH_DATE | |||
33 | 1114 | NO_SUBJECT_PREPERSON_GENDER | |||
34 | 1115 | SUBJECT_PREPERSON_BIRTH_DATE_MISMATCH | |||
35 | 1127 | FINAL_COMPOSITION_FOR_ENCOUNTER_ALREADY_EXISTS | |||
36 | 1128 | AGE_NOT_ALLOWED | |||
37 | 1133 | NO_SPECIALIST_SPECIFIED | |||
38 | 1138 | PERSON_HAS_NO_TAX_ID | |||
39 | 1143 | NEW_START_DATE_IS_BEFORE_PREVIOUS_START_DATE | |||
40 | 1146 | CANT_REPLACE_DIFFERENT_TYPE | |||
41 | 1148 | CANT_REPLACE_IS_APPENDED | |||
42 | 1153 | CANT_AMEND_IS_APPENDED | |||
43 | 1155 | CANT_AMEND_NO_MERGE_PAIR | |||
44 | 1160 | INVALID_REPLACEMENT_ARGUMENT | |||
45 | 1162 | INVALID_CUSTODIAN_TYPE | |||
46 | 1164 | STATUS_NOT_ALLOWED_FOR_CUSTODIAN | |||
47 | 1165 | INVALID_AUTHOR_STATUS | |||
48 | 1166 | INVALID_AUTHOR_TYPE | |||
49 | 1167 | INVALID_AUTHOR_POSITION | |||
50 | 1168 | INVALID_AUTHOR_SPECIALITY_OFFICIAL | |||
51 | 1169 | INVALID_AUTHOR_SPECIALITY | |||
52 | 1171 | FOCUS_AUTH_NOT_SPECIFIED | |||
53 | 1172 | TREATMENT_VIOLATION_DATE_OUT_OF_BOUNDS | |||
54 | 1173 | INVALID_NEWBORN_BIRTH_DATE_EXTENSION_VALUE | |||
55 | 1174 | INVALID_NEWBORN_SEX_EXTENSION_VALUE | |||
56 | 1175 | INVALID_EXTENSION_FOR_CATEGORY | |||
57 | 1181 | REPLACEMENT_FLOW_NOT_IMPLEMENTED_YET | |||
58 | 1182 | SUBJECT_FOCUS_EQUALITY_REQUIRED | |||
59 | 1183 | INVALID_ENCOUNTER_DATE | |||
60 | 1188 | INVALID_DISABILITY_SUBJECT_CATEGORY | |||
61 | 1189 | INVALID_NEWBORN_SUBJECT_STATUS | |||
62 | 1190 | INVALID_DISABILITY_SUBJECT_STATUS | |||
63 | 1192 | INVALID_DISABILITY_SUBJECT_VERIFICATION_STATUS | |||
64 | 1194 | INVALID_DISABILITY_SUBJECT_AGE | |||
65 | 1196 | INVALID_DISABILITY_SUBJECT_DOCUMENTS | |||
66 | 1198 | INVALID_DISABILITY_SUBJECT_TAX_ID | |||
67 | 1199 | FOREIGN_TREATMENT_FOR_SUBJECT_PREPERSON_NOT_ALLOWED | |||
68 | 1201 | INVALID_DISABILITY_FOCUS_CATEGORY | |||
69 | 1202 | INVALID_DISABILITY_FOCUS_STATUS | |||
70 | 1203 | INVALID_NEWBORN_FOCUS_STATUS | |||
71 | 1204 | (INVALID_NEWBORN_FOCUS_VERIFICATION_STATUS | |||
72 | 1205 | INVALID_DISABILITY_FOCUS_VERIFICATION_STATUS | |||
73 | 1206 | INVALID_NEWBORN_FOCUS_AGE | |||
74 | 1207 | INVALID_DISABILITY_FOCUS_AGE | |||
75 | 1208 | INVALID_NEWBORN_FOCUS_GENDER | |||
76 | 1209 | INVALID_DISABILITY_FOCUS_GENDER | |||
77 | 1210 | INVALID_NEWBORN_SUBJECT_GENDER | |||
78 | 1211 | INVALID_DISABILITY_SUBJECT_GENDER | |||
79 | 1212 | INVALID_NEWBORN_FOCUS_DOCUMENTS | |||
80 | 1213 | INVALID_DISABILITY_FOCUS_DOCUMENTS | |||
81 | 1214 | FOREIGN_TREATMENT_FOR_FOCUS_PREPERSON_NOT_ALLOWED | |||
82 | 1215 | CANT_CREATE_INVALID_RELATES_TO_IDENTIFIER_CODE | |||
83 | 1216 | CANT_CREATE_INVALID_RELATES_TO_IDENTIFIER_SYSTEM | |||
84 | 1218 | NEW_PREGNANCY_COMPOSITION_CANT_HAVE_RELATIONSHIPS | |||
85 | 1219 | NEW_PREGNANCY_COMPOSITION_INVALID_PERIOD | |||
86 | 1220 | NEW_PREGNANCY_COMPOSITION_INVALID_PERIOD_STARTS_IN_FUTURE | |||
87 | 1221 | PREGNANCY_COMPOSITION_INVALID_RELATIONSHIP | |||
88 | 1222 | PREGNANCY_COMPOSITION_CONTINUATION_INVALID_PERIOD_STARTS_IN_PAST | |||
89 | 1223 | PREGNANCY_COMPOSITION_CONTINUATION_INVALID_PERIOD_WRT_PREVIOUS | |||
90 | 1224 | PREGNANCY_COMPOSITION_CONTINUATION_INVALID_PERIOD_LENGTH | |||
91 | 1225 | PREGNANCY_COMPOSITION_DEPTH_EXCEEDED | |||
92 | Специфічні | ||||
93 |
|
|
Post-processing processes
Description of actions performed on data after processing
Technical modules where the method is used
List of pages describing technical N/A
Technical modules where the method is used
Page Properties Report | ||||
---|---|---|---|---|
|
...