MHNexus Sdn Bhd
0.1.0 - ci-build
Referral Summary is a summarize patient health record with identified issues and/or other information related to assist in a referral. The information is usually summarized to detail information which is sufficient enough to allow meaningful information depending on the feasibilty and integration scope of an agreed information exhange project.
This section of use case is meant to outline a general proposed scope of integeration that can be used as a baseline of information sharing with regards to the MY Core profile and base FHIR standard.
The main resources used for retrieval/referencing supporting resources are ServiceRequest (MY Core) and Encounter (MY Core).
Other supporting resource such as Condition (MY Core), AllergyIntolerance (MY Core), MedicationRequest (MY Core), DiagnosticReport (MY Core) or Observation profile will reference or be referenced by the main resources to link the records for easier record retrieval.
If the integration scope is limited, the encounter summary can be shared within the ServiceRequest resource as a narrative xhtml instead of multiple resources. This would at least ensure that information shared can achieve the continuation of care objective of the HIE project. However, this scope of integration will most likely result in difficulties and less reliable data for later operational or analytical purposes.
A referral summary does not directly encourage amendment or appending by base FHIR standard. One of the reason is
due to it being part of a workflow resource which may affect the operational flow. It is highly
recommended to send a final referral summary only and if amendment is required to reject the
initial referral ServiceRequest.status=revoked
and create a new referral record
instead.
Below in the overview flow for referral process which align to the Care Coordination concept
Below are some of the use case scenarios that can be used depending on the scope of integration.
Click MY Core postman API link to view common API used in HIE.
This scenario only requires a ServiceRequest record to be shared. Source system can send ServiceRequest record individually and later send other supporting records through different API request if required.
However, ServiceRequest (MY Core) mandatories that;
ServiceRequest.subject
to be
referenced.ServiceRequest.encounter
to be
referenced.Main Related Profile: ServiceRequest (MY Core), Patient (MY Core), Encounter (MY Core) and Organization (MY Core).
[base] = address url e.g. "https://fhir.hie.moh.gov.my/baseR4/" [type] = resource type e.g. "Patient | Encounter | Compostion" @encounterId = unique encounter id defined from source system e.g. "encounter-sample" @encounterIdentifier = encounter registrtion number defined from source system e.g "HTJ-ENC-2211000036" @patientId = unique patient id defined from source system e.g "patient-sample" @patientIdentifier = patient identifier such as mykad number or MRN e.g "HIE-00000003"
Sample Description | Sample Body | API Method | API |
---|---|---|---|
Create/Update referral only | PUT | [base]/ServiceRequest/@referralId | |
Retrieve by record id | - | GET | [base]/[type]/@recordId |
Retrieve record by encounter identifier | - | GET | [base]/[type]?encounter.identifier=@encounterIdentifier |
Retrieve record by patient id | - | GET | [base]/[type]?subject=@patientId |
Retrieve record by patient identifier | - | GET | [base]/[type]?subject.identifier=@patientIdentifier |
This method of data sharing uses Bundle operation where multiple resource will be send together within a single request.
The supporting document sent varies depending on the integration scope of each project.
A Bundle transaction is not stored in the server as it is only created transiently as a means of trasporting records. Thus, it is highly recommended for source system to assign a unique record id for each of their record for easier retrieval and updating purposes if able. Else, if no id is provided the server will auto generate a random unique 32 alphanumerical id which source system can store via their own respective method for later retrieval/updating purposes.
Main Related Profile: ServiceRequest (MY Core) and Encounter (MY Core)
[base] = address url e.g. "https://fhir.hie.moh.gov.my/baseR4/" [type] = resource type e.g. "Patient | Encounter | Compostion" @encounterId = unique encounter id defined from source system e.g. "encounter-sample" @encounterIdentifier = encounter registrtion number defined from source system e.g "HTJ-ENC-2211000036" @patientId = unique patient id defined from source system e.g "patient-sample" @patientIdentifier = patient identifier such as mykad number or MRN e.g "HIE-00000003" @panelObservationId = unique observation panel id defined from source system e.g. "obs-vs-sample"
Sample Description | Sample Body | API Method | API |
---|---|---|---|
Create/Update referral bundle | POST | [base] | |
Retrieve by record id | - | GET | [base]/[type]/@recordId |
Retrieve record by encounter identifier | - | GET | [base]/[type]?encounter.identifier=@encounterIdentifier |
Retrieve record by patient id | - | GET | [base]/[type]?subject=@patientId |
Retrieve record by patient identifier | - | GET | [base]/[type]?subject.identifier=@patientIdentifier |
Retrieve observation panel record with its has-member record | - | GET | [base]/Observation?_include=Observation:has-member&_id=@panelObservationId |
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