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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeGroup
IdGroup-example-measles-vaccinated-group.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: Group example-measles-vaccinated-group

Language: en

Profile: UZ Core Group

active: true

type: Person

membership: Enumerated

code: Vaccinated patients

name: Measles-vaccinated patients cohort

description:

Patients who received a measles-containing vaccine at the polyclinic during the first quarter of 2026

quantity: 2

managingEntity: Organization Respublika onkologiya markazi

member

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

period: 2026-01-15 --> (ongoing)

inactive: false

member

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

period: 2026-02-03 --> (ongoing)

inactive: false


Russian


Сгенерированный нарратив: Group example-measles-vaccinated-group

Язык: en

Профиль: UZ Core Group

active: true

type: Person

membership: Enumerated

code: Vaccinated patients

name: Measles-vaccinated patients cohort

description:

Patients who received a measles-containing vaccine at the polyclinic during the first quarter of 2026

quantity: 2

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

member

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

period: 2026-01-15 --> (продолжается)

inactive: false

member

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

period: 2026-02-03 --> (продолжается)

inactive: false


Uzbek


Generated Narrative: Group example-measles-vaccinated-group

Language: en

Profile: UZ Core Group

active: true

type: Person

membership: Enumerated

code: Vaccinated patients

name: Measles-vaccinated patients cohort

description:

Patients who received a measles-containing vaccine at the polyclinic during the first quarter of 2026

quantity: 2

managingEntity: Organization Respublika onkologiya markazi

member

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

period: 2026-01-15 --> (ongoing)

inactive: false

member

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

period: 2026-02-03 --> (ongoing)

inactive: false


Source1

{
  "resourceType": "Group",
  "id": "example-measles-vaccinated-group",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-group"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "type": "person",
  "membership": "enumerated",
  "code": {
    "coding": [
      {
        "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/group-kind-cs",
        "code": "group-0001-00008"
      }
    ],
    "text": "Vaccinated patients"
  },
  "name": "Measles-vaccinated patients cohort",
  "description": "Patients who received a measles-containing vaccine at the polyclinic during the first quarter of 2026",
  "quantity": 2,
  "managingEntity": {
    "reference": "Organization/example-organization"
  },
  "member": [
    {
      "entity": {
        "reference": "Patient/example-salim"
      },
      "period": {
        "start": "2026-01-15"
      },
      "inactive": false
    },
    {
      "entity": {
        "reference": "Patient/example-emma"
      },
      "period": {
        "start": "2026-02-03"
      },
      "inactive": false
    }
  ]
}