This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>identifier</b>: v6751 (official)\n </p>\n <p>\n <b>status</b>: finished\n </p>\n <p>\n <b>class</b>: outpatient\n </p>\n <p>\n <b>type</b>: \n <span title=\"Codes: {http://snomed.info/sct 270427003}\">Patient-initiated encounter</span>\n </p>\n <p>\n <b>subject</b>: P. van de Heuvel\n </p>\n <h3>Participants</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Type</b>\n </td>\n <td>\n <b>Individual</b>\n </td>\n </tr>\n <tr>\n <td> </td>\n <td>E.M. van den Broek</td>\n </tr>\n </table>\n <p>\n <b>length</b>: 90 min\n </p>\n <p>\n <b>reason</b>: \n <span title=\"Codes: {http://snomed.info/sct 18099001}\">Retropharyngeal abscess</span>\n </p>\n <p>\n <b>priority</b>: \n <span title=\"Codes: {http://snomed.info/sct 103391001}\">Non-urgent ear, nose and throat admission</span>\n </p>\n <blockquote>\n <p>\n <b>hospitalization</b>\n </p>\n <p>\n <b>preAdmissionIdentifier</b>: 93042 (official)\n </p>\n <p>\n <b>admitSource</b>: \n <span title=\"Codes: {http://snomed.info/sct 305956004}\">Referral by physician</span>\n </p>\n <p>\n <b>period</b>: 26-Jun 2011 --> 30-Jun 2011\n </p>\n <h3>Accomodations</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Bed</b>\n </td>\n <td>\n <b>Period</b>\n </td>\n </tr>\n <tr>\n <td> </td>\n <td>26-Jun 2011 --> 1-Jul 2011</td>\n </tr>\n </table>\n <p>\n <b>dischargeDisposition</b>: \n <span title=\"Codes: {http://snomed.info/sct 306689006}\">Discharge to home</span>\n </p>\n <p>\n <b>reAdmission</b>: false\n </p>\n </blockquote>\n <p>\n <b>serviceProvider</b>: \n <a href=\"organization-example-f001-burgers.html\">91654 (official), 17-0112278 (usual); name: Burgers University Medical Center; University Medical Hospital</a>\n </p>\n </div>"
},
"identifier": [
{
"use": "official",
"system": "http://www.bmc.nl/zorgportal/identifiers/encounters",
"value": "v6751"
}
],
"status": "finished",
"class": "outpatient",
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "270427003",
"display": "Patient-initiated encounter"
}
]
}
],
"subject": {
"reference": "Patient/f001",
"display": "P. van de Heuvel"
},
"participant": [
{
"individual": {
"reference": "Practitioner/f001",
"display": "E.M. van den Broek"
}
}
],
"length": {
"value": 90,
"units": "min",
"system": "http://unitsofmeasure.org",
"code": "min"
},
"reason": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "18099001",
"display": "Retropharyngeal abscess"
}
]
},
"priority": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "103391001",
"display": "Non-urgent ear, nose and throat admission"
}
]
},
"hospitalization": {
"preAdmissionIdentifier": {
"use": "official",
"system": "http://www.bmc.nl/zorgportal/identifiers/pre-admissions",
"value": "93042"
},
"admitSource": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "305956004",
"display": "Referral by physician"
}
]
},
"period": {
"start": "2011-06-26",
"end": "2011-06-30"
},
"accomodation": [
{
"period": {
"start": "2011-06-26",
"end": "2011-07-01"
}
}
],
"dischargeDisposition": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "306689006",
"display": "Discharge to home"
}
]
},
"reAdmission": false
},
"serviceProvider": {
"reference": "Organization/f001"
}
}