Patient

Important note : The information provided is from local testing and is not valid.

Http Interactions documentation.

Example 1

  • Search a patient with JHN identifier 'SIMB12091573' using a :of-type modifier to discriminate the type of identifier.

Route ➔ {domain}/neo-atlas/fhir/Patient?identifier:of-type=http://hl7.org/fhir/ValueSet/identifier-type|JHN|SIMB12091573

Example 2

  • Search a patient with PCI identifier 'SIMB12101881;Simpson;Bart;Male;2012-10-18' using a :of-type modifier to discriminate the type of identifier.

Route ➔ {domain}/neo-atlas/fhir/Patient?identifier:of-type=http://hl7.org/fhir/ValueSet/identifier-type|PCI|SIMB12101881;Simpson;Bart;Male;2012-10-18

Example 3

  • Search with no parameters and it returns an empty bundle.

Route ➔ {domain}/neo-atlas/fhir/Patient

Akinox-FHIR-Patient-Search-Example_2