This resource comprises one or more results, findings, or measurements to inform a patient’s clinical condition (e.g., vitals, imaging results, lab results, device measurements). Observations can help to identify baselines and patterns or define personal characteristics for a patient (e.g., height, weight, eye color). Observations may be referenced by a DiagnosticReport resource to provide the metadata for a complete diagnostic report.
You can receive, retrieve, or save observations for a patient.
$write-results
This operation allows you to create standalone observations or to update existing observations to a patient’s chart. To create or update an entire report, use the DiagnosticReport$write operation instead.
cURL request example
Request Body Schema
- resourceTyperequired, string
Identifies the type of the resource
Value:Bundle
- typerequired, string
Identifies this bundle as a message
Value:message
- entryrequired, Array of MessageHeader, Patient, Observation or Other
Results are typically written as a collection of Observation resources grouped into a DiagnosticReport. To create or update an entire report, use the
DiagnosticReport/$write
operation.Use this endpoint only to create standalone Observations or to update existing Observations.
An array of FHIR resources. At a minimum, an Observation Result should include the following entries:
- Patient - the patient
- Observation - the observation result
- resourcerequired, object
Additional metadata about the message including the event
- resourceTyperequired, string
Identifies the type of the resource
Value:MessageHeader
- sourcerequired, object
Information about the sender of the message. This will typically be populated by Redox.
- endpointrequired, string
Identifies the routing target to send acknowledgements to.
- namestring
Human-readable name for the source system.
- eventCodingrequired, object
This describes the message being communicated
- systemstring
The identification of the code system that defines the meaning of the symbol in the code.
- codestring
A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).
Value:Observation-New
An entry in the bundle containing a FHIR resource
- timestampstring
The date/time that the bundle was assembled - i.e. when the resources were placed in the bundle.