This page is part of the Integrated Reporting Applications (v1.0.0: Publication) based on FHIR v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: ImagingSelection Content example - 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:ImagingSelection ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-ImagingSelectionContent"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IRA/StructureDefinition/imagingselectioncontent"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IRA/StructureDefinition/imagingselectioncontent> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImagingSelection</b><a name=\"example-ImagingSelectionContent\"> </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 ImagingSelection "example-ImagingSelectionContent" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-imagingselectioncontent.html\">ImagingSelection Content</a></p></div><p><b>status</b>: unknown</p><p><b>subject</b>: <a href=\"Patient-example-PatientContext.html\">Patient/example-PatientContext</a> " SMITH"</p><p><b>code</b>: For Diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (DICOM#128195)</span></p><p><b>studyUid</b>: 1.2.3.4.5</p><p><b>derivedFrom</b>: <a href=\"ImagingStudy-example-ImagingStudyContext.html\">ImagingStudy/example-ImagingStudyContext</a></p><p><b>seriesUid</b>: 1.2.3.4.5.1</p><blockquote><p><b>instance</b></p><p><b>uid</b>: 1.2.3.4.5.1.1</p><p><b>sopClass</b>: urn:oid:1.2.840.10008.5.1.4.1.1.2 (Details: urn:ietf:rfc:3986 code urn:oid:1.2.840.10008.5.1.4.1.1.2 = 'urn:oid:1.2.840.10008.5.1.4.1.1.2', stated as 'null')</p><h3>ImageRegion2Ds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>RegionType</b></td><td><b>Coordinate</b></td></tr><tr><td style=\"display: none\">*</td><td>polyline</td><td>0.25, 0.25, 0.75, 0.25, 0.75, 0.75, 0.25, 0.75, 0.25, 0.25</td></tr></table></blockquote></div>"
] ; #
fhir:status [ fhir:v "unknown"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-PatientContext" ]
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "128195" ] ;
fhir:display [ fhir:v "For Diagnosis" ] ] )
] ; #
fhir:studyUid [ fhir:v "1.2.3.4.5"] ; #
fhir:derivedFrom ( [
fhir:reference [ fhir:v "ImagingStudy/example-ImagingStudyContext" ]
] ) ; #
fhir:seriesUid [ fhir:v "1.2.3.4.5.1"] ; #
fhir:instance ( [
fhir:uid [ fhir:v "1.2.3.4.5.1.1" ] ;
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:imageRegion2D [
fhir:regionType [ fhir:v "polyline" ] ;
( fhir:coordinate [ fhir:v "0.25"^^xsd:decimal ] [ fhir:v "0.25"^^xsd:decimal ] [ fhir:v "0.75"^^xsd:decimal ] [ fhir:v "0.25"^^xsd:decimal ] [ fhir:v "0.75"^^xsd:decimal ] [ fhir:v "0.75"^^xsd:decimal ] [ fhir:v "0.25"^^xsd:decimal ] [ fhir:v "0.75"^^xsd:decimal ] [ fhir:v "0.25"^^xsd:decimal ] [ fhir:v "0.25"^^xsd:decimal ] ) ] )
] ) . #