Versions Compared

Key

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

...

FHIR R4 field

openIMIS field

notes

mapping status

identifier

tblServices.ServiceID / tblServices.ServiceUUID / tblServices.ServCode

not mapped

status

string “active”

mandatory => only valid services are managed

not mapped

date

tblServices.ValidityFrom

the last date changed

not mapped

name

tblServices.ServCode

the code of the medical service.

not mapped

title

tblServices.ServName

the name of the medical service.

not mapped

useContext.code

one of [“gender”, “age”, “workflow”, “venue”]

see UsageContext

not mapped

useContext.valueCodeableConcept.text

one of:

  • tblServices.ServPatCat decomposed in “gender” and “age”

  • tblServices.ServCategory for “workflow” code

  • tblServices.ServCareType for “venue” code

if multiple values per code then duplicate the code for each value: ex. service available for man and women “gender” code

“gender” and “age” codes can be found twice

tblServices.ServPatCat is binary codded: Kids*8+Adults*4+Womens*2+Mens

not mapped

topic

tblServices.ServType

extension for DefinitionTopic

not mapped

code

tblServices.ServCode and tblServices.ServName

can replace name and title
linked to SNOMED CT

not mapped

unitPrice

tblServices.ServPrice

mapped as Money
openIMIS extension to ActivityDefinition

not mapped

...