FHIR IG analytics| Package | lt.hl7.fhir.base |
| Resource Type | Encounter |
| Id | Encounter-example-encounter.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Encounter example-encounter
Language: en
Profile: LT Base Encounter
status: Completed
class: Inpatient encounter
priority: Emergency
| Type | Period |
| attender | 2024-01-01 10:00:00+0000 --> 2024-01-01 11:00:00+0000 |
actualPeriod: 2024-01-01 10:00:00+0000 --> 2024-01-01 11:00:00+0000
plannedStartDate: 2024-01-01 10:00:00+0000
plannedEndDate: 2024-01-01 11:00:00+0000
reason
Values
Reference Condition Malignant neoplasm of breast
diagnosis
Conditions
Reference Condition Malignant neoplasm of breast
| AdmitSource | ReAdmission | DischargeDisposition |
| From psychiatric hospital | Re-admission | Home |
Lithuanian
Generated Narrative: Encounter example-encounter
Language: en
Profile: LT Base Encounter
status: Completed
class: Inpatient encounter
priority: Emergency
| Type | Period |
| attender | 2024-01-01 10:00:00+0000 --> 2024-01-01 11:00:00+0000 |
actualPeriod: 2024-01-01 10:00:00+0000 --> 2024-01-01 11:00:00+0000
plannedStartDate: 2024-01-01 10:00:00+0000
plannedEndDate: 2024-01-01 11:00:00+0000
reason
Values
Reference Condition Malignant neoplasm of breast
diagnosis
Conditions
Reference Condition Malignant neoplasm of breast
| AdmitSource | ReAdmission | DischargeDisposition |
| From psychiatric hospital | Re-admission | Home |
{
"resourceType": "Encounter",
"id": "example-encounter",
"meta": {
"profile": [
"https://hl7.lt/fhir/base/StructureDefinition/lt-encounter"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"class": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "Inpatient encounter"
}
]
}
],
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
"code": "EM",
"display": "Emergency"
}
]
},
"subject": {
"reference": "Patient/example-patient"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND",
"display": "attender"
}
]
}
],
"period": {
"start": "2024-01-01T10:00:00Z",
"end": "2024-01-01T11:00:00Z"
}
}
],
"actualPeriod": {
"start": "2024-01-01T10:00:00Z",
"end": "2024-01-01T11:00:00Z"
},
"plannedStartDate": "2024-01-01T10:00:00Z",
"plannedEndDate": "2024-01-01T11:00:00Z",
"reason": [
{
"value": [
{
"reference": {
"reference": "Condition/example-cancer"
}
}
]
}
],
"diagnosis": [
{
"condition": [
{
"reference": {
"reference": "Condition/example-cancer"
}
}
]
}
],
"admission": {
"admitSource": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/admit-source",
"code": "psych",
"display": "From psychiatric hospital"
}
]
},
"reAdmission": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0092",
"code": "R",
"display": "Re-admission"
}
]
},
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "home",
"display": "Home"
}
]
}
}
}