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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleChronicDiseaseScreeningReport.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-cd-001",
      "resource": {
        "resourceType": "DiagnosticReport",
        "id": "diagnosticreport-cd-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-diagnosticreport-cd"
          ]
        },
        "extension": [
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-orderOfTest",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/order-of-test",
                  "code": "first",
                  "display": "First Test"
                }
              ]
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-followupType",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/followup-type",
                  "code": "routine",
                  "display": "Routine Follow-up"
                }
              ]
            }
          }
        ],
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "CD-RPT-2026-001234"
          }
        ],
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "https://fhir.synapxe.sg/CodeSystem/screen-type",
              "code": "screen-for-life-chronic-disease",
              "display": "Screen For Life - Chronic Disease Screening Report"
            }
          ]
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "performer": [
          {
            "type": "Organization",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
              "value": "11234"
            }
          }
        ],
        "specimen": {
          "reference": "urn:uuid:specimen-001"
        },
        "result": [
          {
            "reference": "urn:uuid:observation-glucose-001"
          },
          {
            "reference": "urn:uuid:observation-bp-001"
          },
          {
            "reference": "urn:uuid:observation-cholesterol-001"
          },
          {
            "reference": "urn:uuid:observation-bmi-001"
          }
        ],
        "supportingInfo": [
          {
            "type": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/supportinginfo-type",
                  "code": "history"
                }
              ]
            },
            "reference": {
              "reference": "urn:uuid:observation-history-001"
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "DiagnosticReport"
      }
    },
    {
      "fullUrl": "urn:uuid:specimen-001",
      "resource": {
        "resourceType": "Specimen",
        "id": "specimen-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-specimen"
          ]
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/specimen-id",
            "value": "SPEC-CD-2026-001234"
          }
        ],
        "status": "available",
        "type": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "119297000",
              "display": "Blood specimen"
            }
          ]
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "receivedTime": "2026-02-09T09:30:00+08:00",
        "collection": {
          "collectedDateTime": "2026-02-09T09:00:00+08:00",
          "method": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "278450005",
                "display": "Finger-prick sampling"
              }
            ]
          }
        }
      },
      "request": {
        "method": "POST",
        "url": "Specimen"
      }
    },
    {
      "fullUrl": "urn:uuid:observation-glucose-001",
      "resource": {
        "resourceType": "Observation",
        "id": "observation-glucose-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
          ]
        },
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "laboratory",
                "display": "Laboratory"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "2339-0",
              "display": "Glucose [Mass/volume] in Blood"
            }
          ]
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-09T09:00:00+08:00",
        "valueQuantity": {
          "value": 5.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": [
          {
            "low": {
              "value": 3.9,
              "unit": "mmol/L",
              "system": "http://unitsofmeasure.org",
              "code": "mmol/L"
            },
            "high": {
              "value": 6.1,
              "unit": "mmol/L",
              "system": "http://unitsofmeasure.org",
              "code": "mmol/L"
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    },
    {
      "fullUrl": "urn:uuid:observation-bp-001",
      "resource": {
        "resourceType": "Observation",
        "id": "observation-bp-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
          ]
        },
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "85354-9",
              "display": "Blood pressure panel"
            }
          ]
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-09T09:15:00+08:00",
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "8480-6",
                  "display": "Systolic blood pressure"
                }
              ]
            },
            "valueQuantity": {
              "value": 128,
              "unit": "mmHg",
              "system": "http://unitsofmeasure.org",
              "code": "mm[Hg]"
            }
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://loinc.org",
                  "code": "8462-4",
                  "display": "Diastolic blood pressure"
                }
              ]
            },
            "valueQuantity": {
              "value": 82,
              "unit": "mmHg",
              "system": "http://unitsofmeasure.org",
              "code": "mm[Hg]"
            }
          }
        ],
        "interpretation": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                "code": "N",
                "display": "Normal"
              }
            ]
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    },
    {
      "fullUrl": "urn:uuid:observation-cholesterol-001",
      "resource": {
        "resourceType": "Observation",
        "id": "observation-cholesterol-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
          ]
        },
        "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"
            }
          ]
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-09T09:00:00+08:00",
        "valueQuantity": {
          "value": 5.2,
          "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": 5.2,
              "unit": "mmol/L",
              "system": "http://unitsofmeasure.org",
              "code": "mmol/L"
            },
            "text": "Desirable: less than 5.2 mmol/L"
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    },
    {
      "fullUrl": "urn:uuid:observation-bmi-001",
      "resource": {
        "resourceType": "Observation",
        "id": "observation-bmi-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
          ]
        },
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "vital-signs",
                "display": "Vital Signs"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "39156-5",
              "display": "Body mass index (BMI) [Ratio]"
            }
          ]
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-09T09:10:00+08:00",
        "valueQuantity": {
          "value": 23.5,
          "unit": "kg/m2",
          "system": "http://unitsofmeasure.org",
          "code": "kg/m2"
        },
        "interpretation": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
                "code": "N",
                "display": "Normal"
              }
            ],
            "text": "Normal weight"
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    },
    {
      "fullUrl": "urn:uuid:observation-history-001",
      "resource": {
        "resourceType": "Observation",
        "id": "observation-history-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-observation"
          ]
        },
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "social-history",
                "display": "Social History"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "74013-4",
              "display": "Chronic disease risk factors"
            }
          ],
          "text": "Chronic Disease Risk Assessment"
        },
        "subject": {
          "reference": "Patient/patient-001",
          "type": "Patient"
        },
        "effectiveDateTime": "2026-02-09T09:00:00+08:00",
        "valueString": "Patient reports no family history of diabetes or cardiovascular disease. Non-smoker, exercises regularly 3 times per week, maintains healthy diet."
      },
      "request": {
        "method": "POST",
        "url": "Observation"
      }
    }
  ]
}