Versions Compared

Key

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

...

http://localhost:8000/api_fhir_R4r4/Claim/

Supported HTTP operation:

  • POST - used to submit a new claim. List of supported fields can be found in the table which shows the mapping between openIMIS and FHIR and the body has JSON representation (example can be found below).
    The response is:

    • OperationOutcome which notice about the failure (list of possible errors);

    • ClaimResponse which notice about the success.

  • GET - by default return list of all available resources. To fetch information about a specific object you should add the Claim UUID to URL for instance:
    http://localhost:8000/api_fhir_R4r4/Claim/{ClaimUUID}

  • PUT - the operation currently not supported

  • DELETE - the operation currently not supported

...