Uzbekistan Digital Health Platform - Integrations
0.1.0 - ci-build
Uzbekistan Digital Health Platform - Integrations, published by Uzinfocom LLC. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/vadi2/DHP-integrations-temp/ and changes regularly. See the Directory of published versions
Joriy sahifa uchun tarjima sahifasi mavjud emas, shuning uchun u standarttilida ko‘rsatildi
Clinical documents in DHP use the Composition.status element to track their lifecycle state. This page describes the status codes used and their transitions.
DHP uses the following R5 Composition status codes:
| Status | Description |
|---|---|
preliminary |
Document is being worked on. Data entry is in progress. |
final |
Document is complete and verified. No further changes expected. Systems filtering for completed documents should include both final and amended statuses, see below. |
amended |
Document has been modified after being finalized. |
entered-in-error |
Document was created in error and should be disregarded. |
unknown |
Document status cannot be determined (e.g., imported from external systems). |
stateDiagram-v2
[*] --> preliminary: Form opened
preliminary --> final: Complete/sign
preliminary --> entered_in_error: Delete/retract
final --> amended: Modify after finalization
final --> entered_in_error: Delete/retract
amended --> amended: Further modifications
amended --> entered_in_error: Delete/retract
entered_in_error --> [*]: End state
state "entered-in-error" as entered_in_error
When a form is first opened and data entry begins, 3rd party systems should synchronize with DHP using status preliminary. This signals to other DHP users that work on this document is in progress.
When a form is completed (or signed and completed), 3rd party systems should set the status to final. This indicates the document is verified and authoritative.
If a finalized document requires corrections, 3rd party systems should update the data and set status to amended. Systems filtering for completed documents should include both final and amended statuses.
3rd party systems should use this status to delete or retract a document. The document remains in the system for audit purposes but should be excluded from clinical views.
3rd party systems should use this status when importing documents from external sources where the original status cannot be determined. This acknowledges uncertainty rather than incorrectly assuming a document is final.