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

FHIR Resource - EligibilityRequest

FHIR field

OpenIMIS field

notes

mapping status

patient

CHFID

mapped

benefitCategory

ServiceCode

mapped

benefitSubCategory

ItemCode

mapped

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