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": "f001",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"identifier": [
{
"use": "official",
"system": "http://www.amc.nl/zorgportal/identifiers/visits",
"value": "v1451"
}
],
"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/f002",
"display": "P. Voigt"
}
}
],
"length": {
"value": 140,
"units": "min",
"system": "http://unitsofmeasure.org",
"code": "min"
},
"reason": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "34068001",
"display": "Heart valve replacement"
}
]
}
],
"priority": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "310361003",
"display": "Non-urgent cardiological admission"
}
]
},
"hospitalization": {
"preAdmissionIdentifier": {
"use": "official",
"system": "http://www.amc.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",
"display": "Burgers University Medical Center"
}
}
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.