Versions Compared

Key

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

...

Search
/ws/fhir/Encounter/{id}Above This request will fetch the Encounter for the given unique uuid. Here id represents, the logical resource id associated with the resource.
/ws/fhir/Encounter?_id={id}Above This request will fetch all the Encounter using the given uuid value. This will give return a List of Encounter as the response.Here _id parameter represents, the logical resource id associated with the resource.
/ws/fhir/Encounter?patient.identifier={identifier}Above This request will fetch all the Encounter using the given patient's identifier. This will give return a List of Encounter ( 0..* Encounter ) as the response. Here  Here the identifier parameter represents, patient identifier.

...