FHIR IG analytics| Package | synapxe.nde |
| Resource Type | Flag |
| Id | FlagResponse.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Flag",
"id": "flag-12345",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-flag"
],
"lastUpdated": "2025-08-27T08:00:00+08:00",
"versionId": "1.0.0"
},
"status": "active",
"category": [
{
"coding": [
{
"system": "http://example.org/fhir/flag-category",
"code": "ALERT",
"display": "Alert"
}
]
}
],
"code": {
"coding": [
{
"system": "http://example.org/fhir/flag-code",
"code": "FALL_RISK",
"display": "Fall Risk"
}
]
},
"subject": {
"reference": "Patient/12345"
},
"period": {
"start": "2025-08-27T08:00:00+08:00",
"end": "2025-09-27T08:00:00+08:00"
}
}