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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleLabResultRequest.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-lab-001",
      "resource": {
        "resourceType": "DiagnosticReport",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-labresult"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "LAB-RPT-2026-002345"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/accession-no",
            "value": "ACC-LAB-2026-002345"
          }
        ],
        "basedOn": [
          {
            "reference": "urn:uuid:servicerequest-lab-001"
          }
        ],
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
                "code": "LAB"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "24331-1",
              "display": "Lipid panel - Serum or Plasma"
            }
          ],
          "text": "Lipid Panel"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric-fin",
            "value": "S9876543D"
          }
        },
        "encounter": {
          "reference": "Encounter/encounter-001",
          "type": "Encounter",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/visit-number",
            "value": "VN-2026-002345"
          }
        },
        "effectiveDateTime": "2026-02-10T08:30:00+08:00",
        "issued": "2026-02-10T16:15:00+08:00",
        "performer": [
          {
            "reference": "urn:uuid:location-lab-001"
          }
        ],
        "resultsInterpreter": [
          {
            "type": "Practitioner",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
              "value": "M23456"
            }
          }
        ],
        "specimen": [
          {
            "reference": "urn:uuid:specimen-lab-001"
          }
        ],
        "result": [
          {
            "reference": "urn:uuid:observation-investigation-001"
          },
          {
            "reference": "urn:uuid:observation-investigation-002"
          },
          {
            "reference": "urn:uuid:observation-investigation-003"
          },
          {
            "reference": "urn:uuid:observation-investigation-004"
          }
        ],
        "conclusionCode": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "166830008",
                "display": "Serum cholesterol raised"
              }
            ],
            "text": "Elevated total cholesterol and LDL cholesterol"
          }
        ],
        "note": [
          {
            "text": "Patient fasted for 12 hours prior to blood collection. Results show elevated cholesterol levels requiring dietary modification and possible medication."
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "DiagnosticReport"
      }
    },
    {
      "fullUrl": "urn:uuid:servicerequest-lab-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-LAB-2026-002345"
          }
        ],
        "status": "completed",
        "intent": "order",
        "category": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "108252007",
                "display": "Laboratory procedure"
              }
            ]
          }
        ],
        "priority": "routine",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "24331-1",
              "display": "Lipid panel - Serum or Plasma"
            }
          ],
          "text": "Fasting Lipid Profile"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "encounter": {
          "reference": "Encounter/encounter-001",
          "type": "Encounter"
        },
        "occurrenceDateTime": "2026-02-10T08:30:00+08:00",
        "authoredOn": "2026-02-09T14:00:00+08:00",
        "requester": {
          "reference": "Practitioner/practitioner-001",
          "display": "Dr. Emily Chen"
        },
        "reasonCode": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "183478001",
                "display": "Health check-up"
              }
            ],
            "text": "Annual health screening"
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "ServiceRequest"
      }
    },
    {
      "fullUrl": "urn:uuid:location-lab-001",
      "resource": {
        "resourceType": "Location",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-location"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/location-id",
            "value": "LOC-LAB-001"
          }
        ],
        "status": "active",
        "name": "Clinical Chemistry Laboratory",
        "type": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code": "CVDX",
                "display": "Cardiovascular diagnostics or therapeutics unit"
              }
            ],
            "text": "Laboratory"
          }
        ],
        "managingOrganization": {
          "reference": "Organization/org-lab-001",
          "display": "General Hospital Singapore - Laboratory Services"
        }
      },
      "request": {
        "method": "POST",
        "url": "Location"
      }
    },
    {
      "fullUrl": "urn:uuid:specimen-lab-001",
      "resource": {
        "resourceType": "Specimen",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-specimen"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/specimen-id",
            "value": "SPEC-2026-002345"
          }
        ],
        "status": "available",
        "type": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "119364003",
              "display": "Serum specimen"
            }
          ],
          "text": "Serum"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "receivedTime": "2026-02-10T08:45:00+08:00",
        "collection": {
          "collectedDateTime": "2026-02-10T08:30:00+08:00",
          "method": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "129314006",
                "display": "Venipuncture"
              }
            ]
          },
          "bodySite": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "368208006",
                "display": "Left arm"
              }
            ]
          }
        },
        "container": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "702283008",
                  "display": "Blood collection tube, no additive"
                }
              ],
              "text": "Plain tube"
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Specimen"
      }
    },
    {
      "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-LAB-2026-002345-001"
          }
        ],
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "laboratory",
                "display": "Laboratory"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "2093-3",
              "display": "Cholesterol [Mass/volume] in Serum or Plasma"
            }
          ],
          "text": "Total Cholesterol"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-10T08:30:00+08:00",
        "issued": "2026-02-10T16:15:00+08:00",
        "performer": [
          {
            "reference": "urn:uuid:location-lab-001"
          }
        ],
        "valueQuantity": {
          "value": 6.2,
          "unit": "mmol/L",
          "system": "http://unitsofmeasure.org",
          "code": "mmol/L"
        },
        "interpretation": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                "code": "H",
                "display": "High"
              }
            ]
          }
        ],
        "referenceRange": [
          {
            "low": {
              "value": 3,
              "unit": "mmol/L",
              "system": "http://unitsofmeasure.org",
              "code": "mmol/L"
            },
            "high": {
              "value": 5.2,
              "unit": "mmol/L",
              "system": "http://unitsofmeasure.org",
              "code": "mmol/L"
            },
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
                  "code": "normal",
                  "display": "Normal Range"
                }
              ]
            }
          }
        ]
      },
      "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-LAB-2026-002345-002"
          }
        ],
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "laboratory",
                "display": "Laboratory"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "2571-8",
              "display": "Triglyceride [Mass/volume] in Serum or Plasma"
            }
          ],
          "text": "Triglycerides"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-10T08:30:00+08:00",
        "issued": "2026-02-10T16:15:00+08:00",
        "performer": [
          {
            "reference": "urn:uuid:location-lab-001"
          }
        ],
        "valueQuantity": {
          "value": 1.8,
          "unit": "mmol/L",
          "system": "http://unitsofmeasure.org",
          "code": "mmol/L"
        },
        "interpretation": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                "code": "N",
                "display": "Normal"
              }
            ]
          }
        ],
        "referenceRange": [
          {
            "high": {
              "value": 2.3,
              "unit": "mmol/L",
              "system": "http://unitsofmeasure.org",
              "code": "mmol/L"
            },
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
                  "code": "normal",
                  "display": "Normal Range"
                }
              ]
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    },
    {
      "fullUrl": "urn:uuid:observation-investigation-003",
      "resource": {
        "resourceType": "Observation",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-investigation"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/observation-id",
            "value": "OBS-LAB-2026-002345-003"
          }
        ],
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "laboratory",
                "display": "Laboratory"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "2085-9",
              "display": "Cholesterol in HDL [Mass/volume] in Serum or Plasma"
            }
          ],
          "text": "HDL Cholesterol"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-10T08:30:00+08:00",
        "issued": "2026-02-10T16:15:00+08:00",
        "performer": [
          {
            "reference": "urn:uuid:location-lab-001"
          }
        ],
        "valueQuantity": {
          "value": 1.1,
          "unit": "mmol/L",
          "system": "http://unitsofmeasure.org",
          "code": "mmol/L"
        },
        "interpretation": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                "code": "N",
                "display": "Normal"
              }
            ]
          }
        ],
        "referenceRange": [
          {
            "low": {
              "value": 1,
              "unit": "mmol/L",
              "system": "http://unitsofmeasure.org",
              "code": "mmol/L"
            },
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
                  "code": "normal",
                  "display": "Normal Range"
                }
              ]
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    },
    {
      "fullUrl": "urn:uuid:observation-investigation-004",
      "resource": {
        "resourceType": "Observation",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-investigation"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/observation-id",
            "value": "OBS-LAB-2026-002345-004"
          }
        ],
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "laboratory",
                "display": "Laboratory"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "13457-7",
              "display": "Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation"
            }
          ],
          "text": "LDL Cholesterol (Calculated)"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-10T08:30:00+08:00",
        "issued": "2026-02-10T16:15:00+08:00",
        "performer": [
          {
            "reference": "urn:uuid:location-lab-001"
          }
        ],
        "valueQuantity": {
          "value": 4.3,
          "unit": "mmol/L",
          "system": "http://unitsofmeasure.org",
          "code": "mmol/L"
        },
        "interpretation": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                "code": "H",
                "display": "High"
              }
            ]
          }
        ],
        "referenceRange": [
          {
            "high": {
              "value": 3.4,
              "unit": "mmol/L",
              "system": "http://unitsofmeasure.org",
              "code": "mmol/L"
            },
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
                  "code": "normal",
                  "display": "Normal Range"
                }
              ]
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    }
  ]
}