Versions Compared

Key

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

...

FHIR R4 field

openIMIS field

Notes

mapping status

identifier

tblHF.HfId / tblHF.HFCode / tblHF.HfUUID /
tblLocations.LocationId / tblLocations.LocationCode / tblLocations.LocationUUID

Reference to FHIR Location from other resources is done through UUID field

HfId, HFCode and HfUUID mapped
LocationId, LocationCode and LocationUUID not mapped

name

tblHF.HFName /
tblLocatons.LocationName

HFName mapped
LocationName not mapped

type

tblHF.HFLevel

only for HF
type.coding contains one of ['H', ‘C', 'D']
type.text is one of ['hospital’, ‘hospital center’, ‘dispensary’]

HFLevel mapped → to be checked

physicalType

tblLocations.LocationType / “H“

type.coding contains one of ['R', ‘D', ‘W’, ‘V’, ‘H’]
type.text is one of ['region', ‘district’, ‘ward’, ‘village’, 'hospital’]

not mapped

address

tblHF.HFAddress

only for HF

mapped

partOf

tblLocations.ParentLocationId → tblLocations.LocationUUID

Reference to the parent location. Regions don’t have a parent.
Composition structure: Region → District → Ward → Village → HF

not mapped

telecom

tblHF.Phone / tblHF.Fax / tblHF.eMail

telecom field contains values that are being mapped for Phone, Fax and Email fields

mapped

...