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

FHIR IG analytics

Packagesynapxe.nde
Resource TypeBundle
IdGetMedicationsResponse.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",
  "meta": {
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-bundlepatientmedicationlist"
    ]
  },
  "link": [
    {
      "relation": "self",
      "url": "https://localhost:4553/$get-medications?patient=S1234567A&status=active"
    }
  ],
  "total": 1,
  "entry": [
    {
      "fullUrl": "https://fhir.synapxe.sg/StructureDefinition/profile-medicationstatement",
      "resource": {
        "resourceType": "MedicationStatement",
        "id": "medicationStatement-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-medicationstatement"
          ]
        },
        "extension": [
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-sequenceno",
            "valueDecimal": 1.02
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-groupno",
            "valueDecimal": 123
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-groupsequenceno",
            "valueDecimal": 1
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-changesmade",
            "valueCoding": {
              "system": "https://fhir.synapxe.sg/CodingSystem/changes-made",
              "code": "1",
              "display": "Things that were changed"
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-reasonforchange",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodingSystem/reason-for-change",
                  "code": "275942009",
                  "display": "New Medication"
                }
              ]
            }
          }
        ],
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/medicationstatement",
            "value": "medstmt-001"
          }
        ],
        "status": "recorded",
        "medication": {
          "reference": {
            "reference": "#medication-001"
          }
        },
        "subject": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric",
            "value": "S1234567A"
          }
        },
        "encounter": {
          "reference": "Encounter/C0040271021G"
        },
        "dateAsserted": "2025-08-07",
        "derivedFrom": [
          {
            "reference": "#medreq-001"
          },
          {
            "reference": "#meddisp-001"
          }
        ],
        "dosage": [
          {
            "text": "Take 1 tablet once daily",
            "asNeededFor": [
              {
                "coding": [
                  {
                    "system": "http://snomed.info/sct",
                    "code": "410942007",
                    "display": "As needed"
                  }
                ]
              }
            ],
            "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": 1,
                    "unit": "tablet",
                    "system": "http://unitsofmeasure.org",
                    "code": "{tablet}"
                  }
                }
              }
            ]
          }
        ],
        "contained": [
          {
            "resourceType": "Medication",
            "id": "medication-001",
            "code": {
              "coding": [
                {
                  "system": "http://www.whocc.no/atc",
                  "code": "A10BA02",
                  "display": "Metformin"
                }
              ],
              "text": "Metformin 500mg tablet"
            }
          },
          {
            "resourceType": "MedicationRequest",
            "id": "medreq-001",
            "meta": {
              "profile": [
                "https://fhir.synapxe.sg/StructureDefinition/profile-medicationrequest"
              ]
            },
            "status": "active",
            "intent": "order",
            "medication": {
              "reference": {
                "reference": "#medication-001"
              }
            },
            "subject": {
              "reference": "Patient/12345"
            }
          },
          {
            "resourceType": "MedicationDispense",
            "id": "meddisp-001",
            "meta": {
              "profile": [
                "https://fhir.synapxe.sg/StructureDefinition/profile-medicationdispense"
              ]
            },
            "status": "completed",
            "medication": {
              "reference": {
                "reference": "#medication-001"
              }
            },
            "subject": {
              "reference": "Patient/12345"
            }
          }
        ]
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/StructureDefinition/profile-allergyintolerance",
      "resource": {
        "resourceType": "AllergyIntolerance",
        "id": "drugAllergy-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-allergyintolerance"
          ]
        },
        "code": {
          "coding": [
            {
              "system": "https://fhir.synapxe.sg/CodeSystem/medication-list",
              "code": "A00090",
              "display": "Pralidoxime"
            }
          ]
        },
        "patient": {
          "reference": "Patient/12345"
        }
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/StructureDefinition/profile-flag",
      "resource": {
        "resourceType": "Flag",
        "id": "flag-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-flag"
          ]
        },
        "status": "active",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "281647001",
              "display": "Fall risk"
            }
          ]
        },
        "subject": {
          "type": "Patient",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/nric",
            "value": "S1234567A"
          }
        }
      }
    },
    {
      "fullUrl": "https://fhir.synapxe.sg/StructureDefinition/profile-patientmedicationlist",
      "resource": {
        "resourceType": "List",
        "id": "list-001",
        "meta": {
          "profile": [
            "https://fhir.synapxe.sg/StructureDefinition/profile-patientmedicationlist"
          ]
        },
        "extension": [
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-cmisavailability",
            "valueBoolean": false
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-assessmentofmedicationknowledge",
            "valueString": "Sufficient"
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-interventions",
            "valueString": "Necessary booklet provided for patient to read up."
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-medicationmanagementissues",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/nehr-medicationmanagementissues",
                  "code": "1",
                  "display": "Difficulty in managing medications"
                }
              ],
              "text": "Need to be resolved within 5 days."
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-monitoringplan",
            "valueString": "Follow up visits need to be conducted every 3 months."
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-reviewedupon",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodeSystem/nehr-reviewedupon",
                  "code": "1",
                  "display": "Admission"
                }
              ]
            }
          },
          {
            "url": "https://fhir.synapxe.sg/StructureDefinition/ext-sourceofmedicationlist",
            "valueCodeableConcept": {
              "coding": [
                {
                  "system": "https://fhir.synapxe.sg/CodingSystem/med-list-source",
                  "code": "1",
                  "display": "Patient/Caregiver Interview"
                }
              ]
            }
          }
        ],
        "status": "current",
        "mode": "working",
        "identifier": [
          {
            "system": "https://fhir.synapxe.sg/NamingSystem/patient-medicationlist",
            "value": "0010TKBMK"
          }
        ],
        "code": {
          "coding": [
            {
              "system": "https://fhir.synapxe.sg/CodingSystem/nehr-medicationlist",
              "code": "1",
              "display": "Patient's Medication List"
            }
          ]
        },
        "subject": [
          {
            "type": "Patient",
            "identifier": {
              "system": "https://fhir.synapxe.sg/NamingSystem/nric",
              "value": "S1234567A"
            }
          }
        ],
        "encounter": {
          "type": "Encounter",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/encounterID",
            "value": "C0040271021G"
          }
        },
        "date": "2025-09-09",
        "source": {
          "type": "Practitioner",
          "identifier": {
            "system": "https://fhir.synapxe.sg/NamingSystem/mcr",
            "value": "M12345A"
          }
        },
        "note": [
          {
            "text": "Please take the medications in the list on time.",
            "extension": [
              {
                "url": "https://fhir.synapxe.sg/StructureDefinition/ext-notetype",
                "valueCode": "patient"
              }
            ]
          },
          {
            "text": "Patient has to take these medications and the list needs to be reviewed at every visit.",
            "extension": [
              {
                "url": "https://fhir.synapxe.sg/StructureDefinition/ext-notetype",
                "valueCode": "practitioner"
              }
            ]
          }
        ],
        "entry": [
          {
            "date": "2006-02-11",
            "item": {
              "reference": "MedicationStatement/medicationStatement-001"
            }
          },
          {
            "date": "2006-02-11",
            "item": {
              "reference": "AllergyIntolerance/drugAllergy-001"
            }
          },
          {
            "date": "2006-02-11",
            "item": {
              "reference": "Flag/flag-001"
            }
          }
        ]
      }
    }
  ]
}