FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | Encounter |
| Id | EncounterPutEventResponse.Example.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "encounter-put-event-001",
"meta": {
"versionId": "2",
"lastUpdated": "2026-02-10T16:22:35.91+08:00"
},
"identifier": [
{
"system": "https://fhir.synapxe.sg/NamingSystem/record-id",
"value": "REC-ENC-2026-001234"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/case-id",
"value": "CASE-2026-001234"
},
{
"system": "https://fhir.synapxe.sg/NamingSystem/movement-id",
"value": "MOV-001"
}
],
"status": "completed",
"class": [
{
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/patient-type",
"code": "I",
"display": "Inpatient"
}
]
}
],
"serviceType": [
{
"concept": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/service-speciality",
"code": "102",
"display": "Cardiology"
}
]
}
}
],
"subject": {
"type": "Patient",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/nric-fin",
"value": "S1234567A"
},
"display": "John Tan"
},
"subjectStatus": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/event-type",
"code": "1",
"display": "Admission encounter"
}
]
},
"serviceProvider": {
"type": "Organization",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/hci-code",
"value": "11234"
},
"display": "National University Hospital"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/encounter-participant-type",
"code": "ATND",
"display": "Attender"
}
]
}
],
"actor": {
"type": "Practitioner",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/mcr",
"value": "M12345"
},
"display": "Dr. Sarah Lim"
}
}
],
"actualPeriod": {
"start": "2026-02-10T08:00:00+08:00",
"end": "2026-02-10T12:00:00+08:00"
},
"reason": [
{
"use": [
{
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/encounter-reason-type",
"code": "chief-complaint",
"display": "Chief Complaint"
}
]
}
],
"value": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "29857009",
"display": "Chest pain"
}
]
}
}
]
}
],
"admission": {
"admitSource": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/admit-source",
"code": "emergency",
"display": "Emergency Department"
}
]
},
"dischargeDisposition": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/discharge-disposition",
"code": "home",
"display": "Home"
}
]
}
},
"location": [
{
"location": {
"type": "Location",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/location-id",
"value": "WARD-A-101"
},
"display": "Ward A - Room 101"
},
"period": {
"start": "2026-02-10T08:00:00+08:00",
"end": "2026-02-10T12:00:00+08:00"
}
}
]
}