FHIR R4 Resource - Practitioner

OpenIMIS table - tblClaimAdmin

FHIR R4 field

OpenIMIS field

notes

mapping status

identifier

claimAdminUUID / claimAdminCode

identifier field contains values that are being mapped for both claimAdminUUID 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:

Example of endpoint URL:

http://localhost:8000/api_fhir_r4/Practitioner/

Supported HTTP operation:

Example JSON representation of content:

{
    "resourceType": "Practitioner",
    "birthDate": "1979-10-09",
    "id": "019E3C7A-0392-41BA-9B78-07519B301483",
    "identifier": [
        {
            "type": {
                "coding": [
                    {
                        "code": "UUID",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "019E3C7A-0392-41BA-9B78-07519B301483"
        },
        {
            "type": {
                "coding": [
                    {
                        "code": "FILL",
                        "system": "https://hl7.org/fhir/valueset-identifier-type.html"
                    }
                ]
            },
            "use": "usual",
            "value": "JMDP0011"
        }
    ],
    "name": [
        {
            "family": "Rushila",
            "given": [
                "Dani"
            ],
            "use": "usual"
        }
    ]
}