JohnMoehrkeTestDicom, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testDicom/ and changes regularly. See the Directory of published versions
@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 "ex-auditBasicCreateImagingStudy"] ; #
fhir:meta [
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
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 ex-auditBasicCreateImagingStudy</b></p><a name=\"ex-auditBasicCreateImagingStudy\"> </a><a name=\"hcex-auditBasicCreateImagingStudy\"> </a><a name=\"ex-auditBasicCreateImagingStudy-en-US\"> </a><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/restful-interaction create}\">create</span></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/audit-event-type rest}\">Restful Operation</span></p><p><b>action</b>: Create</p><p><b>recorded</b>: 2020-04-29 09:49:00+0000</p><h3>Outcomes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://hl7.org/fhir/R5/codesystem-issue-severity.html#issue-severity-success\">Issue Severity</a> success: Operation Successful</td></tr></table><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110152}\">Destination Role ID</span></p><p><b>who</b>: <a href=\"Device-ex-device.html\">Device</a></p><p><b>requestor</b>: false</p></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110153}\">Source Role ID</span></p><p><b>who</b>: myMachine.example.org</p><p><b>requestor</b>: false</p></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/extra-security-role-type humanuser}\">Human User</span></p><p><b>role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType AUT}\">author (originator)</span></p><p><b>who</b>: John Smith</p><p><b>requestor</b>: true</p></blockquote><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Site</b></td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>server.example.com</td><td><a href=\"Device-ex-device.html\">Device</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/security-source-type 4}\">Application Server</span></td></tr></table><blockquote><p><b>entity</b></p><p><b>what</b>: <a href=\"ImagingStudy-ex-imagingstudyBind.html\">ImagingStudy: status = available; modality = Autorefraction</a></p><p><b>role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/object-role 4}\">Domain Resource</span></p></blockquote><blockquote><p><b>entity</b></p><p><b>what</b>: <a href=\"Patient-ex-patient.html\">John Schmidt Other, DoB: 1923-07-25</a></p><p><b>role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/object-role 1}\">Patient</span></p></blockquote></div>"
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/restful-interaction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "create" ] ;
fhir:display [ fhir:v "create" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/audit-event-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rest" ] ;
fhir:display [ fhir:v "Restful Operation" ] ] )
] ; #
fhir:action [ fhir:v "C"] ; #
fhir:recorded [ fhir:v "2020-04-29T09:49:00.000Z"^^xsd:dateTime] ; #
fhir:outcome [
fhir:code [
fhir:system [ fhir:v "http://hl7.org/fhir/issue-severity"^^xsd:anyURI ] ;
fhir:code [ fhir:v "success" ] ]
] ; #
fhir:agent ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110152" ] ;
fhir:display [ fhir:v "Destination Role ID" ] ] ) ] ;
fhir:who [
fhir:reference [ fhir:v "Device/ex-device" ] ] ;
fhir:requestor [ fhir:v "false"^^xsd:boolean ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110153" ] ;
fhir:display [ fhir:v "Source Role ID" ] ] ) ] ;
fhir:who [
fhir:display [ fhir:v "myMachine.example.org" ] ] ;
fhir:requestor [ fhir:v "false"^^xsd:boolean ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/extra-security-role-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "humanuser" ] ] ) ] ;
( fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AUT" ] ;
fhir:display [ fhir:v "author (originator)" ] ] ) ] ) ;
fhir:who [
fhir:display [ fhir:v "John Smith" ] ] ;
fhir:requestor [ fhir:v "true"^^xsd:boolean ]
] ) ; #
fhir:source [
fhir:site [
fhir:display [ fhir:v "server.example.com" ] ] ;
fhir:observer [
fhir:reference [ fhir:v "Device/ex-device" ] ] ;
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/security-source-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Application Server" ] ] ) ] )
] ; #
fhir:entity ( [
fhir:what [
fhir:reference [ fhir:v "ImagingStudy/ex-imagingstudyBind" ] ] ;
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/object-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Domain Resource" ] ] ) ]
] [
fhir:what [
fhir:reference [ fhir:v "Patient/ex-patient" ] ] ;
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/object-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Patient" ] ] ) ]
] ) . #
IG © 2021+ John Moehrke (himself). Package johnmoehrke.testdicom.example#0.1.0-current based on FHIR 5.0.0. Generated 2024-08-28
Links: Table of Contents |
QA Report