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

FHIR IG analytics

Packagenavify.fhir.r5.rdc
Resource TypeBundle
Idrdc-Bundle-R5-Carbs-Observation-Search-Result.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",
  "id": "rdc-Bundle-R5-Carbs-Observation-Search-Result",
  "type": "searchset",
  "link": [
    {
      "relation": "self",
      "url": "/fhir/r5/api/Observation?date=ge2025-09-18T10:11:00Z&date=le2025-10-29T11:11:00Z&subject=12345&code=9059-7&_sort=-date"
    }
  ],
  "entry": [
    {
      "fullUrl": "urn:uuid:62d3ddce-afb7-48f3-8841-9be7c247942d",
      "resource": {
        "resourceType": "Observation",
        "id": "0dc008ad-922a-424d-9d4e-fc0ae1e0f0a3",
        "meta": {
          "versionId": "1759720641827",
          "lastUpdated": "2025-10-06T03:17:21.827+00:00",
          "profile": [
            "https://roche.com/fhir/iop/StructureDefinition/rdc-Observation"
          ]
        },
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "9059-7",
              "display": "Carbohydrate intake Estimated"
            }
          ]
        },
        "subject": {
          "reference": "Patient/12345"
        },
        "effectiveDateTime": "2025-09-21T08:11:37+00:00",
        "valueQuantity": {
          "value": 66,
          "unit": "g",
          "system": "http://unitsofmeasure.org",
          "code": "g"
        },
        "device": {
          "reference": "Device/bgip-device-1"
        }
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}