FHIR R4 - CommunicationRequest

FHIR R4 Resource - CommunicationRequest

OpenIMIS table - tblFeedback

FHIR R4 field

OpenIMIS field

notes

mapping status

FHIR R4 field

OpenIMIS field

notes

mapping status

identifier

feedbackId

 

mapped

reasonCode

CareRendered / PaymentAsked / DrugPrescribed / DrugReceived / Assessment

reasonCode field contains all the information mapped to all listed fields

mapped

occurrenceDateTime

feedBackDate

 

mapped

status

“active”

 

mapped

 

Description:

The FHIR R4 CommunicationRequest endpoint can be used to fetch information about claim feedback. The resource used by the ComunicationResponse to provide information about feedback.

Supported HTTP operation:

  • CREATE - the operation currently not supported

  • READ - by default return list of all available resources. To fetch information about a specific object you should add the primary key to URL for instance:
    http://localhost:8000/api_fhir_r4/Claim/{feedbackId}, where "{feedbackId}" is the value of the primary key . Should be used the GET HTTP method.

  • UPDATE - the operation currently not supported

  • DELETE - the operation currently not supported

Module configuration used by the endpoint:

R4_fhir_identifier_type_config

configuration of system and codes used to represent the specific types of identifiers

"R4_fhir_identifier_type_config":{
"system":"https://hl7.org/fhir/valueset-identifier-type.html",
"fhir_code_for_imis_db_uuid_type":"UUID",
"fhir_code_for_imis_db_id_type":"ACSN",
"fhir_code_for_imis_chfid_type":"SB",
"fhir_code_for_imis_passport_type":"PPN",
"fhir_code_for_imis_facility_id_type":"FI",
"fhir_code_for_imis_claim_admin_code_type":"FILL",
"fhir_code_for_imis_claim_code_type":"MR",
"fhir_code_for_imis_location_code_type":"LC",
"fhir_code_for_imis_diagnosis_code_type":"DC",
"fhir_code_for_imis_item_code_type":"IC",
"fhir_code_for_imis_service_code_type":"SC"
},

R4_fhir_communication_request_config

configuration of system and codes used to represent the specific codes for IMIS feedback attributes

"R4_fhir_communication_request_config":{
"fhir_care_rendered_code":"care_rendered",
"fhir_payment_asked_code":"payment_asked",
"fhir_drug_prescribed_code":"drug_prescribed",
"fhir_drug_received_code":"drug_received",
"fhir_asessment_code":"asessment"
}

Example JSON representation of content:

{ "resourceType": "CommunicationRequest", "id": "41CBD94D-6994-460B-B8FA-23DE36ACBDF3", "identifier": [ { "type": { "coding": [ { "code": "UUID", "system": "https://hl7.org/fhir/valueset-identifier-type.html" } ] }, "use": "usual", "value": "41CBD94D-6994-460B-B8FA-23DE36ACBDF3" } ], "occurrenceDateTime": "2020-07-02T00:00:00", "reasonCode": [ { "coding": [ { "code": "care_rendered" } ], "text": "True" }, { "coding": [ { "code": "payment_asked" } ], "text": "False" }, { "coding": [ { "code": "drug_prescribed" } ], "text": "True" }, { "coding": [ { "code": "drug_received" } ], "text": "False" }, { "coding": [ { "code": "asessment" } ], "text": "3" } ], "status": "active" }

 

Did you encounter a problem or do you have a suggestion?

Please contact our Service Desk



This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. https://creativecommons.org/licenses/by-sa/4.0/