Interactive Multimedia Report (IMR)
1.1.0 - Trial-Implementation International flag

This page is part of the IHE Interactive Multimedia Report (IMR) (v1.1.0: Publication) 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

: Report Repository - TTL Representation

Active as of 2022-02-20

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:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IHE.IMR.ReportRepository"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n	This Requirements CapabilityStatement describes the Report Repository.\n	</div>"
  ] ; # 
  fhir:url [ fhir:v "https://profiles.ihe.net/RAD/IMR/CapabilityStatement/IHE.IMR.ReportRepository"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "IHE_IMR_ReportRepository"] ; # 
  fhir:title [ fhir:v "Report Repository"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-02-20T00:00:00-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IHE Radiology Technical Committee"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/radiology/" ]     ] )
  ] [
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "radiology@ihe.net" ]     ] )
  ] [
fhir:name [ fhir:v "IHE Radiology Technical Committee" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "radiology@ihe.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "IHE Radiology Interactive Multimedia Report (IMR) - Report Repository"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "IHE http://www.ihe.net/Governance/#Intellectual_Property"] ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.0"] ; # 
  fhir:format ( [ fhir:v "application/fhir+xml"] [ fhir:v "application/fhir+json"] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
fhir:security [
fhir:description [ fhir:v "Recommend IUA or SMART" ]     ] ;
    ( fhir:resource [
fhir:type [ fhir:v "DiagnosticReport" ] ;
fhir:profile [
fhir:v "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr/diagnosticreport"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr/diagnosticreport>       ] ;
      ( fhir:interaction [
fhir:code [ fhir:v "read" ]       ] [
fhir:code [ fhir:v "search-type" ]       ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Logical id of this artifact" ]       ] [
fhir:name [ fhir:v "_lastupdated" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "When the resource version last changed" ]       ] [
fhir:name [ fhir:v "subject" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "The patient subject to this report" ]       ] [
fhir:name [ fhir:v "basedOn" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "The ServiceRequest (or other) referenced by this report" ]       ] [
fhir:name [ fhir:v "imagingStudy" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "The ImagingStudy referenced by this report" ]       ] [
fhir:name [ fhir:v "status" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The report status" ]       ] [
fhir:name [ fhir:v "category" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The high level category of this report" ]       ] [
fhir:name [ fhir:v "code" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The type of this report" ]       ] [
fhir:name [ fhir:v "resultsInterpreter" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "The primary result interpreter of this report" ]       ] )     ] ) ;
    ( fhir:interaction [
fhir:code [ fhir:v "transaction" ] ;
fhir:documentation [ fhir:v "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr-store-multimedia-report-bundle" ]     ] [
fhir:code [ fhir:v "search-system" ]     ] )
  ] ) . #