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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundlePatientMedicationListDocumentResponse.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=medication-list"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir.synapxe.sg/List/list-001",
      "resource": {
        "resourceType": "List",
        "id": "list-001",
        "meta": {
          "lastUpdated": "2026-03-31T10:00:00.100+08:00"
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/pml-id",
            "value": "PML-2026-001"
          }
        ],
        "status": "current",
        "mode": "working",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "10160-0",
              "display": "Medication List"
            }
          ]
        },
        "subject": [
          {
            "type": "Patient",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/nric",
              "value": "S1234567A"
            }
          }
        ],
        "date": "2026-02-13T10:30:00+08:00",
        "source": {
          "type": "PractitionerRole",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
            "value": "M12345"
          }
        },
        "entry": [
          {
            "date": "2026-01-15T10:00:00+08:00",
            "item": {
              "reference": "MedicationStatement/medicationstatement-001"
            }
          },
          {
            "date": "2026-02-01T14:30:00+08:00",
            "item": {
              "reference": "MedicationStatement/medicationstatement-002"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/MedicationStatement/medicationstatement-001",
      "resource": {
        "resourceType": "MedicationStatement",
        "id": "medicationstatement-001",
        "meta": {
          "lastUpdated": "2026-03-31T10:00:00.101+08:00"
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/sequence-no",
            "value": "SEQ-001"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/group-no",
            "value": "GRP-001"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/group-sequence-no",
            "value": "GRPSEQ-001"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "REC-MS-2026-001"
          }
        ],
        "status": "recorded",
        "category": [
          {
            "coding": [
              {
                "system": "https://fhir.synapxe.sg/CodeSystem/medication-statement-category",
                "code": "admission",
                "display": "Admission"
              }
            ]
          }
        ],
        "medication": {
          "reference": {
            "reference": "Medication/medication-001"
          }
        },
        "subject": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric",
            "value": "S1234567A"
          }
        },
        "dateAsserted": "2026-01-15T10:00:00+08:00",
        "informationSource": [
          {
            "type": "PractitionerRole",
            "reference": "PractitionerRole/practitionerrole-001"
          }
        ],
        "dosage": [
          {
            "text": "Take one tablet twice daily",
            "asNeededFor": [
              {
                "coding": [
                  {
                    "system": "http://snomed.info/sct",
                    "code": "22253000",
                    "display": "Pain"
                  }
                ]
              }
            ],
            "route": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "26643006",
                  "display": "Oral route"
                }
              ]
            },
            "doseAndRate": [
              {
                "doseRange": {
                  "low": {
                    "value": 1,
                    "unit": "tablet",
                    "system": "http://unitsofmeasure.org",
                    "code": "{tablet}"
                  },
                  "high": {
                    "value": 2,
                    "unit": "tablet",
                    "system": "http://unitsofmeasure.org",
                    "code": "{tablet}"
                  }
                }
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/MedicationStatement/medicationstatement-002",
      "resource": {
        "resourceType": "MedicationStatement",
        "id": "medicationstatement-002",
        "meta": {
          "lastUpdated": "2026-03-31T10:00:00.102+08:00"
        },
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/sequence-no",
            "value": "SEQ-002"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/group-no",
            "value": "GRP-002"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/group-sequence-no",
            "value": "GRPSEQ-002"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "REC-MS-2026-002"
          }
        ],
        "status": "recorded",
        "category": [
          {
            "coding": [
              {
                "system": "https://fhir.synapxe.sg/CodeSystem/medication-statement-category",
                "code": "discharge",
                "display": "Discharge"
              }
            ]
          }
        ],
        "medication": {
          "reference": {
            "reference": "Medication/medication-002"
          }
        },
        "subject": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric",
            "value": "S1234567A"
          }
        },
        "dateAsserted": "2026-02-01T14:30:00+08:00",
        "informationSource": [
          {
            "type": "PractitionerRole",
            "reference": "PractitionerRole/practitionerrole-001"
          },
          {
            "type": "RelatedPerson",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/nric",
              "value": "S9876543B"
            }
          }
        ],
        "dosage": [
          {
            "text": "Apply to affected area twice daily",
            "asNeededFor": [
              {
                "coding": [
                  {
                    "system": "http://snomed.info/sct",
                    "code": "64572001",
                    "display": "Disease"
                  }
                ]
              }
            ],
            "route": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "6064005",
                  "display": "Topical route"
                }
              ]
            },
            "doseAndRate": [
              {
                "doseRange": {
                  "low": {
                    "value": 1,
                    "unit": "application",
                    "system": "http://unitsofmeasure.org",
                    "code": "{application}"
                  },
                  "high": {
                    "value": 2,
                    "unit": "application",
                    "system": "http://unitsofmeasure.org",
                    "code": "{application}"
                  }
                }
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/Medication/medication-001",
      "resource": {
        "resourceType": "Medication",
        "id": "medication-001",
        "meta": {
          "lastUpdated": "2026-03-31T10:00:00.103+08:00"
        },
        "code": {
          "coding": [
            {
              "system": "https://fhir.synapxe.sg/CodeSystem/med-code",
              "code": "PARA500MG",
              "display": "Paracetamol 500 mg"
            }
          ]
        },
        "doseForm": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "385055001",
              "display": "Tablet"
            }
          ]
        }
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/Medication/medication-002",
      "resource": {
        "resourceType": "Medication",
        "id": "medication-002",
        "meta": {
          "lastUpdated": "2026-03-31T10:00:00.104+08:00"
        },
        "code": {
          "coding": [
            {
              "system": "https://fhir.synapxe.sg/CodeSystem/med-code",
              "code": "PRED5MG",
              "display": "Prednisolone 5 mg"
            }
          ]
        },
        "doseForm": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "385099005",
              "display": "Cream"
            }
          ]
        }
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/PractitionerRole/practitionerrole-001",
      "resource": {
        "resourceType": "PractitionerRole",
        "id": "practitionerrole-001",
        "meta": {
          "lastUpdated": "2026-03-31T10:00:00.105+08:00"
        },
        "practitioner": {
          "type": "Practitioner",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
            "value": "M12345"
          }
        },
        "organization": {
          "type": "Organization",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
            "value": "SGH001"
          }
        }
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/RelatedPerson/relatedperson-001",
      "resource": {
        "resourceType": "RelatedPerson",
        "id": "relatedperson-001",
        "meta": {
          "lastUpdated": "2026-03-31T10:00:00.106+08:00"
        },
        "patient": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric",
            "value": "S1234567A"
          }
        },
        "relationship": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code": "WIFE",
                "display": "Wife"
              }
            ]
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Doe",
            "given": [
              "Jane"
            ]
          }
        ]
      }
    }
  ]
}