Accessing FHIR Data
Last updated
Last updated
Journl Streamed exposes FHIR data through its standard API endpoints.
A resource is a structured object that includes a type, associated data, relationships to other resources, and a set of methods for interaction. Typically, a resource is represented in formats such as JSON, XML, or YAML. More information about FHIR specifications can be found . Below are some examples of how to interact with the FHIR APIs:
Retrieve a Patient Resource: This endpoint retrieves the details of a patient resource identified by {id}.
Search for Observations: This endpoint searches for all observations related to a specific patient identified by {patient_id}.
Create a New Condition: This endpoint creates a new condition resource for a patient.