FHIR IG analytics| Package | synapxe.nde |
| Resource Type | List |
| Id | ListUpdateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "List",
"id": "pml-123456",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-patientmedicationlist"
],
"versionId": "2",
"lastUpdated": "2025-08-19T09:00:00+08:00"
},
"contained": [
{
"resourceType": "MedicationStatement"
}
],
"extension": [
{
"url": "cMISAvailability",
"valueString": "Unavailable"
}
],
"identifier": {
"system": "https://fhir.synapxe.sg/identifier/patientmedicationlist",
"value": "PML-123456"
},
"mode": "working",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "10160-0",
"display": "History of medication use"
}
]
},
"subject": {
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"value": "S1234567A"
}
},
"encounter": {
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/encounterID",
"value": "ENC-123456"
}
},
"date": "2025-08-19T09:00:00+08:00",
"source": {
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/encounter",
"value": "ENC-123456"
}
},
"note": [
{
"text": "Patient medication list updated."
}
],
"entry": [
{
"date": "2025-08-19T09:00:00+08:00",
"item": {
"reference": "MedicationStatement/example"
}
}
]
}