FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | Encounter |
| Id | EncounterCreateRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"identifier": [
{
"system": "https://fhir.synapxe.sg/identifier/encounter",
"value": "ENC-2025-001234"
}
],
"status": "in-progress",
"class": [
{
"coding": [
{
"system": "https://fhir.synapxe.sg/CodeSystem/patienttype",
"code": "I",
"display": "Inpatient stay"
}
]
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/encounter-type",
"code": "IMP",
"display": "Inpatient encounter"
}
]
}
],
"subject": {
"reference": "Patient/patient-12345"
},
"serviceProvider": {
"reference": "Organization/org-001"
},
"actualPeriod": {
"start": "2025-08-21T08:00:00+08:00"
},
"reason": [
{
"use": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/reason-use",
"code": "CC",
"display": "Chief complaint"
}
]
}
],
"value": [
{
"reference": {
"reference": "Condition/cond-123456"
}
}
]
}
],
"admission": {
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "home",
"display": "Home"
}
]
}
},
"contained": [
{
"resourceType": "Location",
"id": "loc1",
"name": "Ward 5A, Bed 12",
"identifier": [
{
"system": "https://fhir.synapxe.sg/identifier/location",
"value": "LOC-5A-12"
}
]
}
],
"location": [
{
"location": {
"reference": "#loc1"
}
}
]
}