@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/CodeSystem/resmed-provenance-activity-type-code-system> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "resmed-provenance-activity-type-code-system"] ; # 
  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/provenance-activity-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">REVIEWED<a name=\"resmed-provenance-activity-type-code-system-REVIEWED\"> </a></td><td>Marked As Read</td></tr><tr><td style=\"white-space:nowrap\">ALERTRAISED<a name=\"resmed-provenance-activity-type-code-system-ALERTRAISED\"> </a></td><td>Raised</td></tr><tr><td style=\"white-space:nowrap\">ALERTCLEARED<a name=\"resmed-provenance-activity-type-code-system-ALERTCLEARED\"> </a></td><td>Cleared</td></tr><tr><td style=\"white-space:nowrap\">RULECHANGED<a name=\"resmed-provenance-activity-type-code-system-RULECHANGED\"> </a></td><td>Rule change to</td></tr><tr><td style=\"white-space:nowrap\">RULEENABLED<a name=\"resmed-provenance-activity-type-code-system-RULEENABLED\"> </a></td><td>Turned on</td></tr><tr><td style=\"white-space:nowrap\">RULEDISABLED<a name=\"resmed-provenance-activity-type-code-system-RULEDISABLED\"> </a></td><td>Turned on</td></tr><tr><td style=\"white-space:nowrap\">PROGRAMCHANGED<a name=\"resmed-provenance-activity-type-code-system-PROGRAMCHANGED\"> </a></td><td>Program changed</td></tr><tr><td style=\"white-space:nowrap\">PROFILECHANGED<a name=\"resmed-provenance-activity-type-code-system-PROFILECHANGED\"> </a></td><td>Profile changed</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.resmed.com/CodeSystem/provenance-activity-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.37.0"] ; # 
  fhir:name [ fhir:v "ResMedPatientProvenanceActivityTypeCodeSystem"] ; # 
  fhir:title [ fhir:v "ResMed Provenance activity type 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 Provenance activity type CodeSystem"] ; # 
  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 "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "REVIEWED" ] ;
     fhir:display [ fhir:v "Marked As Read" ]
  ] [
     fhir:code [ fhir:v "ALERTRAISED" ] ;
     fhir:display [ fhir:v "Raised" ]
  ] [
     fhir:code [ fhir:v "ALERTCLEARED" ] ;
     fhir:display [ fhir:v "Cleared" ]
  ] [
     fhir:code [ fhir:v "RULECHANGED" ] ;
     fhir:display [ fhir:v "Rule change to" ]
  ] [
     fhir:code [ fhir:v "RULEENABLED" ] ;
     fhir:display [ fhir:v "Turned on" ]
  ] [
     fhir:code [ fhir:v "RULEDISABLED" ] ;
     fhir:display [ fhir:v "Turned on" ]
  ] [
     fhir:code [ fhir:v "PROGRAMCHANGED" ] ;
     fhir:display [ fhir:v "Program changed" ]
  ] [
     fhir:code [ fhir:v "PROFILECHANGED" ] ;
     fhir:display [ fhir:v "Profile changed" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

