Estonian Base Implementation Guide
1.1.1 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: Inpatient encounter of Mart Mets - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "EncounterPatient1",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/base/StructureDefinition/ee-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter EncounterPatient1</b></p><a name=\"EncounterPatient1\"> </a><a name=\"hcEncounterPatient1\"> </a><a name=\"EncounterPatient1-en-US\"> </a><p><b>status</b>: In Progress</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span></p><p><b>subject</b>: <a href=\"Patient-pat1.html\">Mart Mets (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-eoc1.html\">EpisodeOfCare: identifier = https://rh.ee/episodeofcare-identifier#123; status = active; period = 2023-05-09 --&gt; (ongoing)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-rh.html\">Organization Rakvere Haigla</a></p><p><b>actualPeriod</b>: 2023-05-09 --&gt; (ongoing)</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>Emergency Waiting Room</td><td>Active</td><td>2023-05-09 19:00:00+0200 --&gt; (ongoing)</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival",
      "valueCoding" : {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0430",
        "code" : "A",
        "display" : "Ambulance"
      }
    }
  ],
  "status" : "in-progress",
  "class" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "IMP"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/pat1"
  },
  "episodeOfCare" : [
    {
      🔗 "reference" : "EpisodeOfCare/eoc1"
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/rh"
  },
  "actualPeriod" : {
    "start" : "2023-05-09"
  },
  "location" : [
    {
      "location" : {
        "display" : "Emergency Waiting Room"
      },
      "status" : "active",
      "period" : {
        "start" : "2023-05-09T19:00:00+02:00"
      }
    }
  ]
}