Retention Implementation Guide
2.0.0 - ci-build

Retention Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Visit - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "PatientVisit",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter PatientVisit</b></p><a name=\"PatientVisit\"> </a><a name=\"hcPatientVisit\"> </a><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"CodeSystem-TypeOfVisit.html#TypeOfVisit-0\">Type of visit Codesystem 0</a>: scheduled in person</p><p><b>subject</b>: <a href=\"Patient-P001.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>period</b>: 2025-06-09 12:00:00+0000 --&gt; 2025-06-10 12:00:00+0000</p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "https://www.retention-project.eu/ig/CodeSystem/TypeOfVisit",
    "code" : "0",
    "display" : "scheduled in person"
  },
  "subject" : {
    🔗 "reference" : "Patient/P001"
  },
  "period" : {
    "start" : "2025-06-09T12:00:00.000+00:00",
    "end" : "2025-06-10T12:00:00.000+00:00"
  }
}