FHIR IG analytics| Package | hl7.fhir.uv.phr |
| Resource Type | Observation |
| Id | Observation-pghd-bodymeasurement-body-fat-percentage.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pghd-bodymeasurement-body-fat-percentage
Language: en
Profile: PGHD Body Measurement Profile
identifier: urn:uuid:2a0d59fe-e99f-d216-5865-670442becaa3/6D372713-386D-45C4-A58B-851FAB744838
status: Final
category: Exam
code: Body fat percentage
subject: John Doe Male, DoB: 1990-01-01
effective: 2023-12-01 05:33:42+0000
performer: John Doe Male, DoB: 1990-01-01
value: 18 % (Details: UCUM code% = '%')
device: Device: manufacturer = Apple Inc.
Generated Narrative: Device #device
Profile: PGHD Device Profile
UdiCarriers
DeviceIdentifier FVFHX60ZQ6LC manufacturer: Apple Inc.
deviceName
name: Watch
type: Model name
deviceName
name: Apple Watch
type: User Friendly name
version
type: hardware
value: Watch6,7
version
type: software
value: 8.6
{
"resourceType": "Observation",
"id": "pghd-bodymeasurement-body-fat-percentage",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-bodymeasurement"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Device",
"id": "device",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-device"
]
},
"udiCarrier": [
{
"deviceIdentifier": "FVFHX60ZQ6LC"
}
],
"manufacturer": "Apple Inc.",
"deviceName": [
{
"name": "Watch",
"type": "model-name"
},
{
"name": "Apple Watch",
"type": "user-friendly-name"
}
],
"version": [
{
"type": {
"text": "hardware"
},
"value": "Watch6,7"
},
{
"type": {
"text": "software"
},
"value": "8.6"
}
]
}
],
"identifier": [
{
"system": "urn:uuid:2a0d59fe-e99f-d216-5865-670442becaa3",
"value": "6D372713-386D-45C4-A58B-851FAB744838"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "exam",
"display": "Exam"
}
]
}
],
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes",
"code": "bodyFatPercentage"
}
]
},
"subject": {
"reference": "Patient/1"
},
"effectiveDateTime": "2023-12-01T05:33:42Z",
"performer": [
{
"reference": "Patient/1"
}
],
"valueQuantity": {
"value": 18,
"unit": "%",
"system": "http://unitsofmeasure.org",
"code": "%"
},
"device": {
"reference": "#device"
}
}