@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/ValueSet/rmd-auditEventOutcome-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "rmd-auditEventOutcome-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html\"><code>http://hl7.org/fhir/audit-event-outcome</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-0\">0</a></td><td>Success</td><td>The operation completed successfully (whether with warnings or not).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-4\">4</a></td><td>Minor Failure</td><td>The action was not successful due to some kind of minor failure (often equivalent to an HTTP 400 response).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-8\">8</a></td><td>Serious Failure</td><td>The action was not successful due to some kind of unexpected error (often equivalent to an HTTP 500 response).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-audit-event-outcome.html#audit-event-outcome-12\">12</a></td><td>Major Failure</td><td>An error of such magnitude occurred that the system is no longer available for use (i.e. the system died).</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://resmed.com/fhir/core/ValueSet/rmd-auditEventOutcome-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.37.0"] ; # 
  fhir:name [ fhir:v "ValueSetResMedAuditEventOutcome"] ; # 
  fhir:title [ fhir:v "ResMed AuditEvent Outcome ValueSet"] ; # 
  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 AuditEvent Outcome ValueSet"] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/audit-event-outcome"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "0" ] ;
         fhir:display [ fhir:v "Success" ]
       ] [
         fhir:code [ fhir:v "4" ] ;
         fhir:display [ fhir:v "Minor Failure" ]
       ] [
         fhir:code [ fhir:v "8" ] ;
         fhir:display [ fhir:v "Serious Failure" ]
       ] [
         fhir:code [ fhir:v "12" ] ;
         fhir:display [ fhir:v "Major Failure" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

