FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Goal |
| Id | Goal-example-goal.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Goal example-goal
Language: en
Profile: UZ Core Goal
lifecycleStatus: Active
achievementStatus: In progress
category: Dietary
continuous: true
priority: High priority
description: Benign essential hypertension
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
start: 2024-01-01
| Due[x] |
| 2024-06-01 |
statusDate: 2024-01-15
statusReason: The patient started taking medications.
source: Practitioner Test Test Test(official)
note:
Weekly blood pressure monitoring.
Russian
Сгенерированный нарратив: Goal example-goal
Язык: en
Профиль: UZ Core Goal
lifecycleStatus: Active
achievementStatus: In progress
category: Dietary
continuous: true
priority: High priority
description: Benign essential hypertension
subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)
start: 2024-01-01
| Due[x] |
| 2024-06-01 |
statusDate: 2024-01-15
statusReason: The patient started taking medications.
source: Practitioner Test Test Test(official)
note:
Weekly blood pressure monitoring.
Uzbek
Generated Narrative: Goal example-goal
Language: en
Profile: UZ Core Goal
lifecycleStatus: Active
achievementStatus: In progress
category: Dietary
continuous: true
priority: High priority
description: Benign essential hypertension
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
start: 2024-01-01
| Due[x] |
| 2024-06-01 |
statusDate: 2024-01-15
statusReason: The patient started taking medications.
source: Practitioner Test Test Test(official)
note:
Weekly blood pressure monitoring.
{
"resourceType": "Goal",
"id": "example-goal",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-goal"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"achievementStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-achievement",
"code": "in-progress",
"display": "In progress"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-category",
"code": "dietary",
"display": "Dietary"
}
]
}
],
"continuous": true,
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-priority",
"code": "high-priority",
"display": "High priority"
}
]
},
"description": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1201005",
"display": "Benign essential hypertension"
}
]
},
"subject": {
"reference": "Patient/example-salim"
},
"startDate": "2024-01-01",
"target": [
{
"dueDate": "2024-06-01"
}
],
"statusDate": "2024-01-15",
"statusReason": "The patient started taking medications.",
"source": {
"reference": "Practitioner/example-practitioner"
},
"note": [
{
"text": "Weekly blood pressure monitoring."
}
]
}