FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageee.fhir.base
Resource TypeEncounter
IdEncounter-EncounterPatient1.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Encounter EncounterPatient1

status: In Progress

class: inpatient encounter

subject: Mart Mets (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)

episodeOfCare: EpisodeOfCare: identifier = https://rh.ee/episodeofcare-identifier#123; status = active; period = 2023-05-09 --> (ongoing)

serviceProvider: Organization Rakvere Haigla

actualPeriod: 2023-05-09 --> (ongoing)

Locations

-LocationStatusPeriod
*Emergency Waiting RoomActive2023-05-09 19:00:00+0200 --> (ongoing)

Source1

{
  "resourceType": "Encounter",
  "id": "EncounterPatient1",
  "meta": {
    "profile": [
      "https://fhir.ee/base/StructureDefinition/ee-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}