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": "f003",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></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"
}
]
}
],
"patient": {
"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"
}
]
},
"dischargeDisposition": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "306689006",
"display": "Discharge to home"
}
]
},
"reAdmission": false
},
"serviceProvider": {
"reference": "Organization/f001"
}
}
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.