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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeTask
IdTask-example-task-regional-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: Task example-task-regional-commission

Language: uz

Profile: UZ Core Task Referral Approval

basedOn: ServiceRequest CBC panel

partOf: Task Mutaxassisning roziligi

status: Completed

businessStatus: Tasdiqlangan

intent: order

code: Mintaqaviy komissiyaning roziligi

focus: ServiceRequest CBC panel

for: Emma Sanders(anonymous) Female, DoB: 2000-10-16 ( Passport number)

requestedPeriod: 2026-03-07 --> 2026-03-08

executionPeriod: 2026-03-07 --> 2026-03-08

owner: Organization Respublika onkologiya markazi


Russian


Сгенерированный нарратив: Task example-task-regional-commission

Язык: uz

Профиль: UZ Core Task Referral Approval

basedOn: ServiceRequest CBC panel

partOf: Task Mutaxassisning roziligi

status: Completed

businessStatus: Tasdiqlangan

intent: order

code: Mintaqaviy komissiyaning roziligi

focus: ServiceRequest CBC panel

for: Emma Sanders(anonymous) Female, БД: 2000-10-16 ( Passport number)

requestedPeriod: 2026-03-07 --> 2026-03-08

executionPeriod: 2026-03-07 --> 2026-03-08

owner: Organization Республиканский онкологический центр


Uzbek


Generated Narrative: Task example-task-regional-commission

Language: uz

Profile: UZ Core Task Referral Approval

basedOn: ServiceRequest CBC panel

partOf: Task Mutaxassisning roziligi

status: Completed

businessStatus: Tasdiqlangan

intent: order

code: Mintaqaviy komissiyaning roziligi

focus: ServiceRequest CBC panel

for: Emma Sanders(anonymous) Female, DoB: 2000-10-16 ( Passport number)

requestedPeriod: 2026-03-07 --> 2026-03-08

executionPeriod: 2026-03-07 --> 2026-03-08

owner: Organization Respublika onkologiya markazi


Source1

{
  "resourceType": "Task",
  "id": "example-task-regional-commission",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-referral-approval-task"
    ]
  },
  "language": "uz",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/example-cbc-order"
    }
  ],
  "partOf": [
    {
      "reference": "Task/example-task-specialist"
    }
  ],
  "status": "completed",
  "businessStatus": {
    "coding": [
      {
        "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/task-business-status-cs",
        "code": "confirmed",
        "display": "Tasdiqlangan"
      }
    ]
  },
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/task-codes-cs",
        "code": "approve-regional-commission",
        "display": "Mintaqaviy komissiyaning roziligi"
      }
    ]
  },
  "focus": {
    "reference": "ServiceRequest/example-cbc-order"
  },
  "for": {
    "reference": "Patient/example-emma"
  },
  "requestedPeriod": {
    "start": "2026-03-07",
    "end": "2026-03-08"
  },
  "executionPeriod": {
    "start": "2026-03-07",
    "end": "2026-03-08"
  },
  "owner": {
    "reference": "Organization/example-organization"
  }
}