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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleProblemListDocumentResponse.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": "searchset",
  "total": 1,
  "timestamp": "2026-03-31T10:00:00+08:00",
  "link": [
    {
      "relation": "self",
      "url": "[baseurl]/List/$retrieve?patient.identifier=https://fhir.synapxe.sg/NamingSystem/nric|S1234567A&type=problem-list"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir.synapxe.sg/List/list-problemlist-001",
      "resource": {
        "resourceType": "List",
        "id": "list-problemlist-001",
        "meta": {
          "lastUpdated": "2026-03-31T10:00:00.100+08:00"
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/list-id",
            "value": "LIST-20260101-001"
          }
        ],
        "status": "current",
        "mode": "working",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "11450-4",
              "display": "Problem list - Reported"
            }
          ]
        },
        "subject": [
          {
            "type": "Patient",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/nric",
              "value": "S1234567A"
            }
          }
        ],
        "date": "2026-01-01T08:00:00+08:00",
        "source": {
          "type": "Organization",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
            "value": "SGH001"
          }
        },
        "entry": [
          {
            "item": {
              "reference": "Condition/condition-001"
            }
          },
          {
            "item": {
              "reference": "Condition/condition-002"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/Condition/condition-001",
      "resource": {
        "resourceType": "Condition",
        "id": "condition-001",
        "meta": {
          "lastUpdated": "2026-03-31T10:00:00.101+08:00"
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "COND-20260101-001"
          }
        ],
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code": "active",
              "display": "Active"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "44054006",
              "display": "Diabetes mellitus type 2"
            }
          ]
        },
        "subject": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric",
            "value": "S1234567A"
          }
        },
        "participant": [
          {
            "actor": {
              "type": "Practitioner",
              "identifier": {
                "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
                "value": "M12345"
              }
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/Condition/condition-002",
      "resource": {
        "resourceType": "Condition",
        "id": "condition-002",
        "meta": {
          "lastUpdated": "2026-03-31T10:00:00.102+08:00"
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "COND-20260101-002"
          }
        ],
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code": "active",
              "display": "Active"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "38341003",
              "display": "Hypertensive disorder"
            }
          ]
        },
        "subject": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric",
            "value": "S1234567A"
          }
        },
        "participant": [
          {
            "actor": {
              "type": "Practitioner",
              "identifier": {
                "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
                "value": "M12345"
              }
            }
          }
        ]
      }
    }
  ]
}