Versions Compared

Key

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

...

Supported HTTP operation:

  • CREATE POST - the operation not supported

  • READ GET - by default return list of all available resources. To fetch information about a specific object you should add the primary key Claim UUID to URL for instance:
    http://127.0.0.1:8000/api_fhir_R4/ClaimResponse/{claimcode}
    , where "{claimcode}" is the value of the primary key (claim code in case of that resource). Should be used the GET HTTP method.UPDATE ClaimUUID}

  • PUT - the operation not supported

  • DELETE - the operation not supported

...