ServiceRequest

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

Search

Http Interactions documentation.

Example 1

  • Search all service requests where the patient identifier is SIMB12091573;Simpson;Bart;Male;2012-09-15.

Route ➔ {domain}/neo-atlas/fhir/ServiceRequest?patient.identifier=SIMB12091573;Simpson;Bart;Male;2012-09-15

Example 2

  • Search all service requests where the requester identifier is 48328 and the requester parent organization identifier (MsssCode) is UNGAV1.

Route ➔ {domain}/neo-atlas/fhir/ServiceRequest?requester:PractitionerRole.practitioner.identifier=48328&requester:PractitionerRole.organization.partof.identifier=UNGAV1

Example 3

  • Search all service requests where the patient identifier is SIMB12091573;Simpson;Bart;Male;2012-09-15, the requester identifier is 48328 and the requester parent organization identifier (MsssCode) is UNGAV1.

Route ➔ {domain}/neo-atlas/fhir/ServiceRequest?patient.identifier=SIMB12091573;Simpson;Bart;Male;2012-09-15&requester:PractitionerRole.practitioner.identifier=48328&requester:PractitionerRole.organization.partof.identifier=UNGAV1

Example 4

  • Search all service requests where the requester identifier is 48328.

Route ➔ {domain}/neo-atlas/fhir/ServiceRequest?requester:PractitionerRole.practitioner.identifier=48328

Example 5

  • Search all service requests where the requester parent organization's identifier (MsssCode) is UNGAV1.

Route ➔ {domain}/neo-atlas/fhir/ServiceRequest?requester:PractitionerRole.organization.partof.identifier=UNGAV1

Example 6

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

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

akinox-fhir-servicerequest-search-example-6