Personal Health Records, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/personal-health-record-format-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "pghd-activity-activeEnergyBurned"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-activity"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-activity> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Observation pghd-activity-activeEnergyBurned</b></p><a name=\"pghd-activity-activeEnergyBurned\"> </a><a name=\"hcpghd-activity-activeEnergyBurned\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pghd-activity.html\">PGHD Activity Profile</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category activity}\">Activity</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes activeEnergyBurned}\">Active energy burned</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">John Doe Male, DoB: 1990-01-01</a></p><p><b>effective</b>: 2023-12-01 05:33:42+0000 --> 2023-12-01 07:35:22+0000</p><p><b>performer</b>: <a href=\"Patient-1.html\">John Doe Male, DoB: 1990-01-01</a></p><p><b>value</b>: 400.8 kcal<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekcal = 'kcal')</span></p><p><b>device</b>: <a href=\"#hcpghd-activity-activeEnergyBurned/device\">Device: manufacturer = Apple Inc.</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Device #device</b></p><a name=\"pghd-activity-activeEnergyBurned/device\"> </a><a name=\"hcpghd-activity-activeEnergyBurned/device\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-pghd-device.html\">PGHD Device Profile</a></p></div><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td></tr><tr><td style=\"display: none\">*</td><td>FVFHX60ZQ6LC</td></tr></table><p><b>manufacturer</b>: Apple Inc.</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: Watch</p><p><b>type</b>: Model name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: Apple Watch</p><p><b>type</b>: User Friendly name</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: <span title=\"Codes:\">hardware</span></p><p><b>value</b>: Watch6,7</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: <span title=\"Codes:\">software</span></p><p><b>value</b>: 8.6</p></blockquote></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:contained ( [
a fhir:Device ;
fhir:id [ fhir:v "device" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-device"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-device> ] ) ] ;
( fhir:udiCarrier [
fhir:deviceIdentifier [ fhir:v "FVFHX60ZQ6LC" ] ] ) ;
fhir:manufacturer [ fhir:v "Apple Inc." ] ;
( fhir:deviceName [
fhir:name [ fhir:v "Watch" ] ;
fhir:type [ fhir:v "model-name" ] ] [
fhir:name [ fhir:v "Apple Watch" ] ;
fhir:type [ fhir:v "user-friendly-name" ] ] ) ;
( fhir:version [
fhir:type [
fhir:text [ fhir:v "hardware" ] ] ;
fhir:value [ fhir:v "Watch6,7" ] ] [
fhir:type [
fhir:text [ fhir:v "software" ] ] ;
fhir:value [ fhir:v "8.6" ] ] )
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ;
fhir:code [ fhir:v "activity" ] ;
fhir:display [ fhir:v "Activity" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes> ] ;
fhir:code [ fhir:v "activeEnergyBurned" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/1 ;
fhir:reference [ fhir:v "Patient/1" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2023-12-01T05:33:42Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2023-12-01T07:35:22Z"^^xsd:dateTime ]
] ; #
fhir:performer ( [
fhir:l fhir:Patient/1 ;
fhir:reference [ fhir:v "Patient/1" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 400.8 ] ;
fhir:unit [ fhir:v "kcal" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "kcal" ]
] ; #
fhir:device [
fhir:l <#device> ;
fhir:reference [ fhir:v "#device" ]
] . #
IG © 2022+ HL7 International / Patient Empowerment.
Package hl7.fhir.uv.phr#1.0.0-ballot2 based on FHIR 4.0.1.
Generated
2025-12-27
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
