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

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypeObservation
IdObservation-example-psychiatry-commission-observation.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-psychiatry-commission-observation

identifier: UzbekistanPsychiatryIdentifier/a91c5d73-2b48-4e16-9f30-6d82c7a541be

status: Final

code: The commission's decision

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

encounter: Encounter: status = completed; type = Treatment services; actualPeriod = 2026-08-15 --> (ongoing)

effective: 2026-08-15

performer: PractitionerRole Vrach psixiatr

value: Commission concluded compulsory inpatient treatment is required

note:

Patient with F15.1 stimulant use disorder; compulsory inpatient treatment recommended by the commission

Components

-CodeValue[x]
*Protocol number/court nameProtocol No. 123, Tashkent City Civil Court

Russian


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

identifier: UzbekistanPsychiatryIdentifier/a91c5d73-2b48-4e16-9f30-6d82c7a541be

status: Final

code: The commission's decision

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

encounter: Encounter: status = completed; type = Treatment services; actualPeriod = 2026-08-15 --> (продолжается)

effective: 2026-08-15

performer: PractitionerRole Vrach psixiatr

value: Commission concluded compulsory inpatient treatment is required

note:

Patient with F15.1 stimulant use disorder; compulsory inpatient treatment recommended by the commission

Components

-CodeValue[x]
*Protocol number/court nameProtocol No. 123, Tashkent City Civil Court

Uzbek


Generated Narrative: Observation example-psychiatry-commission-observation

identifier: UzbekistanPsychiatryIdentifier/a91c5d73-2b48-4e16-9f30-6d82c7a541be

status: Final

code: The commission's decision

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

encounter: Encounter: status = completed; type = Treatment services; actualPeriod = 2026-08-15 --> (ongoing)

effective: 2026-08-15

performer: PractitionerRole Vrach psixiatr

value: Commission concluded compulsory inpatient treatment is required

note:

Patient with F15.1 stimulant use disorder; compulsory inpatient treatment recommended by the commission

Components

-CodeValue[x]
*Protocol number/court nameProtocol No. 123, Tashkent City Civil Court

Source1

{
  "resourceType": "Observation",
  "id": "example-psychiatry-commission-observation",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/integrations/StructureDefinition/psychiatry-commission-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://dhp.uz/fhir/core/sid/reg/uz/psychiatry",
      "value": "a91c5d73-2b48-4e16-9f30-6d82c7a541be"
    }
  ],
  "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-patient-john"
  },
  "encounter": {
    "reference": "Encounter/example-psychiatry-encounter"
  },
  "effectiveDateTime": "2026-08-15",
  "performer": [
    {
      "reference": "PractitionerRole/example-commission-psychiatrist-role"
    }
  ],
  "valueString": "Commission concluded compulsory inpatient treatment is required",
  "note": [
    {
      "text": "Patient with F15.1 stimulant use disorder; compulsory inpatient treatment recommended by the commission"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "https://terminology.dhp.uz/fhir/integrations/CodeSystem/type-resource-cs",
            "code": "type-res-0002-0002",
            "display": "Protocol number/court name"
          }
        ]
      },
      "valueString": "Protocol No. 123, Tashkent City Civil Court"
    }
  ]
}