MHNexus Sdn Bhd
0.1.0 - ci-build
The HIE portal provides an imaging module to order Imaging investigation, create and review the imaging report. This function is enable for both internal and external type or ordering.
Click MY Core postman API link to view common API used in HIE.
[base] = address url e.g. "https://fhir.hie.moh.gov.my/baseR4/" [type] = resource type e.g. "ServiceRequest | DiagnosticReport | ImagingStudy" @patientIdentifier = unique patient identifier defined from source system e.g "HIE-00000003" @recordId = unique record id defined from source system e.g. "dr-imaging-sample" @recordIdentifier = record identifier defined from source system e.g. "HTJ-IMO-2307000046" | "00021"
Sample Description | Sample Body | API Method | API |
---|---|---|---|
Create/Update imaging order | POST | [base] | |
Create/Update imaging report And Result | Imaging Report | PUT | [base]/DiagnosticReport |
Retrieve imaging report And Result by patient identifier | - | GET | [base]/DiagnosticReport?subject.identifier=@patientIdentifier&_include=DiagnosticReport:result |
Retrieve Any Record By ID | - | GET | [base]/[type]/@recordId |
Retrieve Any Record By Identifier | - | GET | [base]/[type]?identifier=@recordIdentifier |
Using HIE, FHIR resources are used to store the ordering process up to the result and reporting process.
Based on the diagram below, the FHIR resources is broken down and used as described;
Using HealthcareService (MY Core), each facility will define what Imaging orderable are available for their respective healthcare worker to request.
When a request is made, it will be stored using ServiceRequest
(MY Core) and ImagingStudy
(MY Core).
The ServiceRequest status will be "draft"
ServiceRequest.status:"draft"
Once user confirms and intiates their request a Task (MY Core) will be created.
ServiceRequest.status:"active"
Task.status:"initiate"
Task (MY Core) will then track and execute the operational business flow up until its intended or alternate destination is achieved.
As the Task moves to each check point it will update its status as defined in the diagram.
Once a report is to be stored in HIE, it will be stored as DiagnosticReport (MY Core). The imaging result itself inside DICOM where user can view the result using a DICOM link.
There are 2 possible use case where a source system can consider exchanging imaging records between HIE. During;
For further details on the flow of sending data and/or retrieving can refer to Integration Overview under Care Coordination (CC) category.
An external order towards another facility/source system can be done through HIE using the MY Core Standard. The profile related to imaging ordering is ServiceRequest (MY Core). The record must have;
status:"active"
intent
category.coding.where (system = 'http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core').code:"363679005"
category.coding.where (system = 'http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core').code
category.coding.where (system = 'http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core').code
code.coding.where (system = 'http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core').code
subject
encounter
authoredOn
performerType:"affiliate"
requester
performer.where (identifier.value = 'requester-facility').reference
performer.where (identifier.value = 'requester-facility').reference
An imaging report and result can be sent to HIE for record exchange or to fulfil another requesting source system order (Integration Point 1). The profile related to imaging reporting is DiagnosticReport (MY Core)
The imaging report (DiagnosticReport) must have;
status:"final"
category.coding.where (system = 'http://fhir.hie.moh.gov.my/CodeSystem/servicerequest-category-my-core').code:"363679005"
category.coding.where (system = 'http://fhir.hie.moh.gov.my/CodeSystem/imaging-modality-my-core').code
category.coding.where (system = 'http://fhir.hie.moh.gov.my/CodeSystem/imaging-region-my-core').code
code.coding.where (system = 'http://fhir.hie.moh.gov.my/CodeSystem/imaging-my-core').code
subject
encounter
conclusion
IG © 2024+ Example Publisher. Package fhir.example#0.1.0
based on FHIR
4.0.1. Generated
2024-12-23
Links: Table of
Contents |
QA Report