@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.ehdsi.eu/imaging/ImagingStudy/ExampleImagingStudyImg> a fhir:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleImagingStudyImg"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.ehdsi.eu/imaging/StructureDefinition/imagingStudy-img-myhealtheu"^^xsd:anyURI ;
       fhir:l <http://fhir.ehdsi.eu/imaging/StructureDefinition/imagingStudy-img-myhealtheu>
     ] )
  ] ; # 
  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: ImagingStudy ExampleImagingStudyImg</b></p><a name=\"ExampleImagingStudyImg\"> </a><a name=\"hcExampleImagingStudyImg\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-imagingStudy-img-myhealtheu.html\">Medical Imaging Report Imaging Study</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of &quot;urn:oid:&quot;. See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:1.2.840.113619.2.55.3.604688654.781.1591781992.467</p><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Patient-1d4bbc93-63b7-4f2b-8f0f-8380aa138f49.html\">John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))</a></p><p><b>endpoint</b>: </p><ul><li><a href=\"Endpoint-ExampleWadoRsEndpointImg.html\">Endpoint WADO-RS Server</a></li><li><a href=\"Endpoint-ExampleIidViewerEndpointImg.html\">Endpoint Interactive Image Display (IID) Viewer</a></li></ul><blockquote><p><b>series</b></p><p><b>uid</b>: 1.2.840.113619.2.55.3.604688654.781.1591781992.468</p><p><b>modality</b>: DICOM: CT (Computed Tomography)</p><p><b>bodySite</b>: <a href=\"http://snomed.info/id/69536005\">SNOMED CT: 69536005</a> (Head structure)</p><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PRF}\">performer</span></p><p><b>actor</b>: <a href=\"PractitionerRole-b975ec26-4ecf-4588-9fa2-afbb0d9fc530.html\">PractitionerRole Medical Doctors</a></p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType CST}\">custodian</span></p><p><b>actor</b>: <a href=\"Organization-ff4d98d1-69c9-43db-896e-58d11c15662c.html\">Organization University Hospital Berlin</a></p></blockquote><blockquote><p><b>performer</b></p><p><b>function</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType DEV}\">device</span></p><p><b>actor</b>: <a href=\"Device-ExampleDeviceMeasuringImg.html\">Device: extension = ; identifier = http://example.org/devices#MEASURE-IMG-001; status = active; manufacturer = MediTech Imaging GmbH</a></p></blockquote><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Uid</b></td><td><b>SopClass</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td/><td>1.2.840.113619.2.55.3.604688654.781.1591781992.469</td><td>unknown: urn:oid:1.2.840.10008.5.1.4.1.1.2 (CT Image Storage)</td><td>CT Head Axial</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:dicom:uid"^^xsd:anyURI ;
       fhir:l <urn:dicom:uid>
     ] ;
     fhir:value [ fhir:v "urn:oid:1.2.840.113619.2.55.3.604688654.781.1591781992.467" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:subject [
     fhir:l <http://fhir.ehdsi.eu/imaging/Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49> ;
     fhir:reference [ fhir:v "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
  ] ; # 
  fhir:endpoint ( [
     fhir:l <http://fhir.ehdsi.eu/imaging/Endpoint/ExampleWadoRsEndpointImg> ;
     fhir:reference [ fhir:v "Endpoint/ExampleWadoRsEndpointImg" ]
  ] [
     fhir:l <http://fhir.ehdsi.eu/imaging/Endpoint/ExampleIidViewerEndpointImg> ;
     fhir:reference [ fhir:v "Endpoint/ExampleIidViewerEndpointImg" ]
  ] ) ; # 
  fhir:series ( [
     fhir:uid [ fhir:v "1.2.840.113619.2.55.3.604688654.781.1591781992.468" ] ;
     fhir:modality [
       fhir:system [
         fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ;
         fhir:l <http://dicom.nema.org/resources/ontology/DCM>
       ] ;
       fhir:code [ fhir:v "CT" ]
     ] ;
     fhir:bodySite [
       a sct:69536005 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "69536005" ] ;
       fhir:display [ fhir:v "Head structure" ]
     ] ;
     fhir:performer ( [
       fhir:function [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType>
           ] ;
           fhir:code [ fhir:v "PRF" ]
         ] )
       ] ;
       fhir:actor [
         fhir:l <http://fhir.ehdsi.eu/imaging/PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530> ;
         fhir:reference [ fhir:v "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530" ]
       ]
     ] [
       fhir:function [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType>
           ] ;
           fhir:code [ fhir:v "CST" ]
         ] )
       ] ;
       fhir:actor [
         fhir:l <http://fhir.ehdsi.eu/imaging/Organization/ff4d98d1-69c9-43db-896e-58d11c15662c> ;
         fhir:reference [ fhir:v "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c" ]
       ]
     ] [
       fhir:function [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/v3-ParticipationType>
           ] ;
           fhir:code [ fhir:v "DEV" ]
         ] )
       ] ;
       fhir:actor [
         fhir:l <http://fhir.ehdsi.eu/imaging/Device/ExampleDeviceMeasuringImg> ;
         fhir:reference [ fhir:v "Device/ExampleDeviceMeasuringImg" ]
       ]
     ] ) ;
     fhir:instance ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.eu/fhir/imaging/StructureDefinition/ImagingStudyEuImagingInstanceDescription"^^xsd:anyURI ;
           fhir:l <http://hl7.eu/fhir/imaging/StructureDefinition/ImagingStudyEuImagingInstanceDescription>
         ] ;
         fhir:value [
           a fhir:String ;
           fhir:v "Axial CT scan of the head without contrast"
         ]
       ] ) ;
       fhir:uid [ fhir:v "1.2.840.113619.2.55.3.604688654.781.1591781992.469" ] ;
       fhir:sopClass [
         fhir:system [
           fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
           fhir:l <urn:ietf:rfc:3986>
         ] ;
         fhir:code [ fhir:v "urn:oid:1.2.840.10008.5.1.4.1.1.2" ] ;
         fhir:display [ fhir:v "CT Image Storage" ]
       ] ;
       fhir:title [ fhir:v "CT Head Axial" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

