Versions Compared

Key

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

List of content:

...

The endpoint expects the FHIR EligibilityRequest representation as a body of the POST request and will return the EligibilityResponse as an outcome.

FHIR resource:

EligibilityRequest

Fields mapping:

Table legend:

...

OpenIMIS fieldFHIR fieldNoteSTPHMapping status
CHFIDpatient
A reference which helps determine the specific insuree (perhaps we can base only on patient chfid).

mapped
ServiceCodebenefitCategoryThe concept used t represent the service code
mapped
ItemCodebenefitSubCategoryThe concept used t represent the item code

ItemCode should be on the same level as ServiceCode

In FHIR v4, the EligibilityRequest has been change to CoverageEligibilityRequest and has multiple items with same level. 

mapped

EligibilityRequest strategy change is mapped depending on the configuration:

In "stu3_fhir_eligibility_config" field, fhir_serializer need to be set that determines the ElibilityRequest strategy. "EligibilityRequestSerializer"

EligibilityResponse mapping:

...