STU3 Candidate

This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Auditevent-example-disclosure.ttl

Raw Turtle, JSON-LD

Accounting of a Disclosure

@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://hl7.org/fhir/AuditEvent/example-disclosure> a fhir:AuditEvent;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-disclosure"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Disclosure by some idiot, for marketing reasons, to places unknown, of a Poor Sap, data about Everthing important.</div>"
  ];
  fhir:AuditEvent.type [
     fhir:Coding.system [ fhir:value "http://nema.org/dicom/dicm" ];
     fhir:Coding.code [ fhir:value "110106" ];
     fhir:Coding.display [ fhir:value "Export" ]
  ];
  fhir:AuditEvent.subtype [
     fhir:index 0;
     fhir:Coding.code [ fhir:value "Disclosure" ];
     fhir:Coding.display [ fhir:value "HIPAA disclosure" ]
  ];
  fhir:AuditEvent.action [ fhir:value "R"];
  fhir:AuditEvent.recorded [ fhir:value "2013-09-22T00:08:00Z"^^xsd:dateTime];
  fhir:AuditEvent.outcome [ fhir:value "0"];
  fhir:AuditEvent.outcomeDesc [ fhir:value "Successful  Disclosure"];
  fhir:AuditEvent.purposeOfEvent [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActReason" ];
       fhir:Coding.code [ fhir:value "HMARKT" ];
       fhir:Coding.display [ fhir:value "healthcare marketing" ]
     ]
  ];
  fhir:AuditEvent.agent [
     fhir:index 0;
     fhir:AuditEvent.agent.role [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://nema.org/dicom/dicm" ];
         fhir:Coding.code [ fhir:value "110153" ];
         fhir:Coding.display [ fhir:value "Source Role ID" ]
       ]
     ];
     fhir:AuditEvent.agent.userId [
       fhir:Identifier.value [ fhir:value "SomeIdiot@nowhere.com" ]
     ];
     fhir:AuditEvent.agent.altId [ fhir:value "notMe" ];
     fhir:AuditEvent.agent.name [ fhir:value "That guy everyone wishes would be caught" ];
     fhir:AuditEvent.agent.requestor [ fhir:value "true"^^xsd:boolean ];
     fhir:AuditEvent.agent.location [
       fhir:link <http://hl7.org/fhir/Location/1>;
       fhir:Reference.reference [ fhir:value "Location/1" ]
     ];
     fhir:AuditEvent.agent.policy [
       fhir:value "http://consent.com/yes";
       fhir:index 0
     ];
     fhir:AuditEvent.agent.network [
       fhir:AuditEvent.agent.network.address [ fhir:value "custodian.net" ];
       fhir:AuditEvent.agent.network.type [ fhir:value "1" ]
     ]
  ], [
     fhir:index 1;
     fhir:AuditEvent.agent.role [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://nema.org/dicom/dicm" ];
         fhir:Coding.code [ fhir:value "110152" ];
         fhir:Coding.display [ fhir:value "Destination Role ID" ]
       ]
     ];
     fhir:AuditEvent.agent.reference [
       fhir:link <http://hl7.org/fhir/Practitioner/example>;
       fhir:Reference.reference [ fhir:value "Practitioner/example" ]
     ];
     fhir:AuditEvent.agent.userId [
       fhir:Identifier.value [ fhir:value "Where" ]
     ];
     fhir:AuditEvent.agent.requestor [ fhir:value "false"^^xsd:boolean ];
     fhir:AuditEvent.agent.network [
       fhir:AuditEvent.agent.network.address [ fhir:value "marketing.land" ];
       fhir:AuditEvent.agent.network.type [ fhir:value "1" ]
     ];
     fhir:AuditEvent.agent.purposeOfUse [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActReason" ];
         fhir:Coding.code [ fhir:value "HMARKT" ];
         fhir:Coding.display [ fhir:value "healthcare marketing" ]
       ]
     ]
  ];
  fhir:AuditEvent.source [
     fhir:AuditEvent.source.site [ fhir:value "Watcher" ];
     fhir:AuditEvent.source.identifier [
       fhir:Identifier.value [ fhir:value "Watchers Accounting of Disclosures Application" ]
     ];
     fhir:AuditEvent.source.type [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/security-source-type" ];
       fhir:Coding.code [ fhir:value "4" ];
       fhir:Coding.display [ fhir:value "Application Server" ]
     ]
  ];
  fhir:AuditEvent.entity [
     fhir:index 0;
     fhir:AuditEvent.entity.reference [
       fhir:link <http://hl7.org/fhir/Patient/example>;
       fhir:Reference.reference [ fhir:value "Patient/example" ]
     ];
     fhir:AuditEvent.entity.type [
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/object-type" ];
       fhir:Coding.code [ fhir:value "1" ];
       fhir:Coding.display [ fhir:value "Person" ]
     ];
     fhir:AuditEvent.entity.role [
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/valueset-object-role" ];
       fhir:Coding.code [ fhir:value "1" ];
       fhir:Coding.display [ fhir:value "Patient" ]
     ]
  ], [
     fhir:index 1;
     fhir:AuditEvent.entity.identifier [
       fhir:Identifier.value [ fhir:value "What.id" ]
     ];
     fhir:AuditEvent.entity.reference [
       fhir:link <http://hl7.org/fhir/Patient/example/_history/1>;
       fhir:Reference.reference [ fhir:value "Patient/example/_history/1" ]
     ];
     fhir:AuditEvent.entity.type [
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/object-type" ];
       fhir:Coding.code [ fhir:value "2" ];
       fhir:Coding.display [ fhir:value "System Object" ]
     ];
     fhir:AuditEvent.entity.role [
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/valueset-object-role" ];
       fhir:Coding.code [ fhir:value "4" ];
       fhir:Coding.display [ fhir:value "DomainResource" ]
     ];
     fhir:AuditEvent.entity.lifecycle [
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/object-lifecycle" ];
       fhir:Coding.code [ fhir:value "11" ];
       fhir:Coding.display [ fhir:value "Disclosure" ]
     ];
     fhir:AuditEvent.entity.securityLabel [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/Confidentiality" ];
       fhir:Coding.code [ fhir:value "V" ];
       fhir:Coding.display [ fhir:value "very restricted" ]
     ], [
       fhir:index 1;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActCode" ];
       fhir:Coding.code [ fhir:value "STD" ];
       fhir:Coding.display [ fhir:value "sexually transmitted disease information sensitivity" ]
     ], [
       fhir:index 2;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v3/ActCode" ];
       fhir:Coding.code [ fhir:value "DELAU" ];
       fhir:Coding.display [ fhir:value "delete after use" ]
     ];
     fhir:AuditEvent.entity.name [ fhir:value "Namne of What" ];
     fhir:AuditEvent.entity.description [ fhir:value "data about Everthing important" ]
  ] .

<http://hl7.org/fhir/Location/1> a fhir:Location .

<http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .

<http://hl7.org/fhir/Patient/example> a fhir:Patient .

<http://hl7.org/fhir/Patient/example/_history/1> a fhir:Patient .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.