Bundle

identifier..0
typeFixed Value
timestamp..0
total..0
fullUrl..0
text..0
contained..0
search..0
request..0
response..0
fullUrl..0
text..0
contained..0
search..0
request..0
response..0
fullUrl..0
resourceFLIPObservation
search..0
request..0
response..0
signature..0

Example:

{
    "resourceType": "Bundle",
    "type": "collection",
    "entry":  [
        {
            "resource": {
                "resourceType": "ImagingStudy",
                "meta": {
                    "profile": "https://aicentre.co.uk/flip/ImagingStudy"
                },
                "subject": {
                    "reference": "Patient/0000000001"
                },
                "status": "available",
                "started": "2022-10-23",
                "modality": {
                    "system": "urn:oid:1.2.840.10008.6.1.19",
                    "code": "CT",
                    "display": "Computed Tomography"
                },
                "procedureCode":  [
                    {
                        "coding":  [
                            {
                                "system": "https://aicentre.co.uk/flip/PROCEDURE_CODE",
                                "code": "XRCH",
                                "display": "XRAY CHEST"
                            }
                        ]
                    }
                ],
                "identifier":  [
                    {
                        "use": "official",
                        "type": {
                            "coding":  [
                                {
                                    "system": "https://aicentre.co.uk/flip/PACS-LOCAL",
                                    "code": "FILLER"
                                }
                            ]
                        },
                        "value": "BG985007X"
                    },
                    {
                        "use": "official",
                        "type": {
                            "coding":  [
                                {
                                    "system": "https://aicentre.co.uk/flip/PACS-LOCAL",
                                    "code": "ACSN"
                                }
                            ]
                        },
                        "value": "RJZ74318338"
                    }
                ],
                "series":  [
                    {
                        "uid": "1.2.840.10008.6.1.19",
                        "modality": {
                            "system": "urn:oid:1.2.840.10008.6.1.19",
                            "code": "CT",
                            "display": "Computed Tomography"
                        },
                        "laterality": {
                            "system": "urn:oid:1.2.840.10008.6.1.1284",
                            "code": "7771000",
                            "display": "Left"
                        },
                        "bodySite": {
                            "system": "https://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html",
                            "code": 43799004
                        },
                        "instance": {
                            "uid": "1.2.840.10008.6.1.19",
                            "sopClass": {
                                "display": "Computed Radiography Image Storage",
                                "system": "1.2.840.10008.15.0.​3.​14",
                                "code": "1.2.840.10008.5.1.4.1.1.1"
                            }
                        }
                    }
                ]
            }
        },
        {
            "resource": {
                "resourceType": "Patient",
                "identifier":  [
                    {
                        "use": "official",
                        "type": {
                            "coding":  [
                                {
                                    "code": "NHS"
                                }
                            ]
                        },
                        "value": "0000000001"
                    }
                ],
                "gender": "male",
                "birthDate": "1991-01-01",
                "deceasedDateTime": "2022-01-01"
            }
        },
        {
            "resource": {
                "resourceType": "Observation",
                "status": "final",
                "code":  [
                    {
                        "coding":  [
                            {
                                "system": "https://aicentre.co.uk/flip/PACS-LOCAL",
                                "code": "XRCH",
                                "display": "XRAY CHEST"
                            }
                        ]
                    }
                ],
                "effectiveDateTime": "2022-10-23",
                "valueString": "Resulted-Normal"
            }
        }
    ]
}