FHIR IG analytics| Package | ee.fhir.base |
| Resource Type | Encounter |
| Id | Encounter-EncounterPatient1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter EncounterPatient1
Profile: EEBase Encounter
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)
| Location | Status | Period |
| Emergency Waiting Room | Active | 2023-05-09 19:00:00+0200 --> (ongoing) |
{
"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"
}
}
]
}