Entity: Diagnosis
Class Diagram
Display
Diagnoses appear in the Health > Diagnosis page of the patient's record.
Please see the manual for more information.
Mappings
| HL7 API | FHIR API (Customer boxes support full CRUD) | Web | Custom REST API | |
|
| Facade (STU3) | Aggregated (R4) | This is a summary. See the web spec for full details. |
|
Summary of interactions | |||||
Create |
|
|
| ||
Read |
|
| |||
Update |
|
|
| ||
Delete | (replace, but cannot delete all) |
|
|
| |
Entity: Diagnosis - Extends: Data Point | |||||
Diagnosis The diagnosis. |
| code | A display-friendly representation of the diagnosis is shown; not every component of the CodeableConcept is shown in all circumstances. | diagnosis | |
Start Timestamp When the condition began. |
| onset | Shown. The web interface permits entry of date but not time. | startDate | |
End Timestamp When the condition ended. |
|
| abatementDateTime onsetPeriod.end | Shown. The web interface permits entry of date but not time. | endDate |
Details Additional information about this diagnosis. |
|
| note | Shown. | details |
Status
|
|
| clinicalStatus | The web interface separates current diagnoses from past diagnoses. The distinction is made by inspecting the End Timestamp and Status values. |
|
Date Asserted |
|
| recordedDate | Shown. |
|
Category
|
|
| category | Only entries with a populated Category value will be shown in the web interface. |
|