Skip to end of metadata
Go to start of metadata
Overview
- Composition "Inpatient. Entry" could be registered only by doctors with type SPECIALIST, ASSISTANT
Validation
Validation | SD |
---|
id - is sent
- composition id is UUID
- that $.{encounter}[*].id from the payload are all unique among themselves
- there is no entity with such id in the corresponding Medical events collection
|
|
status - is sent
- status is 'final'
|
|
subject - is sent
- is reference to patient_id
- patient exists in DB
- patient is active and is_active=true
|
|
encounter - is sent
- is reference to encounter
- encounter.performer.type = "SPECIALIST"
- encounter.patient_id=$subject
- encounter is not in status "entered_in_error"
- encounter.performer.legal_entity_id = $client_id
|
|
date - is sent
- is a real datetime
- $date > encounter.date
|
|
author ? |
|
title - string max length 2000
|
|
attester - is sent
- is reference to employee
- attester.legal_entity_id = token.client_id
- attester.employee_type = SPECIALIST
- attester.end_date > now
- attester.status = APPROVED
|
|
custodian ? |
|
Section Validation
Validation | SD |
---|
title "Місце надання медичних послуг" |
|
title "Вага пацієнта при госпіталізації" - reference to observation
- observation code = 29463-7 Body weight
|
|
title "Дата надходження в приймальне відділення" |
|
title "діагноз при госпіталізації" |
|
title "Бал SAPS II при госпіталізаці" |
|
title "Посилання на направлення" - reference to service_request
|
|
title "Дані щодо екстреної/швидкої медичної допомоги" |
|
title "Інформація про функціонування та обмеження життєдіяльності здоров'я" - reference to observation, loinc code 75859-9 Modified rankin scale
|
|
title "Вага дитини при народженн" - reference to observation, loinc code 56094-6 Birth weight
|
|
title "Гестаційний вік при народженнi" - reference to observation, loinc code 76516-4 Gestational age--at birth
|
|
title "Зріст" - reference to observation, 8302-2 Body height
|
|
title "Оцінка за шкалою Апгар на 1 хвилині" - reference to observation, 9272-6 1 minute Apgar Score
|
|
title "Оцінка за шкалою Апгар на 5 хвилині " - reference to observation, 9274-2 5 minute Apgar Score
|
|