DocumentReference

GET

{domain}/neo-atlas/fhir/DocumentReference

Route that searches for one or multiple DocumentReference. It will return a Bundle containing DocumentReference(s).

  • Search any DocumentReference with corresponding context.related.reference.identifier of ServiceRequest type.

  • Type specified with context.related.reference.type query parameter.

  • Responses

    • OK (200)
      • The DocumentReference entities is in the response body.
    • Forbidden (403)
      • Insufficient rights to the ressource.
    • NotFound (404)
      • The DocumentReferences wasn't found.
    • InternalServerError (500)
      • An unexpected error has occured.