Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: ImagingStudy Example - Echo - 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:ImagingStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "4111"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p><b>Generated Narrative: ImagingStudy</b><a name=\"4111\"> </a><a name=\"hc4111\"> </a></p><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\">Resource ImagingStudy &quot;4111&quot;  (Language &quot;en&quot;) </p></div><p><b>status</b>: unknown</p><p><b>subject</b>: <a href=\"Patient-3466.html\">Patient/3466</a> &quot; SMITH&quot;</p><p><b>endpoint</b>: <a href=\"Endpoint-1111.html\">Endpoint/1111</a> &quot;ExampleEndpoint&quot;</p><blockquote><p><b>series</b></p><p><b>uid</b>: 1.3.6.1.4.1.5962.99.1.3577849546.1829541192.1575535912650.4627.0</p><p><b>modality</b>: Ultrasound (Details: DICOM code US = 'Ultrasound', stated as 'Ultrasound')</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td></tr><tr><td style=\"display: none\">*</td><td>1.3.6.1.4.1.5962.99.1.3577849546.1829541192.1575535912650.4647.0</td><td>Ultrasound (Details: DICOM code US = 'Ultrasound', stated as 'Ultrasound')</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "unknown"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/3466" ]
  ] ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/1111" ]
  ] ) ; # 
  fhir:series ( [
fhir:uid [ fhir:v "1.3.6.1.4.1.5962.99.1.3577849546.1829541192.1575535912650.4627.0" ] ;
fhir:modality [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "Ultrasound" ]     ] ;
    ( fhir:instance [
fhir:uid [ fhir:v "1.3.6.1.4.1.5962.99.1.3577849546.1829541192.1575535912650.4647.0" ] ;
fhir:sopClass [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "Ultrasound" ]       ]     ] )
  ] ) . #