@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 -------------------------------------------------------------------

<http://resmed.com/fhir/core/Device/airsense-10> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "airsense-10"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-device"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-device>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"airsense-10\"> </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 Device &quot;airsense-10&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-device.html\">ResMed Device</a></p></div><p><b>ResMedSerialNumberVerificationCode</b>: 480</p><p><b>identifier</b>: id: <a href=\"NamingSystem-ResMedDeviceSerialNumber.html\">#</a>66793269986</p><p><b>status</b>: active</p><p><b>manufacturer</b>: ResMed Ltd</p><p><b>serialNumber</b>: 66793269986</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>S10 Autoset Comfort</td><td>model-name</td></tr></table><p><b>modelNumber</b>: D370-1232</p><p><b>type</b>: Continuous positive airway pressure device <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-device-type-code-system.html\">ResMed device type CodeSystem</a>#cpap-device)</span></p><h3>Specializations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>SystemType</b></td></tr><tr><td style=\"display: none\">*</td><td>cellular-module <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-device-specialization.html\">ResMed device specialization CodeSystem</a>#cellular-module)</span></td></tr></table><blockquote><p><b>version</b></p><p><b>type</b>: Metadata Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-device-version-component-code-system.html\">ResMed device version components</a>#metadata-identifier)</span></p><p><b>value</b>: 36</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: Variant Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-device-version-component-code-system.html\">ResMed device version components</a>#variant-identifier)</span></p><p><b>value</b>: 26</p></blockquote><blockquote><p><b>version</b></p><p><b>type</b>: Application identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-resmed-device-version-component-code-system.html\">ResMed device version components</a>#application-identifier)</span></p><p><b>value</b>: FG 20.10</p></blockquote><p><b>owner</b>: <a href=\"Organization-airview-organization.html\">Organization/airview-organization</a> &quot;SleepyLabs Sleep Clinic&quot;</p></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://resmed.com/fhir/core/StructureDefinition/ResMedSerialNumberVerificationCode"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "480" ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://identifier.resmed.com/device-serial"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "66793269986" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:manufacturer [ fhir:v "ResMed Ltd"] ; # 
  fhir:serialNumber [ fhir:v "66793269986"] ; # 
  fhir:deviceName ( [
     fhir:name [ fhir:v "S10 Autoset Comfort" ] ;
     fhir:type [ fhir:v "model-name" ]
  ] ) ; # 
  fhir:modelNumber [ fhir:v "D370-1232"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/device-type"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "cpap-device" ]
     ] )
  ] ; # 
  fhir:specialization ( [
     fhir:systemType [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/device-specialization"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "cellular-module" ]
       ] )
     ]
  ] ) ; # 
  fhir:version ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/device-version-components"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "metadata-identifier" ]
       ] )
     ] ;
     fhir:value [ fhir:v "36" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/device-version-components"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "variant-identifier" ]
       ] )
     ] ;
     fhir:value [ fhir:v "26" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/device-version-components"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "application-identifier" ]
       ] )
     ] ;
     fhir:value [ fhir:v "FG 20.10" ]
  ] ) ; # 
  fhir:owner [
     fhir:link <http://resmed.com/fhir/core/Organization/airview-organization> ;
     fhir:reference [ fhir:v "Organization/airview-organization" ]
  ] . # 

# -------------------------------------------------------------------------------------

