Uzbekistan Digital Health Platform
0.7.0 - ci-build Uzbekistan flag

Uzbekistan Digital Health Platform - Local Development build (v0.7.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Uz Core Group - Measles-vaccinated patients

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "example-measles-vaccinated-group",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-group"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Group example-measles-vaccinated-group</b></p><a name=\"example-measles-vaccinated-group\"> </a><a name=\"hcexample-measles-vaccinated-group\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uz-core-group.html\">UZ Core Group</a></p></div><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>membership</b>: Enumerated</p><p><b>code</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/group-kind-cs group-0001-00008}\">Vaccinated patients</span></p><p><b>name</b>: Measles-vaccinated patients cohort</p><p><b>description</b>: </p><div><p>Patients who received a measles-containing vaccine at the polyclinic during the first quarter of 2026</p>\n</div><p><b>quantity</b>: 2</p><p><b>managingEntity</b>: <a href=\"Organization-example-organization.html\">Organization Respublika onkologiya markazi</a></p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)</a></p><p><b>period</b>: 2026-01-15 --&gt; (ongoing)</p><p><b>inactive</b>: false</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-example-emma.html\">Emma Sanders(anonymous) Female, DoB: 2000-10-16 ( Passport number)</a></p><p><b>period</b>: 2026-02-03 --&gt; (ongoing)</p><p><b>inactive</b>: false</p></blockquote></div>"
  },
  "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
    }
  ]
}