Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

Objective

Integration of FHIR R4 into the openIMIS FHIR module

Who

Faris Ahmetasevic from University of Basel

Duration

4 months

Starting date: 23.03.2020

Ending date: 22.07.2020

Activities

  1. Become familiar with the existing openIMIS implementation and HL7 FHIR (versions 3 and 4)

  2. Provide a mapping from relevant fields of the most popular and relevant hospital management systems and openIMIS, with focus on the fields and attributes that are so far not yet supported

  3. Integrate support for HL7 FHIR version 4 into openIMIS (back‐end implementation in python)

  4. Develop a tool for the transfer of data from the openIMIS database to a FHIR database through the new developed FHIR version 4.

Discussions

  • Proposal to split the FHIR module per resource and version: FHIR_Claim_V4 module

Api Root

  • Firstly, a new directory ‘api_fhir_R4’ was created, which contained the copied files of the api_fhir module of version 3.

  • These files have been processed in order to create a new api root for the version 4 of the module.

  • After launching the backend server it is now possible to reach the api root for both versions using:

Mapping

Overview Table

FHIR R4 Resource

OpenIMIS database tables

notes

mapping status

Claim

  • tblClaim

  • tblClaimItems

  • tblClaimServices

Request properties are mapped to Claim

mostly mapped

has to be updated with the new resources

ClaimResponse

  • tblClaim

  • tblClaimItems

  • tblClaimServices

Response properties are mapped to Claim

mostly mapped

has to be updated with the new resources

Coverage

tblPolicy

mostly mapped

Patient

tblInsuree

mostly mapped

Practitioner

tblClaimAdmin

used to represent base fields of Claim

Administrator (without relation with health facility- FHIR R4 Location)

mapped

PractitionerRole

tblClaimAdmin

used to represent a relation between base ClaimAdmin (FHIR R4 Partitioner) and Health facility (FHIR R4 Location)

mapped

Location

  • tblHF

  • tblLocation

FHIR R4 location.mode field is used to switch between mapping from tblHF and tblLocations

mostly mapped

CoverageEligibilityRequest

CoverageEligibilityRequest

mostly mapped

CoverageEligibilityResponse

CoverageEligibilityResponse

mostly mapped

CommunicationRequest

tblFeedback

mapped

Condition

tblICDCodes

mapped

Medication

tblItems

mapped

ActivityDefinition

tblServices

mapped

Links to the sub-pages of the FHIR R4 mapping:

  • No labels