ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "astral-alvminvent-stats"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-stats-observation"^^xsd:anyURI ;
fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-stats-observation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"astral-alvminvent-stats\"> </a></p><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\">Resource Observation "astral-alvminvent-stats" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-stats-observation.html\">ResMed Statistical Observation</a></p></div><p><b>status</b>: preliminary</p><p><b>code</b>: alveolar-minute-ventilation-statistic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#alveolar-minute-ventilation-statistic)</span></p><p><b>effective</b>: 2021-01-15</p><p><b>issued</b>: Jan 16, 2021, 12:38:23 AM</p><p><b>device</b>: <a href=\"Device-astral.html\">Device/astral</a></p><blockquote><p><b>component</b></p><p><b>code</b>: 5th percentile <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-statistics-code-system.html\">ResMed Centiles CodeSystem</a>#centile-5)</span></p><p><b>value</b>: 15 litresPerMinute<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code L/min = 'L/min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 50th percentile or median <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-statistics-code-system.html\">ResMed Centiles CodeSystem</a>#centile-50)</span></p><p><b>value</b>: 16 litresPerMinute<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code L/min = 'L/min')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 95th percentile <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-statistics-code-system.html\">ResMed Centiles CodeSystem</a>#centile-95)</span></p><p><b>value</b>: 17 litresPerMinute<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code L/min = 'L/min')</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "preliminary"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-observation-metrics-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "alveolar-minute-ventilation-statistic" ] ] )
] ; #
fhir:effective [ fhir:v "2021-01-15"^^xsd:date] ; #
fhir:issued [ fhir:v "2021-01-15T19:38:23.0-05:00"^^xsd:dateTime] ; #
fhir:device [
fhir:reference [ fhir:v "Device/astral" ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-statistics-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "centile-5" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "15"^^xsd:decimal ] ;
fhir:unit [ fhir:v "litresPerMinute" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L/min" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-statistics-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "centile-50" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "16"^^xsd:decimal ] ;
fhir:unit [ fhir:v "litresPerMinute" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L/min" ] ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-statistics-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "centile-95" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "17"^^xsd:decimal ] ;
fhir:unit [ fhir:v "litresPerMinute" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L/min" ] ]
] ) . #
IG © 2021+ ResMed Corp. Package resmed.core#0.37.0 based on FHIR 4.0.1. Generated 2024-01-11
Links: Table of Contents |
QA Report
| Propose a change | Issues
| Version History
| Search