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": "f002", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "identifier": [ { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/encounters", "value": "v3251" } ], "status": "finished", "class": "outpatient", "type": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "270427003", "display": "Patient-initiated encounter" } ] } ], "patient": { "reference": "Patient/f001", "display": "P. van de Heuvel" }, "participant": [ { "individual": { "reference": "Practitioner/f003", "display": "M.I.M Versteegh" } } ], "length": { "value": 140, "units": "min", "system": "http://unitsofmeasure.org", "code": "min" }, "reason": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "34068001", "display": "Partial lobectomy of lung" } ] } ], "priority": { "coding": [ { "system": "http://snomed.info/sct", "code": "103391001", "display": "Urgent" } ] }, "hospitalization": { "preAdmissionIdentifier": { "use": "official", "system": "http://www.bmc.nl/zorgportal/identifiers/pre-admissions", "value": "98682" }, "admitSource": { "coding": [ { "system": "http://snomed.info/sct", "code": "305997006", "display": "Referral by radiologist" } ] }, "dischargeDisposition": { "coding": [ { "system": "http://snomed.info/sct", "code": "306689006", "display": "Discharge to home" } ] }, "reAdmission": false }, "serviceProvider": { "reference": "Organization/f001", "display": "BMC" } }
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.