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)

Summary of interactions

Create

Symptoms

/v1/symptoms/reports

Read

 

 

Symptoms

/symptomReports/all
/v1/symptoms/monitored
/v1/symptoms/reports/after/[timestamp]
/v1/symptoms/reports/forPatient/bySymptoms

Update

 

 

Delete

Entity: Symptom - Extends: Data Point

Symptom CodeableConcept

The symptom which is being reported.

 

 

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

 

Timestamp Timestamp

Timestamp for the symptom report.

 

 

A time can be entered, but the symptoms are grouped by date; time information is not displayed.

 

Severity Enum

  • NONE

  • MILD

  • MODERATE

  • SEVERE

 

 

The severity displayed is an aggregation over each day; individual symptom reports are not displayed.

 

...