FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Observation |
| Id | Observation-blood-pressure-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation blood-pressure-example
Language: en
Profiles: UZ Core Observation, Vital Signs Profile, Observation Blood Pressure Profile
status: Final
category: Vital Signs
code: Blood pressure panel with all children optional
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
effective: 2025-11-04 10:30:00+0000
performer: Practitioner Test Test Test(official)
component
code: Systolic blood pressure
value: 120 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 80 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
Russian
Сгенерированный нарратив: Observation blood-pressure-example
Язык: en
Профильs: UZ Core Observation, Vital Signs Profile, Observation Blood Pressure Profile
status: Final
category: Vital Signs
code: Blood pressure panel with all children optional
subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)
effective: 2025-11-04 10:30:00+0000
performer: Practitioner Test Test Test(official)
component
code: Systolic blood pressure
value: 120 mmHg (Подробности: UCUM кодmm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 80 mmHg (Подробности: UCUM кодmm[Hg] = 'mm[Hg]')
Uzbek
Generated Narrative: Observation blood-pressure-example
Language: en
Profiles: UZ Core Observation, Vital Signs Profile, Observation Blood Pressure Profile
status: Final
category: Vital Signs
code: Blood pressure panel with all children optional
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
effective: 2025-11-04 10:30:00+0000
performer: Practitioner Test Test Test(official)
component
code: Systolic blood pressure
value: 120 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
component
code: Diastolic blood pressure
value: 80 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')
{
"resourceType": "Observation",
"id": "blood-pressure-example",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation",
"http://hl7.org/fhir/StructureDefinition/vitalsigns",
"http://hl7.org/fhir/StructureDefinition/bp"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel with all children optional"
}
]
},
"subject": {
"reference": "Patient/example-salim"
},
"effectiveDateTime": "2025-11-04T10:30:00Z",
"performer": [
{
"reference": "Practitioner/example-practitioner"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
]
},
"valueQuantity": {
"value": 120,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
]
},
"valueQuantity": {
"value": 80,
"unit": "mmHg",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}