Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

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

A28/A31

Diagnoses

Read

 

 

/Condition

Diagnoses

/v2-beta/diagnoses/forPatient/[patientId]

Update

A28/A31

 

Diagnoses

Delete

A28/A31

(replace, but cannot delete all)

Diagnoses

Entity: Diagnosis - Extends: Data Point

Diagnosis CodeableConcept

The diagnosis.

DG1-3

 

code

A display-friendly representation of the diagnosis is shown; not every component of the CodeableConcept is shown in all circumstances.

diagnosis

Start Timestamp Timestamp

When the condition began.

DG1-5.1

 

onset

Shown.

The web interface permits entry of date but not time.

startDate

End Timestamp Timestamp

When the condition ended.

 

 

abatementDateTime

onsetPeriod.endabatementDateTime

Shown.

The web interface permits entry of date but not time.

endDate

Details String

Additional information about this diagnosis.

 

 

note

Shown.

details

Status Enum

  • ACTIVE

  • INACTIVE

clinicalStatus

The web interface separates current diagnoses from past diagnoses.

The distinction is made by inspecting the End Timestamp and Status values.

Date Asserted Timestamp

recordedDate

Shown.

Category Enum

  • PROBLEM_LIST_ITEM

category

Only entries with a populated Category value will be shown in the web interface.