FHIR Payload
The generated JSON body used when sending a vaccination to the sandbox.
Pre-flight Validation
Checks the current generated FHIR payload before sending. Red-starred fields are the fields this prototype treats as mandatory for the NHS create-immunisation message.
The “FHIR field” shown under each item is the JSON payload path a developer would map to from Vaccination Track. It is not the database column name and it is not the API endpoint.
Present mandatory fields
Recommended fields
Missing mandatory fields
Retrieve History
Search history asks: what vaccination records exist for this NHS number and vaccine type? The NHS response is a FHIR Bundle, which is a list of matching records.
Record summary
Run “Search history” to show returned vaccination details here.
NHS Response
{}
Read Record
Read record asks: give me this one exact immunisation record by its NHS API record ID. The NHS response is a single FHIR Immunization resource.
Record summary
Run “Read record” to show returned vaccination details here.
NHS Response
{}
Sent successfully
The vaccination was accepted by the NHS sandbox.