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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeBundle
IdBundlePatientMedicationListRequest.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",
  "meta": {
    "extension": [
      {
        "url": "https://fhir.synapxe.sg/StructureDefinition/ext-artifact",
        "extension": [
          {
            "url": "msgId",
            "valueIdentifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/msg-id",
              "value": "CR001"
            }
          },
          {
            "url": "msgSequenceId",
            "valueIdentifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/msg-sequence-id",
              "value": "001"
            }
          },
          {
            "url": "date",
            "valueDateTime": "2026-04-01T15:00:00+08:00"
          }
        ]
      }
    ],
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-bundle-patientmedicationlist"
    ],
    "source": "HPB-IDEAS",
    "tag": [
      {
        "code": "TTSH"
      }
    ]
  },
  "type": "transaction",
  "entry": [
    {
      "fullUrl": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d",
      "resource": {
        "resourceType": "List",
        "id": "list-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-list-medicationstatement"
          ]
        },
        "text": {
          "status": "generated",
          "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example Patient Medication List</div>"
        },
        "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": {
          "reference": "e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b"
        },
        "entry": [
          {
            "date": "2026-01-15T10:00:00+08:00",
            "item": {
              "reference": "b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e"
            }
          },
          {
            "date": "2026-02-01T14:30:00+08:00",
            "item": {
              "reference": "c3d4e5f6-a7b8-4c9d-0e1f-2a3b4c5d6e7f"
            }
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "List"
      }
    },
    {
      "fullUrl": "b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e",
      "resource": {
        "resourceType": "MedicationStatement",
        "id": "medicationstatement-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-medicationstatement"
          ]
        },
        "status": "recorded",
        "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"
          }
        ],
        "category": [
          {
            "coding": [
              {
                "system": "https://fhir.synapxe.sg/CodeSystem/medication-statement-category",
                "code": "admission",
                "display": "Admission"
              }
            ]
          }
        ],
        "medication": {
          "reference": {
            "reference": "d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a"
          }
        },
        "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": "e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b"
          }
        ],
        "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}"
                  }
                }
              }
            ]
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "MedicationStatement"
      }
    },
    {
      "fullUrl": "c3d4e5f6-a7b8-4c9d-0e1f-2a3b4c5d6e7f",
      "resource": {
        "resourceType": "MedicationStatement",
        "id": "medicationstatement-002",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-medicationstatement"
          ]
        },
        "status": "recorded",
        "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"
          }
        ],
        "category": [
          {
            "coding": [
              {
                "system": "https://fhir.synapxe.sg/CodeSystem/medication-statement-category",
                "code": "discharge",
                "display": "Discharge"
              }
            ]
          }
        ],
        "medication": {
          "reference": {
            "reference": "f6a7b8c9-d0e1-4f2a-3b4c-5d6e7f8a9b0c"
          }
        },
        "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": "e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b"
          },
          {
            "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}"
                  }
                }
              }
            ]
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "MedicationStatement"
      }
    },
    {
      "fullUrl": "d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a",
      "resource": {
        "resourceType": "Medication",
        "id": "medication-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-medication"
          ]
        },
        "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"
            }
          ]
        }
      },
      "request": {
        "method": "POST",
        "url": "Medication"
      }
    },
    {
      "fullUrl": "f6a7b8c9-d0e1-4f2a-3b4c-5d6e7f8a9b0c",
      "resource": {
        "resourceType": "Medication",
        "id": "medication-002",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-medication"
          ]
        },
        "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"
            }
          ]
        }
      },
      "request": {
        "method": "POST",
        "url": "Medication"
      }
    },
    {
      "fullUrl": "e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b",
      "resource": {
        "resourceType": "PractitionerRole",
        "id": "practitionerrole-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-practitionerrole"
          ]
        },
        "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"
          }
        },
        "code": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "158965000",
                "display": "Medical practitioner"
              }
            ]
          }
        ],
        "specialty": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "394583002",
                "display": "General medicine"
              }
            ]
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "PractitionerRole"
      }
    },
    {
      "fullUrl": "a7b8c9d0-e1f2-4a3b-4c5d-6e7f8a9b0c1d",
      "resource": {
        "resourceType": "RelatedPerson",
        "id": "relatedperson-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-relatedperson"
          ]
        },
        "active": true,
        "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"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "+65-9123-4567",
            "use": "mobile"
          }
        ]
      },
      "request": {
        "method": "POST",
        "url": "RelatedPerson"
      }
    }
  ]
}