NHS Digital FHIR Implementation Guide (Retired - 2.1.50)

This guidance is under active development by NHS Digital and content may be added or updated on a regular basis.

NHSDigital-Flag

Profile url
https://fhir.nhs.uk/StructureDefinition/NHSDigital-Flag

This FHIR R4 profile is designed to set a core Flag standard for:

  • FGM
  • CPIS
  • Reasonable Adjustments

Search Parameters

Name Type Description Conformance Path
patient:identifier token The identity of a subject to list flags for SHALL Flag.subject.where(resolve() is Patient) (Patient)

Additional parameters can be on Flag - Search Parameters

Mandatory Search Parameters

patient:identifier

SHALL support searching using the patient:identifier search parameter.

GET [baseUrl]/Flag?patient:identifier={system|}[code]

Example:

GET [baseUrl]/Flag?patient:identifier=9876543210

Return all Flag resources for a Patient with an identifier 9876543210.

Optional Search Parameters

None defined

back to top