Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose: Show how to search, “Get”, a by using Patient Identification for to get a patient record. For example, this would be the patient id Patient Identification created by a business system for a patient record they create. This way when searching for the patient, they you don’t have to use the Noah patientid to find the patient record in Noah System via the Noah ES API.

...

I have set variables for tenantid as a variable and manufacturerCode as a variable for this route.

*Note: “x” used as the value for manufacturerCode is not a real value. This would be your company’s manufacturer code

...

2.) Query Parameters

Query Params that need to be set are the 3 below.

  • identification

...

  • skip

...

  • take

...

...

3.) Header

a.) The X-Api-Version needs to be set. At this time 1.0 is the only version, so this is what I have set.

...