Versions Compared

Key

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

FHIR field

OpenIMIS field

notes

mapping status

identifier

feedbackId

reasonCode

CareRendered / PaymentAsked / DrugPrescribed / DrugReceived / Assessment

reasonCode field contains all the information mapped to all listed fields

occurrenceDateTime

feedBackDate

...

  • CREATE - the operation currently not supported

  • READ - by default return list of all available resources. To fetch information about a specific object you should add the primary key to URL for instance:
    http://127.0.0.1:8000/api_fhir/Claim/{feedbackId}
    , where "{feedbackId}" is the value of the primary key . Should be used the GET HTTP method.

  • UPDATE - the operation currently not supported

  • DELETE - the operation currently not supported

...