FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeEncounter
IdEncounterPutEventRequest.Example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-put-event-001",
  "meta": {
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-encounter"
    ]
  },
  "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"
      }
    }
  ]
}