Retrieve PatientFlags

Overview

For high level requirements, Home.

Use Case

A Patient Flag Record may be retrieved if it exists. It will be possible to determine that adjustment flags exist by searching for a England Flag Patient Flag with:

System Interaction

Queries

Using FHIR search capabilities, it is possible to retrieve the Patient Flag records in several ways.

This section describes how to query from the Flag endpoint using FHIR search

This will return all associated Flag resources for a given Patient.

GET [baseUrl]/Flag?patient=[patientNHSNumber]

e.g:

GET [baseUrl]/Flag?patient=9449306753

This limits the search to Flags for the patient that has the identifier 9449306753

This query relies on the Flag.patient SearchParameter.