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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleDischargeSummaryDocumentResponse.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-02-06T14:00:00+08:00",
  "link": [
    {
      "relation": "self",
      "url": "[baseurl]/Composition/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S1234567A&type=http://loinc.org|18842-5"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir.synapxe.sg/Composition/a5b7c8d9-e4f5-4a3b-8c6d-7e8f9a0b1c2d",
      "resource": {
        "resourceType": "Composition",
        "id": "a5b7c8d9-e4f5-4a3b-8c6d-7e8f9a0b1c2d",
        "meta": {
          "lastUpdated": "2026-02-06T14:00:00.100+08:00"
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "DS-2026-02-06-001"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/accession-no",
            "value": "ACC-DS-2026-02-06-001"
          }
        ],
        "status": "final",
        "type": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "18842-5",
              "display": "Discharge Summary"
            }
          ]
        },
        "subject": [
          {
            "type": "Patient",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/nric",
              "value": "S1234567A"
            }
          }
        ],
        "date": "2026-02-06T14:00:00+08:00",
        "author": [
          {
            "type": "Practitioner",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
              "value": "M12345"
            }
          }
        ],
        "title": "Discharge Summary for John Doe - Acute Myocardial Infarction",
        "attester": [
          {
            "mode": {
              "coding": [
                {
                  "system": "http://hl7.org/fhir/CodeSystem/composition-attestation-mode",
                  "code": "official",
                  "display": "Official"
                }
              ]
            },
            "time": "2026-02-06T14:30:00+08:00",
            "party": {
              "type": "Practitioner",
              "identifier": {
                "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
                "value": "M67890"
              },
              "display": "Dr. Michael Tan"
            }
          }
        ],
        "custodian": {
          "type": "Organization",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
            "value": "11234"
          },
          "display": "Singapore General Hospital"
        }
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}