Versions Compared

Key

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

...

FHIR R4 field

openIMIS field

Notes

mapping status

identifier

tblLocations.LocationId / tblLocations.LocationCode / tblLocations.LocationUUID

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

mapped

name

tblLocatons.LocationName

mapped

physicalType

tblLocations.LocationType / “H“

type.coding contains one of ['R', ‘D', ‘W’, ‘V’, ‘H’]

type.text is one of ['region', ‘district’, ‘ward’, ‘village’, 'hospital’]

mapped

partOf

tblLocations.ParentLocationId → tblLocations.LocationUUID

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

mapped

...