Versions Compared

Key

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

FHIR field

OpenIMIS field

notes

mapping status

patient

CHFID

benefitCategory

ServiceCode

benefitSubCategory

ItemCode

Example JSON representation of content:

{

"resourceType": "EligibilityRequest",

"patient": {

"reference": "Patient/chfid"

},

"benefitCategory": {

"coding": [

{

"code": "service"

}

],

"text": "service_code"

},

"benefitSubCategory": {

"coding": [

{

"code": "item"

}

],

"text": "item_code"

}

}