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

: ResMed device specialization CodeSystem - TTL Representation

Draft as of 2024-01-11

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "resmed-device-specialization"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.resmed.com/CodeSystem/device-specialization</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">cellular-module<a name=\"resmed-device-specialization-cellular-module\"> </a></td></tr><tr><td style=\"white-space:nowrap\">bluetooth-module<a name=\"resmed-device-specialization-bluetooth-module\"> </a></td></tr><tr><td style=\"white-space:nowrap\">humidifier-module<a name=\"resmed-device-specialization-humidifier-module\"> </a></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.resmed.com/CodeSystem/device-specialization"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.37.0"] ; # 
  fhir:name [ fhir:v "ResMedDeviceSpecialization"] ; # 
  fhir:title [ fhir:v "ResMed device specialization CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-01-11T18:32:48+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ResMed Corp"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "ResMed Corp" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.resmed.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "atomteam-halifax@resmed.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ResMed device specialization CodeSystem for identifying modules installed"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "cellular-module" ]
  ] [
fhir:code [ fhir:v "bluetooth-module" ]
  ] [
fhir:code [ fhir:v "humidifier-module" ]
  ] ) . #