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
: Server - Provenance Example of a basic Create of an ImagingStudy - TTL Representation
Raw ttl | Download
@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:Provenance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-provenanceCreateImagingStudy"] ; #
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: Provenance ex-provenanceCreateImagingStudy</b></p><a name=\"ex-provenanceCreateImagingStudy\"> </a><a name=\"hcex-provenanceCreateImagingStudy\"> </a><a name=\"ex-provenanceCreateImagingStudy-en-US\"> </a><p>Provenance for <a href=\"ImagingStudy-ex-imagingstudyBind.html\">ImagingStudy: status = available; modality = Autorefraction</a></p><p>Summary</p><table class=\"grid\"><tr><td>Occurrence</td><td>2020-04-29 09:49:00+0000</td></tr><tr><td>Recorded</td><td>2020-04-29 09:49:00+0000</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Role</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110152}\">Destination Role ID</span></td><td/><td><a href=\"Device-ex-device.html\">Device</a></td></tr><tr><td><span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110153}\">Source Role ID</span></td><td/><td>myMachine.example.org</td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType AUT}\">author (originator)</span></td><td/><td>John Smith</td></tr></table></div>"
] ; #
fhir:target ( [
fhir:reference [ fhir:v "ImagingStudy/ex-imagingstudyBind" ]
] ) ; #
fhir:occurred [ fhir:v "2020-04-29T09:49:00.000Z"^^xsd:dateTime] ; #
fhir:recorded [ fhir:v "2020-04-29T09:49:00.000Z"^^xsd:dateTime] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/ex-patient" ]
] ; #
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: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:type [
( 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: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" ] ]
] ) . #