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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleBreastScreeningReportDocumentResponse.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=breast-screen"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir.synapxe.sg/DiagnosticReport/a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
      "resource": {
        "resourceType": "DiagnosticReport",
        "id": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
        "meta": {
          "lastUpdated": "2026-04-01T09:00:00.100+08:00"
        },
        "identifier": [
          {
            "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",
          "identifier": {
            "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",
        "supportingInfo": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "11329-0",
                  "display": "History general Narrative - Reported"
                }
              ]
            },
            "reference": {
              "reference": "Observation/observation-history-001"
            }
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}