{
  "resourceType" : "Encounter",
  "id" : "presence-confirmed-card-read",
  "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-card-read</b></p><a name=\"presence-confirmed-card-read\"> </a><a name=\"hcpresence-confirmed-card-read\"> </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>: In Progress</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 --&gt; 2026-08-06 08:15: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 --&gt; (ongoing)</p><p><b>serviceProvider</b>: <a href=\"Organization-example-praxis.html\">Organization Musterpraxis Dr. Muster</a></p></div>"
  },
  "status" : "in-progress",
  "statusHistory" : [{
    "status" : "arrived",
    "period" : {
      "start" : "2026-08-06T08:15:00+02:00",
      "end" : "2026-08-06T08:15: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"
  },
  "serviceProvider" : {
    "reference" : "Organization/example-praxis"
  }
}