FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | Encounter |
| Id | EncounterRequest.Example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Encounter",
"id": "encounter-put-event-001",
"meta": {
"extension": [
{
"url": "https://fhir.synapxe.sg/StructureDefinition/ext-artifact",
"extension": [
{
"url": "msgId",
"valueIdentifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/msg-id",
"value": "CR001"
}
},
{
"url": "msgSequenceId",
"valueIdentifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/msg-sequence-id",
"value": "001"
}
},
{
"url": "date",
"valueDateTime": "2026-04-01T15:00:00+08:00"
}
]
}
],
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-encounter"
],
"source": "HPB-IDEAS",
"tag": [
{
"code": "TTSH"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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 stay"
}
]
}
],
"serviceType": [
{
"concept": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/service-speciality",
"code": "6",
"display": "Cardiology"
}
]
}
}
],
"subject": {
"type": "Patient",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/nric",
"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"
}
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND",
"display": "Attending clinician"
}
]
}
],
"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": {
"dischargeDisposition": {
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/discharge-disposition-type",
"code": "09",
"display": "Followup at SOC"
}
],
"text": "Patient discharged home in stable condition"
}
},
"location": [
{
"location": {
"type": "Location",
"identifier": {
"system": "https://fhir.synapxe.sg/NamingSystem/location-id",
"value": "WARD-A-101"
},
"display": "Ward A - Room 101"
}
}
]
}