FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Group |
| Id | Group-example-diabetes-screening-target-group.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Group example-diabetes-screening-target-group
Language: en
Profile: UZ Core Group
active: true
type: Person
membership: Definitional
code: 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: Organization Respublika onkologiya markazi
characteristic
code: Body mass index (BMI)
value: 25-? kg/m2
exclude: false
characteristic
code: Diagnosis
value: Type 2 diabetes mellitus
exclude: true
Russian
Сгенерированный нарратив: Group example-diabetes-screening-target-group
Язык: en
Профиль: UZ Core Group
active: true
type: Person
membership: Definitional
code: 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: Organization Республиканский онкологический центр
characteristic
code: Body mass index (BMI)
value: 25-? kg/m2
exclude: false
characteristic
code: Diagnosis
value: Type 2 diabetes mellitus
exclude: true
Uzbek
Generated Narrative: Group example-diabetes-screening-target-group
Language: en
Profile: UZ Core Group
active: true
type: Person
membership: Definitional
code: 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: Organization Respublika onkologiya markazi
characteristic
code: Body mass index (BMI)
value: 25-? kg/m2
exclude: false
characteristic
code: Diagnosis
value: Type 2 diabetes mellitus
exclude: true
{
"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": "<!-- snip (see above) -->"
},
"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
}
]
}