This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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": "f201",
"identifier": [
{
"use": "temp",
"label": "Roel's encounter on April fourth 2013",
"value": "Encounter_Roel_20130404"
}
],
"status": "finished",
"class": "outpatient",
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "11429006",
"display": "Consultation"
}
]
}
],
"patient": {
"reference": "Patient/f201",
"display": "Roel"
},
"participant": [
{
"individual": {
"reference": "Practitioner/f201"
}
}
],
"reason": {
"text": "The patient had fever peaks over the last couple of days. He is worried about these peaks."
},
"priority": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "17621005",
"display": "Normal"
}
]
},
"serviceProvider": {
"reference": "Organization/f201"
}
}
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.