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

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypeEncounter
IdEncounter-example-dhis-encounter.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


English


Generated Narrative: Encounter example-dhis-encounter

status: Completed

class: inpatient encounter

type: Treatment services

subject: John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)

Participants

-TypePeriodActor
*attender2026-02-12 08:00:00+0500 --> 2026-02-18 14:00:00+0500Practitioner 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)

Participants

-TypePeriodActor
*attender2026-02-12 08:00:00+0500 --> 2026-02-18 14:00:00+0500Practitioner 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

status: Completed

class: inpatient encounter

type: Treatment services

subject: John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)

Participants

-TypePeriodActor
*attender2026-02-12 08:00:00+0500 --> 2026-02-18 14:00:00+0500Practitioner 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


Source1

{
  "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"
            }
          ]
        }
      ]
    }
  ]
}