MyHealth@Eu Medical Imaging Report
0.0.1 - ci-build 150

MyHealth@Eu Medical Imaging Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Imaging Study - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 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:link <http://fhir.ehdsi.eu/imaging/StructureDefinition/imagingStudy-img-myhealtheu>     ] )
  ] ; # 
  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: 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/6.3.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>basedOn</b>: <a href=\"ServiceRequest-ExampleServiceRequestImg.html\">ServiceRequest unknown</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=\"PractitionerRole-ExampleCustodianRoleImg.html\">PractitionerRole Medical records and health information technicians</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: identifier = http://example.org/devices#MEASURE-IMG-001; 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:value [ fhir:v "urn:oid:1.2.840.113619.2.55.3.604688654.781.1591781992.467" ]
  ] ) ; # 
  fhir:status [ fhir:v "available"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/ExampleServiceRequestImg" ] ;
fhir:identifier [
fhir:type [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ]         ] )       ] ;
fhir:system [ fhir:v "http://example.org/fhir/accession"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ACC-IMG-123456" ]     ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/ExampleWadoRsEndpointImg" ]
  ] [
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:code [ fhir:v "CT" ]     ] ;
fhir:bodySite [
a sct:69536005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
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:code [ fhir:v "PRF" ]         ] )       ] ;
fhir:actor [
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:code [ fhir:v "CST" ]         ] )       ] ;
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/ExampleCustodianRoleImg" ]       ]     ] [
fhir:function [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DEV" ]         ] )       ] ;
fhir:actor [
fhir:reference [ fhir:v "Device/ExampleDeviceMeasuringImg" ]       ]     ] ) ;
    ( fhir:instance [
      ( fhir:extension [
fhir:url [ fhir:v "http://fhir.ehdsi.eu/imaging/StructureDefinition/instance-description"^^xsd:anyURI ] ;
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: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" ]     ] )
  ] ) . #