This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). 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
{ "Encounter":{ "identifier":[ { "use":{ "value":"official" }, "system":{ "value":"http://www.bmc.nl/zorgportal/identifiers/encounters" }, "key":{ "value":"v3251" } } ], "status":{ "value":"finished" }, "class":{ "value":"outpatient" }, "type":[ { "coding":[ { "system":{ "value":"http://snomed.info/sct" }, "code":{ "value":"Patient-initiated encounter" }, "display":{ "value":"270427003" } } ] } ], "subject":{ "type":{ "value":"Patient" }, "reference":{ "value":"patient/@f001" }, "display":{ "value":"P. van de Heuvel" } }, "participant":[ { "type":[ { "value":"consulting" } ], "practitioner":{ "type":{ "value":"Practitioner" }, "reference":{ "value":"practitioner/@f003" }, "display":{ "value":"M.I.M Versteegh" } } } ], "length":{ "value":{ "value":"140" }, "units":{ "value":"min" }, "system":{ "value":"http://unitsofmeasure.org" }, "code":{ "value":"min" } }, "reasonCodeableConcept":{ "coding":[ { "system":{ "value":"http://snomed.info/sct" }, "code":{ "value":"34068001" }, "display":{ "value":"Partial lobectomy of lung" } } ] }, "priority":{ "coding":[ { "system":{ "value":"http://snomed.info/sct" }, "code":{ "value":"103391001" }, "display":{ "value":"Urgent" } } ] }, "hospitalization":{ "preAdmissionIdentifier":{ "use":{ "value":"official" }, "system":{ "value":"http://www.bmc.nl/zorgportal/identifiers/pre-admissions" }, "key":{ "value":"98682" } }, "admitSource":{ "coding":[ { "system":{ "value":"http://snomed.info/sct" }, "code":{ "value":"Referral by radiologist" }, "display":{ "value":"305997006" } } ] }, "period":{ "start":{ "value":"2012-07-06" }, "end":{ "value":"2012-07-13" } }, "accomodation":[ { "period":{ "start":{ "value":"2012-07-06" }, "end":{ "value":"2012-07-13" } } } ], "dischargeDisposition":{ "coding":[ { "system":{ "value":"http://snomed.info/sct" }, "code":{ "value":"Discharge to home" }, "display":{ "value":"306689006" } } ] }, "reAdmission":{ "value":false } }, "serviceProvider":{ "type":{ "value":"Organization" }, "reference":{ "value":"organization/@f001" }, "display":{ "value":"BMC" } } } }