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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleSchoolHealthScreeningReportResponse.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": "transaction-response",
  "entry": [
    {
      "response": {
        "status": "201 Created",
        "location": "DiagnosticReport/a1b2c3d4-5e6f-4a7b-8c9d-0e1f2a3b4c5e",
        "etag": "W/\"1\"",
        "lastModified": "2026-04-01T10:00:00+08:00"
      },
      "resource": {
        "resourceType": "DiagnosticReport",
        "id": "a1b2c3d4-5e6f-4a7b-8c9d-0e1f2a3b4c5e"
      }
    },
    {
      "response": {
        "status": "201 Created",
        "location": "ServiceRequest/b2c3d4e5-6f7a-4b8c-9d0e-1f2a3b4c5d6e",
        "etag": "W/\"1\"",
        "lastModified": "2026-04-01T10:00:00+08:00"
      },
      "resource": {
        "resourceType": "ServiceRequest",
        "id": "b2c3d4e5-6f7a-4b8c-9d0e-1f2a3b4c5d6e"
      }
    },
    {
      "response": {
        "status": "201 Created",
        "location": "Observation/c3d4e5f6-7a8b-4c9d-0e1f-2a3b4c5d6e7f",
        "etag": "W/\"1\"",
        "lastModified": "2026-04-01T09:30:00+08:00"
      },
      "resource": {
        "resourceType": "Observation",
        "id": "c3d4e5f6-7a8b-4c9d-0e1f-2a3b4c5d6e7f"
      }
    }
  ]
}