: Completed Visit with Confirmed Presence - JSON Representation
Raw json | Download
{
"resourceType" : "Encounter",
"id" : "presence-confirmed-completed-visit",
"meta" : {
"profile" : [
🔗 "https://fhir.cognovis.de/praxis/StructureDefinition/encounter-praxis-presence-confirmed"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter presence-confirmed-completed-visit</b></p><a name=\"presence-confirmed-completed-visit\"> </a><a name=\"hcpresence-confirmed-completed-visit\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-encounter-praxis-presence-confirmed.html\">Encounter Praxis Presence Confirmed</a></p></div><p><b>status</b>: Finished</p><h3>StatusHistories</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Arrived</td><td>2026-08-06 08:15:00+0200 --> 2026-08-06 08:20:00+0200</td></tr></table><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>period</b>: 2026-08-06 08:15:00+0200 --> 2026-08-06 09:00:00+0200</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-ExampleWorkplaceSharedReception.html\">Location Reception — Ground Floor</a></td><td>Completed</td><td>2026-08-06 08:15:00+0200 --> 2026-08-06 09:00:00+0200</td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-example-praxis.html\">Organization Musterpraxis Dr. Muster</a></p></div>"
},
"status" : "finished",
"statusHistory" : [
{
"status" : "arrived",
"period" : {
"start" : "2026-08-06T08:15:00+02:00",
"end" : "2026-08-06T08:20:00+02:00"
}
}
],
"class" : {
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"period" : {
"start" : "2026-08-06T08:15:00+02:00",
"end" : "2026-08-06T09:00:00+02:00"
},
"location" : [
{
"location" : {
🔗 "reference" : "Location/ExampleWorkplaceSharedReception"
},
"status" : "completed",
"period" : {
"start" : "2026-08-06T08:15:00+02:00",
"end" : "2026-08-06T09:00:00+02:00"
}
}
],
"serviceProvider" : {
🔗 "reference" : "Organization/example-praxis"
}
}