Package | hl7.fhir.uv.radiation-dose-summary |
Type | CapabilityStatement |
Id | RDSC |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/radiation-dose-summary/https://build.fhir.org/ig/HL7/fhir-radiation-dose-summary-ig/CapabilityStatement-RDSC.html |
URL | http://hl7.org/fhir/uv/radiation-dose-summary/CapabilityStatement/RDSC |
Version | 1.0.0 |
Status | active |
Date | 2021-06-28 |
Name | RDSC |
Title | RDSC Actor requirements |
Realm | uv |
Authority | hl7 |
Description | Defines the operations requirements for RDSC actor |
Kind | requirements |
No resources found
ImplementationGuide | |
hl7.fhir.uv.radiation-dose-summary | Radiation Dose Summary for Diagnostic Procedures on FHIR |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement RDSC
xml
, json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
client
Description of the needed resources to be supported by the RDSC actor.
transaction
interaction.search-system
interaction.The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
Patient | y | ||||||||
Practitioner | y | ||||||||
ImagingStudy | y | ||||||||
Device | y | ||||||||
Observation | y | y | identifier, code, patient, device, part-of, date |
Read patient information.
Read practitioner information.
Read ImagingStudy information.
Read Device information.
Search and read Radiation Summary observations shall be supported.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | |
SHALL | code | token | Search based on identifiers of radiation dose summary like Accession Number |
SHALL | patient | reference | Search based on patient identifier |
SHALL | device | token | Search based on modality identifiers |
SHALL | part-of | reference | Search based on ImagingStudy |
SHALL | date | date | Search based on Radiation Summary effective dateTime, can be used to search for radiation through a period of time |
Mode | Document Resource Profile | Documentation |
---|---|---|
producer | Radiation Summary Report | Documents related to Radiation Summary Report profile. |
{ "resourceType": "CapabilityStatement", "id": "RDSC", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "ii" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/radiation-dose-summary/ImplementationGuide/hl7.fhir.uv.radiation-dose-summary" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/radiation-dose-summary/ImplementationGuide/hl7.fhir.uv.radiation-dose-summary" } ] } } ], "url": "http://hl7.org/fhir/uv/radiation-dose-summary/CapabilityStatement/RDSC", "version": "1.0.0", "name": "RDSC", "title": "RDSC Actor requirements", "status": "active", "date": "2021-06-28", "publisher": "HL7 International / Imaging Integration", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/imagemgt" } ] }, { "name": "HL7 Imaging Integration Workgroup", "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/imagemgt" } ] }, { "name": "Abderrazek Boufahja", "telecom": [ { "system": "email", "value": "abderrazek.boufahja@gehealthcare.com" } ] } ], "description": "Defines the operations requirements for RDSC actor", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "xml", "json" ], "implementationGuide": [ "http://hl7.org/fhir/uv/radiation-dose-summary/ImplementationGuide/hl7.fhir.uv.radiation-dose-summary" ], "rest": [ { "mode": "client", "documentation": "Description of the needed resources to be supported by the RDSC actor.", "resource": [ { "type": "Patient", "documentation": "Read patient information.", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" } ] }, { "type": "Practitioner", "documentation": "Read practitioner information.", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" } ] }, { "type": "ImagingStudy", "documentation": "Read ImagingStudy information.", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" } ] }, { "type": "Device", "documentation": "Read Device information.", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" } ] }, { "type": "Observation", "documentation": "Search and read Radiation Summary observations shall be supported.", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type" } ], "searchParam": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "identifier", "type": "token" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "code", "type": "token", "documentation": "Search based on identifiers of radiation dose summary like Accession Number" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "patient", "type": "reference", "documentation": "Search based on patient identifier" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "device", "type": "token", "documentation": "Search based on modality identifiers" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "part-of", "type": "reference", "documentation": "Search based on ImagingStudy" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "date", "type": "date", "documentation": "Search based on Radiation Summary effective dateTime, can be used to search for radiation through a period of time" } ] } ], "interaction": [ { "code": "transaction" }, { "code": "search-system" } ] } ], "document": [ { "mode": "producer", "documentation": "Documents related to Radiation Summary Report profile.", "profile": "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-summary-report" } ] }