FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | Observation |
| Id | Observation-bmi-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 bmi-example
Language: en
Profiles: UZ Core Observation, Vital Signs Profile, Observation Body Mass Index Profile
status: Final
category: Vital Signs
code: Body mass index (BMI) [Ratio]
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
effective: 1999-07-02
performer: Practitioner Test Test Test(official)
value: 16.2 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2')
Russian
Сгенерированный нарратив: Observation bmi-example
Язык: en
Профильs: UZ Core Observation, Vital Signs Profile, Observation Body Mass Index Profile
status: Final
category: Vital Signs
code: Body mass index (BMI) [Ratio]
subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)
effective: 1999-07-02
performer: Practitioner Test Test Test(official)
value: 16.2 kg/m2 (Подробности: UCUM кодkg/m2 = 'kg/m2')
Uzbek
Generated Narrative: Observation bmi-example
Language: en
Profiles: UZ Core Observation, Vital Signs Profile, Observation Body Mass Index Profile
status: Final
category: Vital Signs
code: Body mass index (BMI) [Ratio]
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
effective: 1999-07-02
performer: Practitioner Test Test Test(official)
value: 16.2 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2')
{
"resourceType": "Observation",
"id": "bmi-example",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation",
"http://hl7.org/fhir/StructureDefinition/vitalsigns",
"http://hl7.org/fhir/StructureDefinition/bmi"
]
},
"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": "39156-5",
"display": "Body mass index (BMI) [Ratio]"
}
]
},
"subject": {
"reference": "Patient/example-salim"
},
"effectiveDateTime": "1999-07-02",
"performer": [
{
"reference": "Practitioner/example-practitioner"
}
],
"valueQuantity": {
"value": 16.2,
"unit": "kg/m2",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
}
}