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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleEDNotesDocumentResponse.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-19T11:45:00+08:00",
  "link": [
    {
      "relation": "self",
      "url": "[baseurl]/Composition/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S5432109C&type=http://loinc.org|34878-9"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir.synapxe.sg/Composition/ednotes-composition-ed-002",
      "resource": {
        "resourceType": "Composition",
        "id": "ednotes-composition-ed-002",
        "meta": {
          "lastUpdated": "2026-03-19T11:45:00.100+08:00"
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "ED-REC-2026-02001"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/accession-no",
            "value": "ED-ACC-2026-02001"
          }
        ],
        "status": "final",
        "type": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "15507-7",
              "display": "Emergency department Progress note"
            }
          ]
        },
        "subject": [
          {
            "type": "Patient",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/nric",
              "value": "S5432109C"
            }
          }
        ],
        "date": "2026-03-19T11:45:00+08:00",
        "author": [
          {
            "type": "Practitioner",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
              "value": "M67890"
            }
          }
        ],
        "title": "Emergency Department (ED) Notes",
        "custodian": {
          "type": "Organization",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
            "value": "TTSH"
          }
        }
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}