FHIR IG analytics| Package | hl7.fhir.fi.base |
| Resource Type | Encounter |
| Id | Encounter-id-for-ward-encounter.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter id-for-ward-encounter
Profile: FI Base Encounter
identifier: id-for-ward-encounter (use: usual, )
status: In Progress
class: ActCode IMP: inpatient encounter
subject: Testi Henkilö Male, DoB: 1990-01-01 ( National Identifier for Finland (use: official, ))
period: 2022-02-27 01:03:00+0200 --> (ongoing)
| Location | Status | Period |
| Location Vuode 3 | Active | 2022-02-27 01:03:00+0200 --> (ongoing) |
serviceProvider: Organization Kirurgian vuodeosasto 4B, Länsi-Pohjan keskussairaala, LPSHP
{
"resourceType": "Encounter",
"id": "id-for-ward-encounter",
"meta": {
"profile": [
"https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"value": "id-for-ward-encounter"
}
],
"status": "in-progress",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"subject": {
"reference": "Patient/patient-of-municipality"
},
"period": {
"start": "2022-02-27T01:03:00+02:00"
},
"location": [
{
"location": {
"reference": "Location/id-for-bed-3"
},
"status": "active",
"period": {
"start": "2022-02-27T01:03:00+02:00"
}
}
],
"serviceProvider": {
"reference": "Organization/1.2.246.10.8286189.10.100012"
}
}