FHIR IG analytics| Package | synapxe.nde |
| Resource Type | EpisodeOfCare |
| Id | EpisodeOfCareUpdateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "EpisodeOfCare",
"id": "eoc-123456",
"meta": {
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-episodeofcare"
],
"versionId": "2",
"lastUpdated": "2025-08-19T09:00:00+08:00"
},
"identifier": {
"system": "https://fhir.synapxe.sg/identifier/episodeofcare",
"value": "EOC-123456"
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/episodeofcare-type",
"code": "hacc",
"display": "Home and Community Care"
}
]
}
],
"period": {
"start": "2025-08-19T09:00:00+08:00"
}
}