@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/AuditEvent/AirviewWebAuditEvent> a fhir:AuditEvent ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AirviewWebAuditEvent"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://resmed.com/fhir/core/StructureDefinition/resmed-auditevent"^^xsd:anyURI ;
       fhir:link <http://resmed.com/fhir/core/StructureDefinition/resmed-auditevent>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: AuditEvent</b><a name=\"AirviewWebAuditEvent\"> </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 AuditEvent &quot;AirviewWebAuditEvent&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-resmed-auditevent.html\">ResMed AuditEvent</a></p></div><p><b>type</b>: AirView Audit Activity (Details: http://terminology.resmed.com/CodeSystem/audit-event-type code airview-auditlog = 'AirView Audit Activity', stated as 'AirView Audit Activity')</p><p><b>action</b>: R</p><p><b>recorded</b>: Jan 1, 2021, 9:34:00 AM</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AltId</b></td><td><b>Name</b></td><td><b>Requestor</b></td></tr><tr><td style=\"display: none\">*</td><td>doncen</td><td>Don CentreManager</td><td>true</td></tr></table><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Site</b></td><td><b>Observer</b></td></tr><tr><td style=\"display: none\">*</td><td>Large HME</td><td><a href=\"Organization-organization-example.html\">Organization/organization-example</a> &quot;ExampleOrganization&quot;</td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>What</b></td><td><b>Name</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-patient-example.html\">Patient/patient-example</a></td><td>Patient/patient-example/charts</td></tr></table></div>"
  ] ; # 
  fhir:type [
     fhir:system [ fhir:v "http://terminology.resmed.com/CodeSystem/audit-event-type"^^xsd:anyURI ] ;
     fhir:code [ fhir:v "airview-auditlog" ] ;
     fhir:display [ fhir:v "AirView Audit Activity" ]
  ] ; # 
  fhir:action [ fhir:v "R"] ; # 
  fhir:recorded [ fhir:v "2021-01-01T09:34:00Z"^^xsd:dateTime] ; # 
  fhir:agent ( [
     fhir:altId [ fhir:v "doncen" ] ;
     fhir:name [ fhir:v "Don CentreManager" ] ;
     fhir:requestor [ fhir:v "true"^^xsd:boolean ]
  ] ) ; # 
  fhir:source [
     fhir:site [ fhir:v "Large HME" ] ;
     fhir:observer [
       fhir:link <http://resmed.com/fhir/core/Organization/organization-example> ;
       fhir:reference [ fhir:v "Organization/organization-example" ]
     ]
  ] ; # 
  fhir:entity ( [
     fhir:what [
       fhir:link <http://resmed.com/fhir/core/Patient/patient-example> ;
       fhir:reference [ fhir:v "Patient/patient-example" ]
     ] ;
     fhir:name [ fhir:v "Patient/patient-example/charts" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

