FHIR R4 Resource - PractitionerRole

OpenIMIS table - tblClaimAdmin

FHIR R4 field

OpenIMIS field

notes

mapping status

practitioner - Reference(Practitioner)

Rest field of Claim Admin

example of reference (where "{ClaimAdminCode}" is the Claim Admin code):

"Practitioner/{ClaimAdminCode}"

mapped

healthcareService - Reference(HealthcareService)

HFId

example of reference (where "{HFCode}" is the health facility code):

"HealthcareService/{HFUUID}"

mapped

Endpoint specification:

Example of endpoint URL:

http://localhost:8000/api_fhir_r4/PractitionerRole/

Example JSON representation of content:

{
    "resourceType": "PractitionerRole",
    "healthcareService": [
        {
            "reference": "HealthcareService/69F8201B-3812-40C1-963C-0F330B9BBC7D"
        }
    ],
    "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"
        }
    ],
    "practitioner": {
        "reference": "Practitioner/019E3C7A-0392-41BA-9B78-07519B301483"
    }
}