This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Real-world encounter example
{ "resourceType": "Encounter", "id": "f203", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "identifier": [ { "use": "temp", "value": "Encounter_Roel_20130311" } ], "status": "finished", "class": "inpatient", "type": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "183807002", "display": "Inpatient stay for nine days" } ] } ], "patient": { "reference": "Patient/f201", "display": "Roel" }, "participant": [ { "individual": { "reference": "Practitioner/f201" } } ], "period": { "start": "2013-03-11", "end": "2013-03-20" }, "reason": [ { "text": "The patient seems to suffer from bilateral pneumonia and renal insufficiency, most likely due to chemotherapy." } ], "priority": { "coding": [ { "system": "http://snomed.info/sct", "code": "394849002", "display": "High priority" } ] }, "hospitalization": { "admitSource": { "coding": [ { "system": "http://snomed.info/sct", "code": "309902002", "display": "Clinical Oncology Department" } ] }, "dietPreference": { "coding": [ { "system": "http://snomed.info/sct", "code": "276026009", "display": "Fluid balance regulation" } ] }, "reAdmission": false }, "serviceProvider": { "reference": "Organization/f201" } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.