@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AuditEvent ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Example1"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2015-06-25T13:28:42.000+05:30"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent"^^xsd:anyURI ; fhir:link ] [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent-profile"^^xsd:anyURI ; fhir:link ] ) ; fhir:security ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Normal" ] ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: AuditEvent Example1

Last updated: 2015-06-25 13:28:42+0530

Profiles: https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent, AthenaAuditEvent

Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')

type: [not stated] 100: Successful login

action: Execute

period: 2015-06-25 13:28:42+0530 --> (ongoing)

recorded: 2015-06-25 13:28:42+0530

outcome: Success

outcomeDesc: Success

Agents

-WhoNameRequestorLocation
*Practitioner/1225652472001060hwinstonfalseLocation WC

Entities

-What
*Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)
" ] ; # fhir:type [ fhir:code [ fhir:v "100" ] ; fhir:display [ fhir:v "Successful login" ] ] ; # fhir:action [ fhir:v "E" ; fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/eventaction"^^xsd:anyURI ] ; fhir:code [ fhir:v "E" ] ; fhir:display [ fhir:v "Execute" ] ] ] ) ] ; # fhir:period [ fhir:start [ fhir:v "2015-06-25T13:28:42+05:30"^^xsd:dateTime ] ] ; # fhir:recorded [ fhir:v "2015-06-25T13:28:42.000+05:30"^^xsd:dateTime] ; # fhir:outcome [ fhir:v "0" ; fhir:extension ( [ fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/eventoutcome"^^xsd:anyURI ] ; fhir:code [ fhir:v "0" ] ; fhir:display [ fhir:v "Success" ] ] ] ) ] ; # fhir:outcomeDesc [ fhir:v "Success"] ; # fhir:agent ( [ fhir:who [ fhir:link ; fhir:reference [ fhir:v "Practitioner/1225652472001060" ] ] ; fhir:name [ fhir:v "hwinston" ] ; fhir:requestor [ fhir:v "false"^^xsd:boolean ] ; fhir:location [ fhir:link ; fhir:reference [ fhir:v "Location/Example1" ] ] ] ) ; # fhir:entity ( [ fhir:what [ fhir:link ; fhir:reference [ fhir:v "Patient/Example1" ] ] ] ) . # # -------------------------------------------------------------------------------------