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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleCardiologyReportDocumentResponse.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-06T10:30:00+08:00",
  "link": [
    {
      "relation": "self",
      "url": "[baseurl]/Composition/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S9876543A&type=http://loinc.org|11488-4"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir.synapxe.sg/Composition/3a7b9c2d-4e5f-4a1b-8c6d-9e0f1a2b3c4d",
      "resource": {
        "resourceType": "Composition",
        "id": "3a7b9c2d-4e5f-4a1b-8c6d-9e0f1a2b3c4d",
        "meta": {
          "lastUpdated": "2026-02-06T10:30:00.100+08:00"
        },
        "extension": [
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-displayMethod",
            "valueString": "html"
          }
        ],
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "CARDIO-2026-02-06-001"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/accession-no",
            "value": "ACC-2026-02-06-001"
          }
        ],
        "status": "final",
        "type": {
          "coding": [
            {
              "system": "https://fhir.synapxe.sg/CodeSystem/nehr-doc-types",
              "code": "CARDIOLOGY",
              "display": "Cardiology Report"
            }
          ]
        },
        "subject": [
          {
            "type": "Patient",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/nric",
              "value": "S9876543A"
            }
          }
        ],
        "date": "2026-02-06T10:30:00+08:00",
        "author": [
          {
            "type": "Practitioner",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
              "value": "M12345"
            }
          }
        ],
        "title": "Cardiology Report"
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}