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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundleOrderedMedicationsRequest.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",
  "id": "bundle-orderedmedications-request-001",
  "identifier": {
    "system": "https://fhir.synapxe.sg/StructureDefinition/profile-bundle-medicationrequest",
    "value": "BUNDLE-MEDREQ-2026-001234"
  },
  "type": "transaction",
  "entry": [
    {
      "fullUrl": "urn:uuid:medicationrequest-001",
      "resource": {
        "resourceType": "MedicationRequest",
        "id": "medicationrequest-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-medicationrequest"
          ]
        },
        "contained": [
          {
            "resourceType": "Medication",
            "id": "med-001",
            "code": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/med-code",
                  "code": "PRED10MG",
                  "display": "Prednisolone 10 mg"
                }
              ]
            }
          }
        ],
        "extension": [
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-orderingLocation",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/ordering-location",
                  "code": "WARD-A",
                  "display": "Ward A"
                }
              ]
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-orderSetConnectingTerm",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/order-set-connecting-term",
                  "code": "THEN",
                  "display": "Then"
                }
              ]
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-changesMade",
            "valueString": "Dosage adjusted based on patient response"
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-authorizer",
            "valueReference": {
              "type": "Practitioner",
              "identifier": {
                "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
                "value": "M12345"
              },
              "display": "Dr. Sarah Lim"
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-orderingInstitution",
            "valueReference": {
              "type": "Organization",
              "identifier": {
                "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
                "value": "11234"
              },
              "display": "National University Hospital"
            }
          }
        ],
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "REC-MR-2026-001234"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/order-id",
            "value": "ORD-2026-001234"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/source-grouping-id",
            "value": "SRCGRP-2026-001234"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/sequence-no",
            "value": "1.1"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/group-sequence-no",
            "value": "1"
          }
        ],
        "groupIdentifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/group-no",
          "value": "SDSGH103599"
        },
        "status": "active",
        "intent": "order",
        "category": [
          {
            "coding": [
              {
                "system": "https://fhir.synapxe.sg/CodeSystem/order-type",
                "code": "inpatient",
                "display": "Inpatient Order"
              }
            ]
          }
        ],
        "medication": {
          "concept": {
            "coding": [
              {
                "system": "https://fhir.synapxe.sg/CodeSystem/med-code",
                "code": "PRED10MG",
                "display": "Prednisolone 10 mg"
              }
            ]
          },
          "reference": {
            "reference": "#med-001"
          }
        },
        "subject": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric-fin",
            "value": "S1234567A"
          }
        },
        "encounter": {
          "type": "Encounter",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/event-id",
            "value": "ENC-2026-001234"
          }
        },
        "authoredOn": "2026-02-10T09:00:00+08:00",
        "requester": {
          "type": "Practitioner",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
            "value": "M12345"
          }
        },
        "reason": [
          {
            "concept": {
              "text": "Inflammatory condition requiring corticosteroid therapy"
            }
          }
        ],
        "note": [
          {
            "text": "Monitor for adverse effects. Review dosage after 3 days."
          }
        ],
        "dosageInstruction": [
          {
            "text": "Take 10mg orally once daily for 3 days",
            "timing": {
              "repeat": {
                "frequency": 1,
                "period": 1,
                "periodUnit": "d",
                "duration": 3,
                "durationUnit": "d"
              }
            },
            "route": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "26643006",
                  "display": "Oral route"
                }
              ]
            },
            "doseAndRate": [
              {
                "doseQuantity": {
                  "value": 10,
                  "unit": "mg",
                  "system": "http://unitsofmeasure.org",
                  "code": "mg"
                }
              }
            ]
          }
        ],
        "dispenseRequest": {
          "quantity": {
            "value": 3,
            "unit": "tablet",
            "system": "http://unitsofmeasure.org",
            "code": "{tablet}"
          }
        }
      },
      "request": {
        "method": "POST",
        "url": "MedicationRequest"
      }
    },
    {
      "fullUrl": "urn:uuid:medicationrequest-002",
      "resource": {
        "resourceType": "MedicationRequest",
        "id": "medicationrequest-002",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-medicationrequest"
          ]
        },
        "contained": [
          {
            "resourceType": "Medication",
            "id": "med-002",
            "code": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/med-code",
                  "code": "PRED5MG",
                  "display": "Prednisolone 5 mg"
                }
              ]
            }
          }
        ],
        "extension": [
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-orderingLocation",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/ordering-location",
                  "code": "WARD-A",
                  "display": "Ward A"
                }
              ]
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-orderSetConnectingTerm",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/order-set-connecting-term",
                  "code": "THEN",
                  "display": "Then"
                }
              ]
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-orderingInstitution",
            "valueReference": {
              "type": "Organization",
              "identifier": {
                "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
                "value": "11234"
              },
              "display": "National University Hospital"
            }
          }
        ],
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "REC-MR-2026-001235"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/order-id",
            "value": "ORD-2026-001234"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/source-grouping-id",
            "value": "SRCGRP-2026-001234"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/sequence-no",
            "value": "1.2"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/group-sequence-no",
            "value": "2"
          }
        ],
        "groupIdentifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/group-no",
          "value": "SDSGH103599"
        },
        "status": "active",
        "intent": "order",
        "category": [
          {
            "coding": [
              {
                "system": "https://fhir.synapxe.sg/CodeSystem/order-type",
                "code": "inpatient",
                "display": "Inpatient Order"
              }
            ]
          }
        ],
        "medication": {
          "concept": {
            "coding": [
              {
                "system": "https://fhir.synapxe.sg/CodeSystem/med-code",
                "code": "PRED5MG",
                "display": "Prednisolone 5 mg"
              }
            ]
          },
          "reference": {
            "reference": "#med-002"
          }
        },
        "subject": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric-fin",
            "value": "S1234567A"
          }
        },
        "encounter": {
          "type": "Encounter",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/event-id",
            "value": "ENC-2026-001234"
          }
        },
        "authoredOn": "2026-02-10T09:00:00+08:00",
        "requester": {
          "type": "Practitioner",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
            "value": "M12345"
          }
        },
        "dosageInstruction": [
          {
            "text": "Take 5mg orally once daily for 5 days",
            "timing": {
              "repeat": {
                "frequency": 1,
                "period": 1,
                "periodUnit": "d",
                "duration": 5,
                "durationUnit": "d"
              }
            },
            "route": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "26643006",
                  "display": "Oral route"
                }
              ]
            },
            "doseAndRate": [
              {
                "doseQuantity": {
                  "value": 5,
                  "unit": "mg",
                  "system": "http://unitsofmeasure.org",
                  "code": "mg"
                }
              }
            ]
          }
        ],
        "dispenseRequest": {
          "quantity": {
            "value": 5,
            "unit": "tablet",
            "system": "http://unitsofmeasure.org",
            "code": "{tablet}"
          }
        }
      },
      "request": {
        "method": "POST",
        "url": "MedicationRequest"
      }
    },
    {
      "fullUrl": "urn:uuid:medicationrequest-003",
      "resource": {
        "resourceType": "MedicationRequest",
        "id": "medicationrequest-003",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-medicationrequest"
          ]
        },
        "contained": [
          {
            "resourceType": "Medication",
            "id": "med-003",
            "code": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/med-code",
                  "code": "PARA1000MG",
                  "display": "Paracetamol 1000 mg"
                }
              ]
            }
          }
        ],
        "extension": [
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-orderingLocation",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/ordering-location",
                  "code": "WARD-A",
                  "display": "Ward A"
                }
              ]
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-orderSetConnectingTerm",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/order-set-connecting-term",
                  "code": "AND",
                  "display": "And"
                }
              ]
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-orderingInstitution",
            "valueReference": {
              "type": "Organization",
              "identifier": {
                "system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
                "value": "11234"
              },
              "display": "National University Hospital"
            }
          }
        ],
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/record-id",
            "value": "REC-MR-2026-001236"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/order-id",
            "value": "ORD-2026-001235"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/source-grouping-id",
            "value": "SRCGRP-2026-001235"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/sequence-no",
            "value": "1.4"
          },
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/group-sequence-no",
            "value": "1"
          }
        ],
        "groupIdentifier": {
          "system": "https://fhir.synapxe.sg/NamingSystem/group-no",
          "value": "SDSGH103588"
        },
        "status": "active",
        "intent": "order",
        "category": [
          {
            "coding": [
              {
                "system": "https://fhir.synapxe.sg/CodeSystem/order-type",
                "code": "inpatient",
                "display": "Inpatient Order"
              }
            ]
          }
        ],
        "medication": {
          "concept": {
            "coding": [
              {
                "system": "https://fhir.synapxe.sg/CodeSystem/med-code",
                "code": "PARA1000MG",
                "display": "Paracetamol 1000 mg"
              }
            ]
          },
          "reference": {
            "reference": "#med-003"
          }
        },
        "subject": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric-fin",
            "value": "S1234567A"
          }
        },
        "encounter": {
          "type": "Encounter",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/event-id",
            "value": "ENC-2026-001234"
          }
        },
        "authoredOn": "2026-02-10T09:00:00+08:00",
        "requester": {
          "type": "Practitioner",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
            "value": "M12345"
          }
        },
        "dosageInstruction": [
          {
            "text": "Take 1000mg orally in the morning",
            "timing": {
              "repeat": {
                "when": [
                  "MORN"
                ]
              }
            },
            "route": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "26643006",
                  "display": "Oral route"
                }
              ]
            },
            "doseAndRate": [
              {
                "doseQuantity": {
                  "value": 1000,
                  "unit": "mg",
                  "system": "http://unitsofmeasure.org",
                  "code": "mg"
                }
              }
            ]
          }
        ],
        "dispenseRequest": {
          "quantity": {
            "value": 30,
            "unit": "tablet",
            "system": "http://unitsofmeasure.org",
            "code": "{tablet}"
          }
        }
      },
      "request": {
        "method": "POST",
        "url": "MedicationRequest"
      }
    }
  ]
}