FHIR IG analytics| Package | synapxe.nde |
| Resource Type | Flag |
| Id | FlagCreateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Flag",
"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"
}
}