Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4

Codesystem-audit-event-action.ttl

Example CodeSystem/audit-event-action (Turtle)

Maturity Level : N/A
Responsible Owner: Security Work Group Standards Status : Informative

Raw Turtle (+ also see Turtle/RDF Format Specification )

Definition for Code System AuditEventAction SystemAuditEventAction

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .


# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "audit-event-action"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2019-11-01T09:29:23.356+11:00" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "sec" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "3" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/audit-event-action"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.453" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.0.1"];
  fhir:CodeSystem.name [ fhir:value "AuditEventAction"];
  fhir:CodeSystem.title [ fhir:value "AuditEventAction"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2019-11-01T09:29:23+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]

<http://hl7.org/fhir/CodeSystem/audit-event-action> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "audit-event-action"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-11-20T23:56:49.898+00:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem audit-event-action</b></p><a name=\"audit-event-action\"> </a><a name=\"hcaudit-event-action\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/audit-event-action</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"audit-event-action-C\"> </a></td><td>Create</td><td>Create a new database object, such as placing an order.</td></tr><tr><td style=\"white-space:nowrap\">R<a name=\"audit-event-action-R\"> </a></td><td>Read</td><td>Read data, such as to print or display to a doctor.</td></tr><tr><td style=\"white-space:nowrap\">U<a name=\"audit-event-action-U\"> </a></td><td>Update</td><td>Update data, such as revise patient information.</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"audit-event-action-D\"> </a></td><td>Delete</td><td>Delete items, such as a doctor master file record.</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"audit-event-action-E\"> </a></td><td>Execute</td><td>Perform a system or application function such as log-on, program execution or use of an object's method, or perform a query/search operation.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "sec"

     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Indicator for type of action performed during the event that generated the event."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/audit-event-action"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "C" ];
     fhir:CodeSystem.display [ fhir:value "Create" ];
     fhir:CodeSystem.definition [ fhir:value "Create a new database object, such as placing an order." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "R" ];
     fhir:CodeSystem.display [ fhir:value "Read/View/Print" ];
     fhir:CodeSystem.definition [ fhir:value "Display or print data, such as a doctor census." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "U" ];
     fhir:CodeSystem.display [ fhir:value "Update" ];
     fhir:CodeSystem.definition [ fhir:value "Update data, such as revise patient information." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "D" ];
     fhir:CodeSystem.display [ fhir:value "Delete" ];
     fhir:CodeSystem.definition [ fhir:value "Delete items, such as a doctor master file record." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "E" ];
     fhir:CodeSystem.display [ fhir:value "Execute" ];
     fhir:CodeSystem.definition [ fhir:value "Perform a system or application function such as log-on, program execution or use of an object's method, or perform a query/search operation." ]
  ] .

  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "normative"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 6
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/audit-event-action"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/audit-event-action>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.453" ]
  ] [
     fhir:use [ fhir:v "old" ] ;
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.446" ]
  ] [
     fhir:use [ fhir:v "old" ] ;
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.263" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-ballot3"] ; # 
  fhir:name [ fhir:v "AuditEventAction"] ; # 
  fhir:title [ fhir:v "Audit Event Action"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-11-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Security"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/secure" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicator codes for type of action performed during the event that generated the event."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/audit-event-action"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/audit-event-action>
  ] ; # 
  fhir:hierarchyMeaning [] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "C" ] ;
     fhir:display [ fhir:v "Create" ] ;
     fhir:definition [ fhir:v "Create a new database object, such as placing an order." ]
  ] [
     fhir:code [ fhir:v "R" ] ;
     fhir:display [ fhir:v "Read" ] ;
     fhir:definition [ fhir:v "Read data, such as to print or display to a doctor." ]
  ] [
     fhir:code [ fhir:v "U" ] ;
     fhir:display [ fhir:v "Update" ] ;
     fhir:definition [ fhir:v "Update data, such as revise patient information." ]
  ] [
     fhir:code [ fhir:v "D" ] ;
     fhir:display [ fhir:v "Delete" ] ;
     fhir:definition [ fhir:v "Delete items, such as a doctor master file record." ]
  ] [
     fhir:code [ fhir:v "E" ] ;
     fhir:display [ fhir:v "Execute" ] ;
     fhir:definition [ fhir:v "Perform a system or application function such as log-on, program execution or use of an object's method, or perform a query/search operation." ]
  ] ) . # 


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


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.