Radiation Dose Summary for Diagnostic Procedures on FHIR, published by HL7 Imaging Integration Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-radiation-dose-summary-ig/ and changes regularly. See the Directory of published versions
Draft as of 2021-06-28 |
@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 "RDSC"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>RDSC</h2><div><p>Defines the operations requirements for RDSC actor</p>\n</div><table><tr><td>Mode</td><td>CLIENT</td></tr><tr><td>Description</td><td><div><p>Description of the needed resources to be supported by the RDSC actor.</p>\n</div></td></tr><tr><td>Transaction</td><td>y</td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td>y</td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Patient</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>Practitioner</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>ImagingStudy</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>Device</td><td> </td><td>y</td><td></td><td></td><td></td></tr><tr><td>Observation</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/radiation-dose-summary/CapabilityStatement/RDSC"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "RDSC"] ; #
fhir:title [ fhir:v "RDSC Actor requirements"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2021-06-28"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 Imaging Integration Working Group"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/imagemgt" ] ] )
] [
fhir:name [ fhir:v "HL7 Imaging Integration Workgroup" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/imagemgt" ] ] )
] [
fhir:name [ fhir:v "Abderrazek Boufahja" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "abderrazek.boufahja@ge.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Defines the operations requirements for RDSC actor"] ; #
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:kind [ fhir:v "requirements"] ; #
fhir:fhirVersion [ fhir:v "4.0.1"] ; #
fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ; #
fhir:implementationGuide ( [
fhir:v "http://hl7.org/fhir/uv/radiation-dose-summary/ImplementationGuide/hl7.fhir.uv.radiation-dose-summary"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/radiation-dose-summary/ImplementationGuide/hl7.fhir.uv.radiation-dose-summary>
] ) ; #
fhir:rest ( [
fhir:mode [ fhir:v "client" ] ;
fhir:documentation [ fhir:v "Description of the needed resources to be supported by the RDSC actor." ] ;
( fhir:resource [
fhir:type [ fhir:v "Patient" ] ;
fhir:documentation [ fhir:v "Read patient information." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "read" ] ] ) ] [
fhir:type [ fhir:v "Practitioner" ] ;
fhir:documentation [ fhir:v "Read practitioner information." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "read" ] ] ) ] [
fhir:type [ fhir:v "ImagingStudy" ] ;
fhir:documentation [ fhir:v "Read ImagingStudy information." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "read" ] ] ) ] [
fhir:type [ fhir:v "Device" ] ;
fhir:documentation [ fhir:v "Read Device information." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "read" ] ] ) ] [
fhir:type [ fhir:v "Observation" ] ;
fhir:documentation [ fhir:v "Search and read Radiation Summary observations shall be supported." ] ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "read" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ] ) ;
( fhir:searchParam [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "identifier" ] ;
fhir:type [ fhir:v "token" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "code" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search based on identifiers of radiation dose summary like Accession Number" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "patient" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search based on patient identifier" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "device" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search based on modality identifiers" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "part-of" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search based on ImagingStudy" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:name [ fhir:v "date" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Search based on Radiation Summary effective dateTime, can be used to search for radiation through a period of time" ] ] ) ] ) ;
( fhir:interaction [
fhir:code [ fhir:v "transaction" ] ] [
fhir:code [ fhir:v "search-system" ] ] )
] ) ; #
fhir:document ( [
fhir:mode [ fhir:v "producer" ] ;
fhir:documentation [ fhir:v "Documents related to Radiation Summary Report profile." ] ;
fhir:profile [
fhir:v "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-summary-report"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-summary-report> ]
] ) . #
IG © 2020+ HL7 Imaging Integration Working Group. Package hl7.fhir.uv.radiation-dose-summary#0.1.0 based on FHIR 4.0.1. Generated 2023-08-14
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change