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 Creator - 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.ReportCreator"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n	This Requirements CapabilityStatement describes the Report Creator.\n	</div>"
  ] ; # 
  fhir:url [ fhir:v "https://profiles.ihe.net/RAD/IMR/CapabilityStatement/IHE.IMR.ReportCreator"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "IHE_IMR_ReportCreator"] ; # 
  fhir:title [ fhir:v "Report Creator"] ; # 
  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 Creator"] ; # 
  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 "client" ] ;
fhir:security [
fhir:description [ fhir:v "Recommend IUA or SMART" ]     ] ;
    ( fhir:interaction [
fhir:code [ fhir:v "transaction" ] ;
fhir:documentation [ fhir:v "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr-store-multimedia-report-bundle" ]     ] )
  ] ) . #