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: Trial-use | Maturity Level: 1 |
@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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "observation-lab-results-codes"] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet observation-lab-results-codes</b></p><a name=\"observation-lab-results-codes\"> </a><a name=\"hcobservation-lab-results-codes\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-observation-pghd-codes.html\"><code>http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?1.0.0-ballot2</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-bloodAlcoholContent\">bloodAlcoholContent</a></td><td style=\"color: #cccccc\">Blood alcohol content</td><td>quantity sample type that measures the user's blood alcohol content.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-bloodGlucose\">bloodGlucose</a></td><td style=\"color: #cccccc\">Blood glucose</td><td>A quantity sample type that measures the user's blood glucose level.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-electrodermalActivity\">electrodermalActivity</a></td><td style=\"color: #cccccc\">Electrodermal activity</td><td>A quantity sample type that measures electrodermal activity.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-forcedExpiratoryVolume1\">forcedExpiratoryVolume1</a></td><td style=\"color: #cccccc\">Forced expiratory volume1</td><td>A quantity sample type that measures the amount of air that can be forcibly exhaled from the lungs during the first second of a forced exhalation.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-forcedVitalCapacity\">forcedVitalCapacity</a></td><td style=\"color: #cccccc\">Forced vital capacity</td><td>A quantity sample type that measures the amount of air that can be forcibly exhaled from the lungs after taking the deepest breath possible.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-inhalerUsage\">inhalerUsage</a></td><td style=\"color: #cccccc\">Inhaler usage</td><td>A quantity sample type that measures the number of puffs the user takes from their inhaler.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-insulinDelivery\">insulinDelivery</a></td><td style=\"color: #cccccc\">Insulin delivery</td><td>A quantity sample that measures the amount of insulin delivered.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-numberOfTimesFallen\">numberOfTimesFallen</a></td><td style=\"color: #cccccc\">Number of times fallen</td><td>A quantity sample type that measures the number of times the user fell.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-peakExpiratoryFlowRate\">peakExpiratoryFlowRate</a></td><td style=\"color: #cccccc\">Peak expiratory flow rate</td><td>A quantity sample type that measures the user's maximum flow rate generated during a forceful exhalation.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-peripheralPerfusionIndex\">peripheralPerfusionIndex</a></td><td style=\"color: #cccccc\">Peripheral perfusion index</td><td>A quantity sample type that measures the user's peripheral perfusion index.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-timeInDaylight\">timeInDaylight</a></td><td style=\"color: #cccccc\">Time in daylight</td><td>A quantity sample type that captures the amount of time the user spent in daylight.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-inspiratoryTime\">inspiratoryTime</a></td><td style=\"color: #cccccc\">Inspiratory time</td><td>The duration of a person's inspiration, either a single measurement, or the result of aggregating several measurements made over time.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-ventilationCycleTime\">ventilationCycleTime</a></td><td style=\"color: #cccccc\">Ventilation cycle time</td><td>Represents the duration of a person's complete respiration.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-minuteVolume\">minuteVolume</a></td><td style=\"color: #cccccc\">Minute volume</td><td>The volume of gas inhaled or exhaled from a person's lungs per minute.</td></tr><tr><td><a href=\"CodeSystem-observation-pghd-codes.html#observation-pghd-codes-breathCarbonMonoxide\">breathCarbonMonoxide</a></td><td style=\"color: #cccccc\">Breath carbon monoxide</td><td>The amount of carbon monoxide gas present in a person's exhaled breath.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "pe" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1 ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr> ] ] ) ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ;
fhir:value [
a fhir:Code ;
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/phr/ImplementationGuide/hl7.fhir.uv.phr> ] ] ) ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/uv/phr/ValueSet/observation-lab-results-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/phr/ValueSet/observation-lab-results-codes>
] ; #
fhir:version [ fhir:v "1.0.0-ballot2"] ; #
fhir:name [ fhir:v "ObservationLabResultsValueSet"] ; #
fhir:title [ fhir:v "Observation LabResults Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-12-27T21:39:37+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Patient Empowerment"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Patient Empowerment" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientempowerment" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes representing measurement items associated with the inspection"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
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:concept [
fhir:code [ fhir:v "bloodAlcoholContent" ] ] [
fhir:code [ fhir:v "bloodGlucose" ] ] [
fhir:code [ fhir:v "electrodermalActivity" ] ] [
fhir:code [ fhir:v "forcedExpiratoryVolume1" ] ] [
fhir:code [ fhir:v "forcedVitalCapacity" ] ] [
fhir:code [ fhir:v "inhalerUsage" ] ] [
fhir:code [ fhir:v "insulinDelivery" ] ] [
fhir:code [ fhir:v "numberOfTimesFallen" ] ] [
fhir:code [ fhir:v "peakExpiratoryFlowRate" ] ] [
fhir:code [ fhir:v "peripheralPerfusionIndex" ] ] [
fhir:code [ fhir:v "timeInDaylight" ] ] [
fhir:code [ fhir:v "inspiratoryTime" ] ] [
fhir:code [ fhir:v "ventilationCycleTime" ] ] [
fhir:code [ fhir:v "minuteVolume" ] ] [
fhir:code [ fhir:v "breathCarbonMonoxide" ] ] ) ] )
] . #
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
