FHIR IG analytics| Package | lt.hl7.fhir.vitalsigns |
| Resource Type | Observation |
| Id | Observation-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 observation-body-weight-example
Language: en
Profile: Body Weight
Associated Situation Extension: Wears undignified clothing (finding)
status: Final
category: Vital Signs, Body weight
code: Body weight
subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))
effective: 2025-10-27 09:20:00+0300
value: 68.4 kg (Details: UCUM codekg = 'kg')
note:
Measured after breakfast using a calibrated digital scale.
method: Weighing patient (procedure)
device: Device: status = active; type =
Lithuanian
Generated Narrative: Observation observation-body-weight-example
Language: en
Profile: Body Weight
Associated Situation Extension: Wears undignified clothing (finding)
status: Final
category: Vital Signs, Body weight
code: Body weight
subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))
effective: 2025-10-27 09:20:00+0300
value: 68.4 kg (Details: UCUM codekg = 'kg')
note:
Measured after breakfast using a calibrated digital scale.
method: Weighing patient (procedure)
device: Device: status = active; type =
{
"resourceType": "Observation",
"id": "observation-body-weight-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/vitalsigns/StructureDefinition/body-weight"
]
},
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.lt/fhir/vitalsigns/StructureDefinition/associated-situation",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "225494003",
"display": "Wears undignified clothing (finding)"
}
]
}
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
},
{
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7",
"display": "Body weight"
}
]
},
"subject": {
"reference": "Patient/patient-example"
},
"effectiveDateTime": "2025-10-27T09:20:00+03:00",
"valueQuantity": {
"value": 68.4,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
},
"note": [
{
"text": "Measured after breakfast using a calibrated digital scale."
}
],
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39857003",
"display": "Weighing patient (procedure)"
}
]
},
"device": {
"reference": "Device/device-body-weight-example"
}
}