FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleRadiologyReportDocumentResponse.Example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "type": "searchset",
  "total": 1,
  "timestamp": "2026-03-31T10:00:00+08:00",
  "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",
      "resource": {
        "resourceType": "DiagnosticReport",
        "id": "radiologyreport-001",
        "meta": {
          "lastUpdated": "2026-02-10T14:45:00.100+08:00"
        },
        "identifier": [
          {
            "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",
        "category": [
          {
            "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",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric",
            "value": "S1234567A"
          }
        },
        "encounter": {
          "type": "Encounter",
          "identifier": {
            "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",
        "resultsInterpreter": [
          {
            "type": "Practitioner",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
              "value": "M12345"
            }
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}