API Name: DiagnosticReport.$retrieve


This API retrieves DiagnosticReport record(s) associated with a patient, identified by the patient's NRIC identifier. Supported report types include Lab Results, Radiology Reports, Genomics Reports, and Screening Reports (Breast, Cervical, Chronic Disease, Colorectal, and Pap Smear).

Specification


Endpoint [baseurl]/DiagnosticReport/$retrieve
Protocol HTTPS
HTTP Method GET
HTTP Header Accept: application/fhir+json

Request Parameters

Parameter Type Cardinality Description
patient.identifier token 1..1 The patient's identifier in system\|value format. Use https://fhir.synapxe.sg/NamingSystem/nric\|<NRIC>.
category token 0..1 Filter by report category. Use a code from the table below to retrieve a specific report type.
date date 0..2 Filter by report date. Supports ge and le prefixes for date range (e.g. ge2026-01-01&date=le2026-06-30).
status token 0..1 Filter by report status (e.g. final, preliminary).
_count number 0..1 Maximum number of results to return per page.

Category Codes

Report Type System Code
Lab Result http://terminology.hl7.org/CodeSystem/v2-0074 LAB
Radiology Report http://terminology.hl7.org/CodeSystem/v2-0074 RAD
Genomics Report http://terminology.hl7.org/CodeSystem/v2-0074 GE
Breast Screening Report https://fhir.synapxe.sg/CodeSystem/screen-type breast-screen
Cervical Screening Report https://fhir.synapxe.sg/CodeSystem/screen-type cervical-screen
Chronic Disease Screening Report https://fhir.synapxe.sg/CodeSystem/screen-type screen-for-life-chronic-disease
Colorectal Screening Report https://fhir.synapxe.sg/CodeSystem/screen-type colorectal-screen
Pap Smear Report https://fhir.synapxe.sg/CodeSystem/screen-type screen-for-life-pap-smear

Example Request

GET [baseurl]/DiagnosticReport/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S9876543D&category=GE

Successful Response

The response is a searchset Bundle containing the matching DiagnosticReport resource(s), each conforming to the profile for the requested report type.

Profile Name StructureDefinition StructureDefinition URL
Lab Result BundleLabResult https://fhir.synapxe.sg/StructureDefinition/profile-bundle-labresult
Radiology Report BundleRadiologyReport https://fhir.synapxe.sg/StructureDefinition/profile-bundle-radiologyreport
Genomics Report BundleGenomicsReport https://fhir.synapxe.sg/StructureDefinition/profile-bundle-genomicsreport
Breast Screening Report BundleBreastScreeningReport https://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-bs
Cervical Screening Report BundleCervicalScreeningReport https://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-cvs
Chronic Disease Screening Report BundleChronicDiseaseScreeningReport https://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-cd
Colorectal Screening Report BundleColorectalScreeningReport https://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-colo
Pap Smear Report BundlePapSmearReport https://fhir.synapxe.sg/StructureDefinition/profile-bundle-diagnosticreport-ps
{
"resourceType": "Bundle",
"type": "searchset",
"timestamp": "2026-03-31T10:00:00+08:00",
"total": 1,
"link": [
{
"relation": "self",
"url": "[baseurl]/DiagnosticReport/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S9876543D&category=LAB"
}
],
"entry": [
{
"fullUrl": "https://fhir.synapxe.sg/DiagnosticReport/labresult-001",
"resourceType": "DiagnosticReport",
"id": "labresult-001",
"meta": {
"lastUpdated": "2026-02-10T16:15:00.1+08:00"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "LAB-RPT-2026-002345"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/accession-no",
"value": "ACC-LAB-2026-002345"
}
],
"status": "final",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "LAB",
"display": "Laboratory"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "24331-1",
"display": "Lipid panel - Serum or Plasma"
}
]
},
"subject": {
"type": "Patient",
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S9876543D"
}
},
"type": "Encounter",
"system": "https://fhir.synapxe.sg/NamingSystem/event-id",
"value": "VN-2026-002345"
}
},
"effectiveDateTime": "2026-02-10T08:30:00+08:00",
"issued": "2026-02-10T16:15:00+08:00",
{
"type": "Practitioner",
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M23456"
}
}
]
},
"search": {
"mode": "match"
}
}
]
}
{
"resourceType": "Bundle",
"type": "searchset",
"timestamp": "2026-03-31T10:00:00+08:00",
"total": 1,
"link": [
{
"relation": "self",
"url": "[baseurl]/DiagnosticReport/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S1234567A&category=RAD"
}
],
"entry": [
{
"fullUrl": "https://fhir.synapxe.sg/DiagnosticReport/radiologyreport-001",
"resourceType": "DiagnosticReport",
"id": "radiologyreport-001",
"meta": {
"lastUpdated": "2026-02-10T14:45:00.1+08:00"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "RAD-RPT-2026-001234"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/accession-no",
"value": "ACC-RAD-2026-001234"
}
],
"status": "final",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "RAD",
"display": "Radiology"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "30746-2",
"display": "Chest X-ray"
}
]
},
"subject": {
"type": "Patient",
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S1234567A"
}
},
"type": "Encounter",
"system": "https://fhir.synapxe.sg/NamingSystem/event-id",
"value": "VN-2026-001234"
}
},
"effectiveDateTime": "2026-02-10T10:30:00+08:00",
"issued": "2026-02-10T14:45:00+08:00",
{
"type": "Practitioner",
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M12345"
}
}
]
},
"search": {
"mode": "match"
}
}
]
}
{
"resourceType": "Bundle",
"type": "searchset",
"timestamp": "2026-07-29T14:30:30+08:00",
"total": 1,
"link": [
{
"relation": "self",
"url": "[baseurl]/DiagnosticReport/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S9876543D&category=GE"
}
],
"entry": [
{
"fullUrl": "DiagnosticReport/genomicsreport-2026-001",
"resourceType": "DiagnosticReport",
"id": "genomicsreport-2026-001",
"meta": {
"versionId": "1",
"lastUpdated": "2026-07-29T14:30:30+08:00",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-genomicsreport"
]
},
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Genomic Analysis Report</h1><h2>Patient: Jane Doe (S9876543D)</h2><h2>Report Date: 2026-07-29</h2><h2>Status: Final</h2><h2>Findings</h2><p><strong>BRCA1 Mutation Detected</strong></p><p>A pathogenic BRCA1 mutation (c.68_69delAG, p.E23Vfs*17) has been identified in the patient's germline DNA in heterozygous state.</p><h3>Genetic Variant Details:</h3><ul><li>Gene: BRCA1 (HGNC:1100)</li><li>Mutation: c.68_69delAG</li><li>Protein Impact: p.E23Vfs*17</li><li>Allelic State: Heterozygous</li><li>Clinical Significance: Pathogenic</li></ul><h3>Molecular Biomarker:</h3><ul><li>BRCA1 mRNA Expression: 2.5-fold change relative to control</li></ul><h2>Clinical Interpretation</h2><p>The detected BRCA1 mutation is associated with significantly increased lifetime risk of breast and ovarian cancers. Genetic counseling and preventive measures are strongly recommended.</p><h2>Recommendations</h2><ul><li>Genetic counseling for the patient and at-risk family members</li><li>Consideration of prophylactic hormone therapy or preventive mastectomy</li><li>Enhanced surveillance protocols</li></ul><h2>Interpretation</h2><p>Dr. John Smith (M45678)<br/>Singapore Genomics Laboratory (HCI-98765)</p></div>"
},
{
"url": "https://fhir.synapxe.sg/StructureDefinition/ext-recommended-action",
"reference": "Task/medicationrecommendation-2026-001",
"type": "Task"
}
}
],
{
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "GR-2026-07-29-001"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/accession-no",
"value": "ACC-2026-07-29-001"
}
],
"basedOn": [
{
"reference": "ServiceRequest/genomics-sr-2026-001",
"type": "ServiceRequest"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "51969-4",
"display": "Genetic analysis report"
}
]
},
"subject": {
"reference": "Patient/genomics-patient-2026-001",
"type": "Patient"
},
"issued": "2026-07-29T14:30:00+08:00",
{
"type": "Organization",
"system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
"value": "HCI-98765"
}
}
],
{
"type": "Practitioner",
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M45678"
}
}
],
{
"reference": "Specimen/genomics-specimen-2026-001",
"type": "Specimen"
}
],
"result": [
{
"reference": "Observation/variant-2026-001",
"type": "Observation"
},
{
"reference": "Observation/biomarker-2026-001",
"type": "Observation"
}
],
"conclusion": "Pathogenic BRCA1 mutation detected. c.68_69delAG (p.E23Vfs*17) identified in heterozygous state. Recommend genetic counseling and preventive measures."
}
},
{
"fullUrl": "Observation/variant-2026-001",
"resourceType": "Observation",
"id": "variant-2026-001",
"meta": {
"versionId": "1",
"lastUpdated": "2026-07-29T14:30:30+08:00",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-variant"
]
},
"status": "final",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "GE"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "69548-6",
"display": "Genetic variation - BRCA1"
}
]
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "48018-6",
"display": "Gene symbol"
}
]
},
"coding": [
{
"system": "http://www.genenames.org",
"code": "HGNC:1100",
"display": "BRCA1"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "48004-6",
"display": "DNA change (c.HGVS)"
}
]
},
"coding": [
{
"system": "http://varnomen.hgvs.org",
"code": "c.68_69delAG",
"display": "c.68_69delAG (p.E23Vfs*17)"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "53034-5",
"display": "Allelic state"
}
]
},
"valueString": "Heterozygous"
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "53037-8",
"display": "Clinical significance"
}
]
},
"valueString": "Pathogenic"
}
]
}
},
{
"fullUrl": "Observation/biomarker-2026-001",
"resourceType": "Observation",
"id": "biomarker-2026-001",
"meta": {
"versionId": "1",
"lastUpdated": "2026-07-29T14:30:30+08:00",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-molecularbiomarker"
]
},
"status": "final",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "GE"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "48676-1",
"display": "Molecular biomarker"
}
]
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "48018-6",
"display": "Gene symbol"
}
]
},
"coding": [
{
"system": "http://www.genenames.org",
"code": "HGNC:1100",
"display": "BRCA1"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "31881-7",
"display": "mRNA expression"
}
]
},
"value": 2.5,
"unit": "fold change",
"system": "http://unitsofmeasure.org",
"code": "{fold}"
}
}
]
}
},
{
"fullUrl": "Specimen/genomics-specimen-2026-001",
"resourceType": "Specimen",
"id": "genomics-specimen-2026-001",
"meta": {
"versionId": "1",
"lastUpdated": "2026-07-29T14:30:30+08:00",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-genomics-specimen"
]
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "122555007",
"display": "Venous blood specimen"
}
]
},
"subject": {
"reference": "Patient/genomics-patient-2026-001",
"type": "Patient"
},
"receivedTime": "2026-07-28T09:15:00+08:00",
"collectedDateTime": "2026-07-27T14:00:00+08:00"
}
}
},
{
"fullUrl": "ServiceRequest/genomics-sr-2026-001",
"resourceType": "ServiceRequest",
"id": "genomics-sr-2026-001",
"meta": {
"versionId": "1",
"lastUpdated": "2026-07-29T14:30:30+08:00",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-genomics-servicerequest"
]
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/order-id",
"value": "SR-2026-07-20-001"
}
],
"status": "completed",
"intent": "order",
"subject": {
"reference": "Patient/genomics-patient-2026-001",
"type": "Patient"
},
"authoredOn": "2026-07-20T10:00:00+08:00",
"type": "Practitioner",
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M34567"
}
}
}
},
{
"fullUrl": "Patient/genomics-patient-2026-001",
"resourceType": "Patient",
"id": "genomics-patient-2026-001",
"meta": {
"versionId": "1",
"lastUpdated": "2026-07-29T14:30:30+08:00",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-genomics-patient"
]
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S9876543D"
}
],
"name": [
{
"use": "official",
"text": "Jane Doe"
}
],
"gender": "female",
"birthDate": "1980-05-15"
}
},
{
"fullUrl": "Task/medicationrecommendation-2026-001",
"resourceType": "Task",
"id": "medicationrecommendation-2026-001",
"meta": {
"versionId": "1",
"lastUpdated": "2026-07-29T14:30:30+08:00",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-medicationrecommendation"
]
},
"status": "proposed",
"intent": "proposal",
"code": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/medicationrecommendation-code",
"code": "clinical-protocol",
"display": "Clinical Protocol"
}
]
},
"description": "Consider prophylactic hormone therapy or preventive mastectomy. Genetic counseling recommended for family members.",
"focus": {
"type": "MedicationStatement",
"system": "https://fhir.synapxe.sg/NamingSystem/medication-statement-id",
"value": "MS-BRCA1-PREVENTIVE-001"
}
}
}
}
]
}
{
"resourceType": "Bundle",
"type": "searchset",
"timestamp": "2026-03-31T10:00:00+08:00",
"total": 1,
"link": [
{
"relation": "self",
"url": "[baseurl]/DiagnosticReport/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S1234567A&category=breast-screen"
}
],
"entry": [
{
"fullUrl": "https://fhir.synapxe.sg/DiagnosticReport/a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
"resourceType": "DiagnosticReport",
"id": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
"meta": {
"lastUpdated": "2026-04-01T09:00:00.1+08:00"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "BS-RPT-2026-001234"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/screen-type",
"code": "breast-screen",
"display": "Breast Screening Report"
}
]
},
"subject": {
"type": "Patient",
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S1234567A"
}
},
"effectiveDateTime": "2026-04-01T09:00:00+08:00",
"issued": "2026-04-01T09:00:00+08:00",
{
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11329-0",
"display": "History general Narrative - Reported"
}
]
},
"reference": "Observation/observation-history-001"
}
}
]
},
"search": {
"mode": "match"
}
}
]
}
{
"resourceType": "Bundle",
"type": "searchset",
"timestamp": "2026-03-31T10:00:00+08:00",
"total": 1,
"link": [
{
"relation": "self",
"url": "[baseurl]/DiagnosticReport/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S1234567A&category=cervical-screen"
}
],
"entry": [
{
"fullUrl": "https://fhir.synapxe.sg/DiagnosticReport/diagnosticreport-cvs-001",
"resourceType": "DiagnosticReport",
"id": "diagnosticreport-cvs-001",
"meta": {
"lastUpdated": "2026-02-10T16:00:00.1+08:00"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "CVS-RPT-2026-001234"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/screen-type",
"code": "cervical-screen",
"display": "Cervical Screening Report"
}
]
},
"subject": {
"type": "Patient",
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S1234567A"
}
},
"effectiveDateTime": "2026-02-09T09:00:00+08:00",
"issued": "2026-02-09T09:00:00+08:00",
{
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11329-0",
"display": "History general Narrative - Reported"
}
]
},
"reference": "Observation/observation-history-001"
}
}
],
{
"text": "Negative for intraepithelial lesion or malignancy. HPV not detected. Routine screening recommended in 3 years."
}
]
},
"search": {
"mode": "match"
}
}
]
}
{
"resourceType": "Bundle",
"type": "searchset",
"timestamp": "2026-03-31T10:00:00+08:00",
"total": 1,
"link": [
{
"relation": "self",
"url": "[baseurl]/DiagnosticReport/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S1234567A&category=screen-for-life-chronic-disease"
}
],
"entry": [
{
"fullUrl": "https://fhir.synapxe.sg/DiagnosticReport/diagnosticreport-cd-001",
"resourceType": "DiagnosticReport",
"id": "diagnosticreport-cd-001",
"meta": {
"lastUpdated": "2026-02-10T16:00:00.1+08:00"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "CD-RPT-2026-001234"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/screen-type",
"code": "screen-for-life-chronic-disease",
"display": "Screen For Life - Chronic Disease Screening Report"
}
]
},
"subject": {
"type": "Patient",
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S1234567A"
}
},
"effectiveDateTime": "2026-02-09T09:00:00+08:00",
"issued": "2026-02-09T09:30:00+08:00",
{
"type": "Organization",
"system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
"value": "11234"
}
}
]
},
"search": {
"mode": "match"
}
}
]
}
{
"resourceType": "Bundle",
"type": "searchset",
"timestamp": "2026-03-31T10:00:00+08:00",
"total": 1,
"link": [
{
"relation": "self",
"url": "[baseurl]/DiagnosticReport/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S1234567A&category=screen-for-life-colorectal"
}
],
"entry": [
{
"fullUrl": "https://fhir.synapxe.sg/DiagnosticReport/diagnosticreport-colo-001",
"resourceType": "DiagnosticReport",
"id": "diagnosticreport-colo-001",
"meta": {
"lastUpdated": "2026-02-10T16:00:00.1+08:00"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "COLO-RPT-2026-001234"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/screen-type",
"code": "screen-for-life-colorectal",
"display": "Screen For Life - Colorectal Screening Report"
}
]
},
"subject": {
"type": "Patient",
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S1234567A"
}
},
"effectiveDateTime": "2026-02-09T09:00:00+08:00",
"issued": "2026-02-09T10:00:00+08:00",
{
"type": "Organization",
"system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
"value": "11234"
}
}
],
{
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11329-0",
"display": "History general Narrative - Reported"
}
]
},
"reference": "Observation/observation-history-001"
}
},
{
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "57829-2",
"display": "Follow-up visit note"
}
]
},
"reference": "Observation/observation-followup-001"
}
}
]
},
"search": {
"mode": "match"
}
}
]
}
{
"resourceType": "Bundle",
"type": "searchset",
"timestamp": "2026-03-31T10:00:00+08:00",
"total": 1,
"link": [
{
"relation": "self",
"url": "[baseurl]/DiagnosticReport/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S8234567D&category=screen-for-life-pap-smear"
}
],
"entry": [
{
"fullUrl": "https://fhir.synapxe.sg/DiagnosticReport/dr-ps-001",
"resourceType": "DiagnosticReport",
"id": "dr-ps-001",
"meta": {
"lastUpdated": "2026-02-10T16:00:00.1+08:00"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/diagnosticreport-id",
"value": "PS-2026-000123"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/screen-type",
"code": "screen-for-life-pap-smear",
"display": "Screen For Life - Pap Smear Screening Report"
}
]
},
"subject": {
"type": "Patient",
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S8234567D"
}
},
"effectiveDateTime": "2026-02-09T09:15:00+08:00",
"issued": "2026-02-09T14:30:00+08:00",
{
"type": "Organization",
"system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
"value": "11111111"
}
}
],
{
"type": "Practitioner",
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M12345A"
}
}
],
{
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "11329-0",
"display": "History general Narrative - Reported"
}
]
},
"reference": "Observation/observation-history-001"
}
}
]
},
"search": {
"mode": "match"
}
}
]
}

Business Level Errors


This section details the business level errors exposed by OperationOutcome resource for this operation. Refer to API Error Handling for framework level errors.

For illustration only

http status code code details.coding.code details.text
404 not-found E-10000 No matching patient found based on NRIC, Date of Birth and Gender
404 not-found E-10001 Institution code for organization is not found
404 not-found E-10002 Organization code is not found
400 business-rule E-10003 Patient is not currently enrolled to the organization
400 duplicate E-10004 An attempt was made to create a duplicate record
400 invalid E-10005 Invalid allergy intolerance identifier
400 invalid E-10006 Invalid clinical or verification status