ResMed Core Implementation Guide
0.37.0 - ci-build International flag

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

: airsense-11-humidifier - TTL Representation

Raw ttl | Download


@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 "airsense-11-humidifier"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-single-measure"^^xsd:anyURI ;
fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-single-measure>     ] )
  ] ; # 
  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=\"airsense-11-humidifier\"> </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 &quot;airsense-11-humidifier&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-single-measure.html\">ResMed Single Measure</a></p></div><p><b>status</b>: preliminary</p><p><b>code</b>: humidifier-type <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-observation-metrics-code-system.html\">ResMed Observation Metrics CodeSystem</a>#humidifier-type)</span></p><p><b>effective</b>: 2022-06-07</p><p><b>issued</b>: Jun 7, 2022, 5:11:35 AM</p><p><b>value</b>: Internal humidifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-humidifier-code-system.html\">ResMed Humidifier CodeSystem</a>#internal)</span></p><p><b>device</b>: <a href=\"Device-airsense-11.html\">Device/airsense-11</a></p></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 "humidifier-type" ]     ] )
  ] ; # 
  fhir:effective [ fhir:v "2022-06-07"^^xsd:date] ; # 
  fhir:issued [ fhir:v "2022-06-07T05:11:35.285Z"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/resmed-humidifier-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "internal" ]     ] )
  ] ; # 
  fhir:device [
fhir:reference [ fhir:v "Device/airsense-11" ]
  ] . #