Skip to content

Instantly share code, notes, and snippets.

@davidoevans
Created April 22, 2019 19:26
Show Gist options
  • Save davidoevans/df09fe86961d79da6d0ca410a4624e7d to your computer and use it in GitHub Desktop.
Save davidoevans/df09fe86961d79da6d0ca410a4624e7d to your computer and use it in GitHub Desktop.
Act as a PharmacyLocation
// Act as the pharmacy location based on their OCP assigned accredication number.
Identifier identifier = new Identifier()
identifier.assigner = "ca-on-pharmacy-id-ocp";
identifier.value = "9999";
pharmacyLocationClient.actAs(Persona.PHARMACY_LOCATION, identifier);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment