Extract Conditions from PKB
What
Enables you to pull out all conditions (diagnoses) sent from any source. See the Validation and Business rules section for further details on what is included in the Aggregated endpoint.
Prerequisites
You must have an identifier (national id or PKB public id) for the patient. If you don’t already have an identifier, see the Patient demographic retrieval page.
You must have access to the data in the patient’s PKB record.
The patient’s PKB record must be in your PKB organisation.
You must have access to the relevant privacy labels within the patient’s PKB record.
How to
Call the base URL with the Condition resource, using the patient’s national id or PKB public id (with the corresponding system) in the subject search parameter.
A FHIR bundle is returned to you in json format with all of the patient’s conditions that are in their PKB record.
Useful links
Further information on connectivity and endpoints.
PKB uses the R4 Condition FHIR resource. You can read the full capability statement here.
Read more about how PKB maps any non-FHIR medication data (HL7 or UI entered) to FHIR.
Â
Â