This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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 "fhir-osiris-example-imagingstudy-dx"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/onco-imagingstudy"^^xsd:anyURI ;
fhir:link <https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/onco-imagingstudy> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy fhir-osiris-example-imagingstudy-dx</b></p><a name=\"fhir-osiris-example-imagingstudy-dx\"> </a><a name=\"hcfhir-osiris-example-imagingstudy-dx\"> </a><a name=\"fhir-osiris-example-imagingstudy-dx-en-US\"> </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\">Profil: <a href=\"StructureDefinition-onco-imagingstudy.html\">Imaging Study</a></p></div><p><b>identifier</b>: 1.3.6.1.4.1.14519.5.2.1.6279.6001.175012972118199124641098335511</p><p><b>status</b>: Available</p><p><b>modality</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-umls.html#umls-C0439673\">Unified Medical Language System C0439673</a>: C0439673</p><p><b>subject</b>: <a href=\"Patient-LIDC-IDRI-0001.html\">Patient Anonyme Unknown, Date de Naissance :1000-01-01</a></p><p><b>started</b>: 2000-01-01</p><p><b>endpoint</b>: <a href=\"Endpoint-fhir-osiris-example-imagingendpoint-dx.html\">Endpoint ['Soft-tissue-Sarcoma/LIDC-IDRI-0001/01-01-2000-NA-NA-35511/3000923.000000-NA-62357/1-1.dcm']</a></p><p><b>numberOfSeries</b>: 999999</p><p><b>reasonReference</b>: <a href=\"Observation-fhir-osiris-example-analysis-dx.html\">Observation Imaging</a></p><p><b>description</b>: Unknown</p><blockquote><p><b>series</b></p><blockquote><p><b>Imaging Settings</b></p><blockquote><p><b>url</b></p>slice_thickness</blockquote><p><b>value</b>: Unknown</p><blockquote><p><b>url</b></p>pixel_spacing</blockquote><p><b>value</b>: Unknown</p><blockquote><p><b>url</b></p>rows</blockquote><p><b>value</b>: 2022</p><blockquote><p><b>url</b></p>columns</blockquote><p><b>value</b>: 2022</p><p><b>image_laterality</b>: Unknown</p><p><b>kvp</b>: 999999</p><p><b>exposure</b>: 2</p><p><b>exposure_time</b>: 7</p><p><b>patient_orientation</b>: ['P', 'F']</p><blockquote><p><b>url</b></p>dx_image</blockquote></blockquote><blockquote><p><b>Weight and Height at the time of the Serie</b></p><ul><li>patient_weight: 999999</li><li>patient_height: 999999</li></ul></blockquote><p><b>uid</b>: 1.3.6.1.4.1.14519.5.2.1.6279.6001.141365756818074696859567662357</p><p><b>number</b>: 3000923</p><p><b>modality</b>: dicom DX: DX</p><p><b>description</b>: Unknown</p><p><b>numberOfInstances</b>: 999999</p><p><b>bodySite</b>: <a href=\"http://snomed.info/id/43799004\">SNOMED CT 43799004</a>: Thorax</p><p><b>started</b>: 2000-01-01</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Device-fhir-osiris-example-imagingdevice-dx.html\">Device : manufacturer = GE MEDICAL SYSTEMS</a></td></tr></table><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.14519.5.2.1.6279.6001.307896144859643716158189196068</td><td>[not stated] table_B.5-1#1.2.840.10008.5.1.4.1.1.1.1: Digital X-Ray Image Storage - For Presentation</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "1.3.6.1.4.1.14519.5.2.1.6279.6001.175012972118199124641098335511" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:modality ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/umls"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C0439673" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/LIDC-IDRI-0001" ]
] ; #
fhir:started [ fhir:v "2000-01-01"^^xsd:date] ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/fhir-osiris-example-imagingendpoint-dx" ]
] ) ; #
fhir:numberOfSeries [ fhir:v "999999"^^xsd:nonNegativeInteger] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Observation/fhir-osiris-example-analysis-dx" ]
] ) ; #
fhir:description [ fhir:v "Unknown"] ; #
fhir:series ( [
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "slice_thickness"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Unknown" ] ] [
fhir:url [ fhir:v "pixel_spacing"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Unknown" ] ] [
fhir:url [ fhir:v "rows"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2022 ] ] [
fhir:url [ fhir:v "columns"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2022 ] ] [
( fhir:extension [
fhir:url [ fhir:v "image_laterality"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Unknown" ] ] [
fhir:url [ fhir:v "kvp"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 999999 ] ] [
fhir:url [ fhir:v "exposure"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2 ] ] [
fhir:url [ fhir:v "exposure_time"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 7 ] ] [
fhir:url [ fhir:v "patient_orientation"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "['P', 'F']" ] ] ) ;
fhir:url [ fhir:v "dx_image"^^xsd:anyURI ] ] ) ;
fhir:url [ fhir:v "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/imaging-settings"^^xsd:anyURI ] ] [
( fhir:extension [
fhir:url [ fhir:v "patient_weight"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v "999999"^^xsd:decimal ] ] [
fhir:url [ fhir:v "patient_height"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v "999999"^^xsd:decimal ] ] ) ;
fhir:url [ fhir:v "https://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/series-weightheigt"^^xsd:anyURI ] ] ) ;
fhir:uid [ fhir:v "1.3.6.1.4.1.14519.5.2.1.6279.6001.141365756818074696859567662357" ] ;
fhir:number [ fhir:v "3000923"^^xsd:nonNegativeInteger ] ;
fhir:modality [
fhir:system [ fhir:v "https://dicom.nema.org/medical/dicom"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DX" ] ] ;
fhir:description [ fhir:v "Unknown" ] ;
fhir:numberOfInstances [ fhir:v "999999"^^xsd:nonNegativeInteger ] ;
fhir:bodySite [
a sct:43799004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "43799004" ] ] ;
fhir:started [ fhir:v "2000-01-01"^^xsd:date ] ;
( fhir:performer [
fhir:actor [
fhir:reference [ fhir:v "Device/fhir-osiris-example-imagingdevice-dx" ] ] ] ) ;
( fhir:instance [
fhir:uid [ fhir:v "1.3.6.1.4.1.14519.5.2.1.6279.6001.307896144859643716158189196068" ] ;
fhir:sopClass [
fhir:code [ fhir:v "table_B.5-1#1.2.840.10008.5.1.4.1.1.1.1" ] ;
fhir:display [ fhir:v "Digital X-Ray Image Storage - For Presentation" ] ] ] )
] ) . #
IG © 2020+ institutcancer. Package inca.fhir.uv.osiris#1.1.0 based on FHIR 4.0.1. Generated 2025-04-03
Liens: Table des matières |
QA |
Historique des versions