Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
@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: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 <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent> ] [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent-profile> ] ) ;
( 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><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\">Last updated: 2015-06-25 13:28:42+0530</p><p style=\"margin-bottom: 0px\">Profiles: <code>https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-auditevent</code>, <a href=\"StructureDefinition-athena-auditevent-profile.html\">AthenaAuditEvent</a></p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')</p></div><p><b>type</b>: [not stated] 100: Successful login</p><p><b>action</b>: Execute</p><p><b>period</b>: 2015-06-25 13:28:42+0530 --> (ongoing)</p><p><b>recorded</b>: 2015-06-25 13:28:42+0530</p><p><b>outcome</b>: Success</p><p><b>outcomeDesc</b>: Success</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Who</b></td><td><b>Name</b></td><td><b>Requestor</b></td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner/1225652472001060\">Practitioner/1225652472001060</a></td><td>hwinston</td><td>false</td><td><a href=\"Location-Example1.html\">Location WC</a></td></tr></table><h3>Entities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>What</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></td></tr></table></div>"
] ; #
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:reference [ fhir:v "Practitioner/1225652472001060" ] ] ;
fhir:name [ fhir:v "hwinston" ] ;
fhir:requestor [ fhir:v "false"^^xsd:boolean ] ;
fhir:location [
fhir:reference [ fhir:v "Location/Example1" ] ]
] ) ; #
fhir:entity ( [
fhir:what [
fhir:reference [ fhir:v "Patient/Example1" ] ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#23.1.0 based on FHIR 4.0.1. Generated 2024-07-22
Links: Table of Contents |
QA Report