Table of Contents |
---|
...
Object | M/O | Part of Signed Content | Description |
---|---|---|---|
Visit | 0-1 | false | Visit is an additional administrative resource that helps to group encounters that happened during one session of communication. In case several encounters were created during one visit, the visit should be created and submitted as a part of the first package. Following packages will not contain visit. Encounters in those packages will reference already existing visit. Current phase does not provide bulk submitting of visits. |
Encounter | 1-1 | true | Encounter is a required part of the package because it contains the details about the interaction between patient and practitioner. Encounter is the main source of medical data. |
Observation | 0-* | true | Observation is an optional resource to create. |
Condition | 0-* | true | Condition is an optional resource to create . Encounters could reference existing conditions, but in order to change ANY information about condition (including asserted date), must be created new version of this condition. Also, a historical condition can be registered in this block. A historical condition is a condition that has happened in past and wasn't registered before. It is not to be a subject of a treatment in the current episode, so it should not be referenced as a diagnosis of encounter. |
Allergy Intolerance | 0-* | true | Allergy intolerance is an optional resource to create . In order to change ANY information about AI (including asserted date), must be created new version of it. |
Immunization | 0-* | true | Immunization is an optional resource to create . |
Risk Assessment | 0-* | true | |
Device | 0-* | true | |
Medication Statement | 0-* | true | |
Diagnostic_Report | 0-* | true | |
Procedures | 0-* | true | An action that is or was performed on or for a patient. This can be a physical intervention like an operation, or less invasive like long term services, counseling, or hypnotherapy |
Those resources could be requested via separated end points after creation.
...
Name | Description | Initial value | Units |
---|---|---|---|
encounter_max_days_passed | encounter can not be submitted after encounter_max_depth days X days passed | 7 | days |
condition_max_days_passed | condition can not be submitted after condition_max_depth days after X days passed | 150*365 | days |
observation_max_days_passed | observation can not be submitted after observation_max_depth days after X days passed | 150*365 | days |
allergy_intolerance_max_days_passed | allergy_intolerance can not be submitted after allergy_intolerance_max_depth days after X days passed | 150*365 | days |
immuization_max_days_passed | immuization can not be submitted after immuization_max_depth days after X days passed | 150*365 | days |
risk_assessment_max_days_passed | risk_assessment can not be submitted after risk_assessment_max_depth days after X days passed | 150*365 | days |
device_max_days_passed | 150*365 | days | |
medication_statement_max_days_passed | 150*365 | days | |
diagnostic_report_max_days_passed | 150*365 | days | |
procedure_max_days_passed | procedure can not be submitted after procedure_max_depth days after X days passed | 150*365 | days |
Available endpoints
...