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 2 Next »

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"

}

}

  • No labels