Package | hl7.fhir.uv.radiation-dose-summary |
Type | CapabilityStatement |
Id | RDSP |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/radiation-dose-summary/https://build.fhir.org/ig/HL7/fhir-radiation-dose-summary-ig/CapabilityStatement-RDSP.html |
URL | http://hl7.org/fhir/uv/radiation-dose-summary/CapabilityStatement/RDSP |
Version | 1.0.0 |
Status | active |
Date | 2021-06-28 |
Name | RDSP |
Title | RDSP Actor minimal requirements |
Realm | uv |
Authority | hl7 |
Description | Defines the operation requirement for RDSP 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 RDSP
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 RDSP 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 | y | y | identifier, given | |||||
Practitioner | y | y | y | identifier, given | |||||
ImagingStudy | y | y | y | patient | |||||
Device | y | y | y | manufacturer | |||||
Observation | y | y | y | identifier, patient, code |
search-type
.read
.create
.Search on patient shall be supported.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | |
SHOULD | given | string |
search-type
.read
.create
.Search on practitioner shall be supported.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | |
SHOULD | given | string |
search-type
.read
.create
.Search on ImagingStudy shall be supported.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
MAY | patient | reference |
search-type
.read
.create
.Search on Device shall be supported.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
MAY | manufacturer | token |
create
.read
, search-type
.Create of Radiation Summary observations shall be supported.
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | identifier | token | |
SHALL | code | token | |
SHOULD | patient | reference |
{ "resourceType": "CapabilityStatement", "id": "RDSP", "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/RDSP", "version": "1.0.0", "name": "RDSP", "title": "RDSP Actor minimal 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 operation requirement for RDSP 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 RDSP actor.", "resource": [ { "type": "Patient", "documentation": "Search on patient shall be supported.", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "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": "SHOULD" } ], "name": "given", "type": "string" } ] }, { "type": "Practitioner", "documentation": "Search on practitioner shall be supported.", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "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": "SHOULD" } ], "name": "given", "type": "string" } ] }, { "type": "ImagingStudy", "documentation": "Search on ImagingStudy shall be supported.", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "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": "MAY" } ], "name": "patient", "type": "reference" } ] }, { "type": "Device", "documentation": "Search on Device shall be supported.", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "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": "MAY" } ], "name": "manufacturer", "type": "token" } ] }, { "type": "Observation", "documentation": "Create of Radiation Summary observations shall be supported.", "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "create" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "code": "read" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "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": "SHOULD" } ], "name": "patient", "type": "reference" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "name": "code", "type": "token" } ] } ], "interaction": [ { "code": "transaction" }, { "code": "search-system" } ] } ] }