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

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypeObservation
IdObservation-example-narcology-commission.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: Observation example-narcology-commission

status: Final

code: The commission's decision

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

encounter: Encounter: status = completed; type = Treatment services; actualPeriod = 2026-03-10 10:00:00+0000 --> 2026-03-10 11:00:00+0000

effective: 2026-03-12

performer:

value: Dispensary observation is required. The patient is to be reviewed again in six months.


Russian


Сгенерированный нарратив: Observation example-narcology-commission

Профиль: Narcology Observation

status: Final

code: The commission's decision

subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)

encounter: Encounter: status = completed; type = Treatment services; actualPeriod = 2026-03-10 10:00:00+0000 --> 2026-03-10 11:00:00+0000

effective: 2026-03-12

performer:

value: Dispensary observation is required. The patient is to be reviewed again in six months.


Uzbek


Generated Narrative: Observation example-narcology-commission

status: Final

code: The commission's decision

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

encounter: Encounter: status = completed; type = Treatment services; actualPeriod = 2026-03-10 10:00:00+0000 --> 2026-03-10 11:00:00+0000

effective: 2026-03-12

performer:

value: Dispensary observation is required. The patient is to be reviewed again in six months.


Source1

{
  "resourceType": "Observation",
  "id": "example-narcology-commission",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/integrations/StructureDefinition/narcology-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "https://terminology.dhp.uz/fhir/integrations/CodeSystem/type-resource-cs",
        "code": "type-res-0002-0001",
        "display": "The commission's decision"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-salim"
  },
  "encounter": {
    "reference": "Encounter/example-narcology-encounter"
  },
  "effectiveDateTime": "2026-03-12",
  "performer": [
    {
      "reference": "PractitionerRole/example-narcologist-role"
    },
    {
      "reference": "PractitionerRole/example-commission-psychiatrist-role"
    }
  ],
  "valueString": "Dispensary observation is required. The patient is to be reviewed again in six months."
}