Versions Compared

Key

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

...

FHIR field

OpenIMIS field

notes

mapping status

identifier

claimAdminID / claimAdminCode

identifier field contains values that are being mapped for both claimAdminID and claimAdminCode fields

mapped

name

LastName / OtherNames

name field contains values that are being mapped for both LastName and OtherNames fields

mapped

birthDate

DOB

mapped

telecom

Phone / EmailId

telecom field contains values that are being mapped for both Phone and Email fields

mapped

Endpoint specification:

Practitioner:

Example of endpoint URL:

http://127.0.0.1:8000/api_fhir/Practitioner/

...

Example JSON representation of content:

...

:

{

"resourceType": "Practitioner",

"birthDate": "1992-02-20T00:00:00",

"identifier": [

{

"type": {

"coding": [

{

"code": "ACSN",

"system": "https://hl7.org/fhir/valueset-identifier-type.html"

}

]

},

"use": "usual",

"value": "7"

},

{

"type": {

"coding": [

{

"code": "PLAC",

"system": "https://hl7.org/fhir/valueset-identifier-type.html"

}

]

},

"use": "usual",

"value": "code"

}

],

"name": [

{

"family": "lastName",

"given": [

"OtherNames"

],

"use": "usual"

}

],

"telecom": [

{

"system": "phone",

"use": "home",

"value": "PhoneNumber"

},

{

"system": "email",

"use": "home",

"value": "email@email.com"

}

]

}