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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeTask
IdTask-example-task-family-doctor.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-family-doctor

Language: uz

Profile: UZ Core Task Referral Approval

basedOn: ServiceRequest CBC panel

status: In Progress

businessStatus: Muddati o'tgan

intent: order

code: Oilaviy shifokorning roziligi

focus: ServiceRequest CBC panel

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

requestedPeriod: 2026-03-05 --> 2026-03-06

executionPeriod: 2026-03-05 --> 2026-03-06

owner: Organization Xonobod shahar tibbiyot birlashmasi


Russian


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

Язык: uz

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

basedOn: ServiceRequest CBC panel

status: In Progress

businessStatus: Muddati o'tgan

intent: order

code: Oilaviy shifokorning roziligi

focus: ServiceRequest CBC panel

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

requestedPeriod: 2026-03-05 --> 2026-03-06

executionPeriod: 2026-03-05 --> 2026-03-06

owner: Organization Xonobod shahar tibbiyot birlashmasi


Uzbek


Generated Narrative: Task example-task-family-doctor

Language: uz

Profile: UZ Core Task Referral Approval

basedOn: ServiceRequest CBC panel

status: In Progress

businessStatus: Muddati o'tgan

intent: order

code: Oilaviy shifokorning roziligi

focus: ServiceRequest CBC panel

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

requestedPeriod: 2026-03-05 --> 2026-03-06

executionPeriod: 2026-03-05 --> 2026-03-06

owner: Organization Xonobod shahar tibbiyot birlashmasi


Source1

{
  "resourceType": "Task",
  "id": "example-task-family-doctor",
  "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"
    }
  ],
  "status": "in-progress",
  "businessStatus": {
    "coding": [
      {
        "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/task-business-status-cs",
        "code": "overdue",
        "display": "Muddati o'tgan"
      }
    ]
  },
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/task-codes-cs",
        "code": "approve-family-doctor",
        "display": "Oilaviy shifokorning roziligi"
      }
    ]
  },
  "focus": {
    "reference": "ServiceRequest/example-cbc-order"
  },
  "for": {
    "reference": "Patient/example-salim"
  },
  "requestedPeriod": {
    "start": "2026-03-05",
    "end": "2026-03-06"
  },
  "executionPeriod": {
    "start": "2026-03-05",
    "end": "2026-03-06"
  },
  "owner": {
    "reference": "Organization/xonobod-medical-association"
  }
}