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