...
Follow the instructions here for obtaining a token for the Aggregated FHIR endpoint.
FHIR client id: issued by PKB once development dates have been agreed
FHIR client secret: issued by PKB once development dates have been agreed
Grant_type: client_credentials
Content-type: application/x-www-form-urlencoded
Call the base URL with the MedicationStatement resource, using the patient’s national id or PKB public id (with the corresponding system) in the subject search paramterparameter.
A FHIR bundle is returned to you in json format with all of the patient’s medications that are in their PKB record.
...