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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleRadiologyReportRequest.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",
  "entry": [
    {
      "fullUrl": "urn:uuid:diagnosticreport-radiology-001",
      "resource": {
        "resourceType": "DiagnosticReport",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-radiologyreport"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "RAD-RPT-2026-001234"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/accession-no",
            "value": "ACC-RAD-2026-001234"
          }
        ],
        "basedOn": [
          {
            "reference": "urn:uuid:servicerequest-radiology-001"
          }
        ],
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code": "RAD"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "30746-2",
              "display": "Chest X-ray"
            }
          ],
          "text": "Chest Radiograph, Posteroanterior and Lateral Views"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric-fin",
            "value": "S1234567A"
          }
        },
        "encounter": {
          "reference": "Encounter/encounter-001",
          "type": "Encounter",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/visit-number",
            "value": "VN-2026-001234"
          }
        },
        "effectiveDateTime": "2026-02-10T10:30:00+08:00",
        "issued": "2026-02-10T14:45:00+08:00",
        "performer": [
          {
            "reference": "urn:uuid:practitionerrole-radiologist-001"
          }
        ],
        "resultsInterpreter": [
          {
            "type": "Practitioner",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
              "value": "M12345"
            }
          }
        ],
        "result": [
          {
            "reference": "urn:uuid:observation-investigation-001"
          },
          {
            "reference": "urn:uuid:observation-investigation-002"
          }
        ],
        "conclusionCode": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "17621005",
                "display": "Normal"
              }
            ],
            "text": "No acute cardiopulmonary abnormality"
          }
        ],
        "presentedForm": [
          {
            "contentType": "application/pdf",
            "language": "en-SG",
            "data": "JVBERi0xLjQKJeLjz9MKMyAwIG9iago8PC9UeXBlIC9QYWdlCi9QYXJlbnQgMSAwIFIKL01lZGlhQm94IFswIDAgNjEyIDc5Ml0KL0NvbnRlbnRzIDQgMCBSCj4+CmVuZG9iago0IDAgb2JqCjw8L0xlbmd0aCA0NQo+PgpzdHJlYW0KQlQKLzEgMTIgVGYKMTAwIDcwMCBUZAooWC1yYXkgUmVwb3J0KSBUagpFVAplbmRzdHJlYW0KZW5kb2JqCjEgMCBvYmoKPDwvVHlwZSAvUGFnZXMKL0tpZHMgWzMgMCBSIF0KL0NvdW50IDEKL01lZGlhQm94IFswIDAgNjEyIDc5Ml0KPj4KZW5kb2JqCjUgMCBvYmoKPDwvVHlwZSAvQ2F0YWxvZwovUGFnZXMgMSAwIFIKPj4KZW5kb2JqCjYgMCBvYmoKPDwvUHJvZHVjZXIgKFNhbXBsZSBSYWRpb2xvZ3kgUmVwb3J0KQovQ3JlYXRpb25EYXRlIChEOjIwMjYwMjEwMTQ0NTAwKzA4JzAwJykKPj4KZW5kb2JqCnhyZWYKMCA3CjAwMDAwMDAwMDAgNjU1MzUgZiAKMDAwMDAwMDE4MyAwMDAwMCBuIAowMDAwMDAwMDAwIDY1NTM1IGYgCjAwMDAwMDAwMDkgMDAwMDAgbiAKMDAwMDAwMDA5OCAwMDAwMCBuIAowMDAwMDAwMjU0IDAwMDAwIG4gCjAwMDAwMDAzMDMgMDAwMDAgbiAKdHJhaWxlcgo8PC9TaXplIDcKL1Jvb3QgNSAwIFIKL0luZm8gNiAwIFIKPj4Kc3RhcnR4cmVmCjM5OAolJUVPRgo=",
            "title": "Chest X-ray Report - 2026-02-10"
          }
        ],
        "note": [
          {
            "text": "Clinical Indication: Routine screening for pre-employment health assessment.\n\nTechnique: PA and lateral chest radiographs obtained.\n\nFindings:\nLungs: Clear lung fields bilaterally. No focal consolidation, mass, or pleural effusion.\nHeart: Normal cardiac silhouette. Cardiothoracic ratio within normal limits.\nBones: No acute bony abnormality.\nSoft tissues: Unremarkable.\n\nImpression: No acute cardiopulmonary abnormality."
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "DiagnosticReport"
      }
    },
    {
      "fullUrl": "urn:uuid:servicerequest-radiology-001",
      "resource": {
        "resourceType": "ServiceRequest",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-servicerequest"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/service-request-id",
            "value": "SR-RAD-2026-001234"
          }
        ],
        "status": "completed",
        "intent": "order",
        "category": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "363679005",
                "display": "Imaging"
              }
            ]
          }
        ],
        "priority": "routine",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "30746-2",
              "display": "Chest X-ray"
            }
          ],
          "text": "Chest X-ray PA and Lateral"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "encounter": {
          "reference": "Encounter/encounter-001",
          "type": "Encounter"
        },
        "occurrenceDateTime": "2026-02-10T10:30:00+08:00",
        "authoredOn": "2026-02-10T09:00:00+08:00",
        "requester": {
          "reference": "Practitioner/practitioner-001",
          "display": "Dr. Sarah Tan"
        },
        "reasonCode": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "183478001",
                "display": "Pre-employment medical examination"
              }
            ],
            "text": "Routine pre-employment screening"
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "ServiceRequest"
      }
    },
    {
      "fullUrl": "urn:uuid:practitionerrole-radiologist-001",
      "resource": {
        "resourceType": "PractitionerRole",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/practitioner-role-id",
            "value": "PR-RAD-001"
          }
        ],
        "active": true,
        "practitioner": {
          "reference": "Practitioner/practitioner-radiologist-001",
          "display": "Dr. James Wong"
        },
        "organization": {
          "reference": "Organization/org-radiology-001",
          "display": "Department of Radiology"
        },
        "code": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "66862007",
                "display": "Radiologist"
              }
            ]
          }
        ],
        "specialty": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "394914008",
                "display": "Radiology"
              }
            ],
            "text": "Diagnostic Radiology"
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "PractitionerRole"
      }
    },
    {
      "fullUrl": "urn:uuid:observation-investigation-001",
      "resource": {
        "resourceType": "Observation",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-investigation"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/observation-id",
            "value": "OBS-RAD-2026-001234-001"
          }
        ],
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "imaging",
                "display": "Imaging"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "106048009",
              "display": "Radiographic finding"
            }
          ],
          "text": "Lung fields assessment"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-10T10:30:00+08:00",
        "issued": "2026-02-10T14:45:00+08:00",
        "performer": [
          {
            "reference": "urn:uuid:practitionerrole-radiologist-001"
          }
        ],
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "17621005",
              "display": "Normal"
            }
          ],
          "text": "Clear lung fields bilaterally"
        },
        "interpretation": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                "code": "N",
                "display": "Normal"
              }
            ]
          }
        ],
        "note": [
          {
            "text": "No focal consolidation, mass, or pleural effusion identified."
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    },
    {
      "fullUrl": "urn:uuid:observation-investigation-002",
      "resource": {
        "resourceType": "Observation",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-investigation"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/observation-id",
            "value": "OBS-RAD-2026-001234-002"
          }
        ],
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "imaging",
                "display": "Imaging"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "301348004",
              "display": "Heart size"
            }
          ],
          "text": "Cardiac silhouette assessment"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-10T10:30:00+08:00",
        "issued": "2026-02-10T14:45:00+08:00",
        "performer": [
          {
            "reference": "urn:uuid:practitionerrole-radiologist-001"
          }
        ],
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "17621005",
              "display": "Normal"
            }
          ],
          "text": "Normal cardiac silhouette"
        },
        "interpretation": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                "code": "N",
                "display": "Normal"
              }
            ]
          }
        ],
        "note": [
          {
            "text": "Cardiothoracic ratio within normal limits."
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    }
  ]
}