FHIR IG analytics| Package | uz.dhp.integrations |
| Resource Type | Encounter |
| Id | Encounter-example-dhis-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-dhis-encounter
Profile: UZ Core Encounter
status: Completed
class: inpatient encounter
type: Treatment services
subject: John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)
| Type | Period | Actor |
| attender | 2026-02-12 08:00:00+0500 --> 2026-02-18 14:00:00+0500 | Practitioner Farkhod Simonov |
actualPeriod: 2026-02-12 08:00:00+0500 --> 2026-02-18 14:00:00+0500
diagnosis
Conditions
Reference Condition Primary respiratory tuberculosis use: Final
Russian
Сгенерированный нарратив: Encounter example-dhis-encounter
Профиль: UZ Core Encounter
status: Completed
class: inpatient encounter
type: Treatment services
subject: John Smith(official) Unknown, БД: 2026-03-13 ( National unique individual identifier)
| Type | Period | Actor |
| attender | 2026-02-12 08:00:00+0500 --> 2026-02-18 14:00:00+0500 | Practitioner Farkhod Simonov |
actualPeriod: 2026-02-12 08:00:00+0500 --> 2026-02-18 14:00:00+0500
diagnosis
Conditions
Reference Condition Primary respiratory tuberculosis use: Final
Uzbek
Generated Narrative: Encounter example-dhis-encounter
Profile: UZ Core Encounter
status: Completed
class: inpatient encounter
type: Treatment services
subject: John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)
| Type | Period | Actor |
| attender | 2026-02-12 08:00:00+0500 --> 2026-02-18 14:00:00+0500 | Practitioner Farkhod Simonov |
actualPeriod: 2026-02-12 08:00:00+0500 --> 2026-02-18 14:00:00+0500
diagnosis
Conditions
Reference Condition Primary respiratory tuberculosis use: Final
{
"resourceType": "Encounter",
"id": "example-dhis-encounter",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"class": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
}
]
}
],
"type": [
{
"coding": [
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/encounter-type-cs",
"code": "mserv-0001-00004",
"display": "Treatment services"
}
]
}
],
"subject": {
"reference": "Patient/example-patient-john"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND",
"display": "attender"
}
]
}
],
"period": {
"start": "2026-02-12T08:00:00+05:00",
"end": "2026-02-18T14:00:00+05:00"
},
"actor": {
"reference": "Practitioner/example-practitioner"
}
}
],
"actualPeriod": {
"start": "2026-02-12T08:00:00+05:00",
"end": "2026-02-18T14:00:00+05:00"
},
"diagnosis": [
{
"condition": [
{
"reference": {
"reference": "Condition/example-tbc-diagnosis"
}
}
],
"use": [
{
"coding": [
{
"system": "http://hl7.org/fhir/encounter-diagnosis-use",
"code": "final",
"display": "Final"
}
]
}
]
}
]
}