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 - Type 2 diabetes screening target group

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "example-diabetes-screening-target-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-diabetes-screening-target-group</b></p><a name=\"example-diabetes-screening-target-group\"> </a><a name=\"hcexample-diabetes-screening-target-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>: Definitional</p><p><b>code</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/group-kind-cs group-0001-00001}\">Screening target group</span></p><p><b>name</b>: Type 2 diabetes screening target group</p><p><b>description</b>: </p><div><p>Adults with a body mass index of 25 kg/m2 or higher targeted for type 2 diabetes screening, excluding patients who already have a diagnosis of type 2 diabetes mellitus</p>\n</div><p><b>quantity</b>: 1875</p><p><b>managingEntity</b>: <a href=\"Organization-example-organization.html\">Organization Respublika onkologiya markazi</a></p><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 39156-5}\">Body mass index (BMI)</span></p><p><b>value</b>: 25-? kg/m2</p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/group-characteristic-kind-local-cs diagnosis}\">Diagnosis</span></p><p><b>value</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 E11}\">Type 2 diabetes mellitus</span></p><p><b>exclude</b>: true</p></blockquote></div>"
  },
  "active" : true,
  "type" : "person",
  "membership" : "definitional",
  "code" : {
    "coding" : [
      {
        "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/group-kind-cs",
        "code" : "group-0001-00001"
      }
    ],
    "text" : "Screening target group"
  },
  "name" : "Type 2 diabetes screening target group",
  "description" : "Adults with a body mass index of 25 kg/m2 or higher targeted for type 2 diabetes screening, excluding patients who already have a diagnosis of type 2 diabetes mellitus",
  "quantity" : 1875,
  "managingEntity" : {
    🔗 "reference" : "Organization/example-organization"
  },
  "characteristic" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "39156-5"
          }
        ],
        "text" : "Body mass index (BMI)"
      },
      "valueRange" : {
        "low" : {
          "value" : 25,
          "unit" : "kg/m2",
          "system" : "http://unitsofmeasure.org",
          "code" : "kg/m2"
        }
      },
      "exclude" : false
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/group-characteristic-kind-local-cs",
            "code" : "diagnosis"
          }
        ],
        "text" : "Diagnosis"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/sid/icd-10",
            "code" : "E11",
            "display" : "Type 2 diabetes mellitus"
          }
        ]
      },
      "exclude" : true
    }
  ]
}