| Package | hl7.fhir.uv.radiation-dose-summary |
| Resource Type | CapabilityStatement |
| Id | FHIRServer-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-FHIRServer-RDSP.html |
| URL | http://hl7.org/fhir/uv/radiation-dose-summary/CapabilityStatement/FHIRServer-RDSP |
| Version | 1.0.0 |
| Status | active |
| Date | 2021-06-28 |
| Name | FHIRServer_RDSP |
| Title | FHIR Server supporting FHIR operations in order to interact with RDSP Actor |
| Realm | uv |
| Authority | hl7 |
| Description | Defines the operations requirement for FHIR server interacting with 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 FHIRServer-RDSP
xml, jsonNote 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.
serverDescription of the needed resources to be supported by the FHIR server, and the different possible interactions.
transactioninteraction.search-systeminteraction.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 patients needs to be available on FHIR server, and patient create can be activated based on the covered use case.
| 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": "FHIRServer-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/FHIRServer-RDSP",
"version": "1.0.0",
"name": "FHIRServer_RDSP",
"title": "FHIR Server supporting FHIR operations in order to interact with RDSP Actor",
"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 requirement for FHIR server interacting with 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": "server",
"documentation": "Description of the needed resources to be supported by the FHIR server, and the different possible interactions.",
"resource": [
{
"type": "Patient",
"documentation": "Search on patients needs to be available on FHIR server, and patient create can be activated based on the covered use case.",
"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"
}
]
}
]
}