FHIR IG analytics
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
RDSP Actor minimal requirements
- Implementation Guide Version: 1.0.0
- FHIR Version: 4.0.1
- Supported Formats:
xml, json - Published on: 2021-06-28
- Published by: HL7 International / Imaging Integration
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.
SHALL Support the Following Implementation Guides
FHIR RESTful Capabilities
Mode: client
Description of the needed resources to be supported by RDSP actor.
Summary of System-wide Interactions
- Supports the
transactioninteraction. - Supports the
search-systeminteraction.
Capabilities by Resource/Profile
Summary
The summary table lists the resources that are part of this configuration, and for each resource it lists:
- The relevant profiles (if any)
- The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
- The required, recommended, and some optional search parameters (if any).
- The linked resources enabled for
_include - The other resources enabled for
_revinclude - The operations on the resource (if any)
Resource Conformance: SHALL Patient
Reference Policy
Interaction summary- SHALL support
search-type. - SHOULD support
read. - MAY support
create.
Search Parameters| Conformance | Parameter | Type | Documentation |
|---|
| SHALL | identifier | token | |
| SHOULD | given | string | |
Resource Conformance: SHALL Practitioner
Reference Policy
Interaction summary- SHALL support
search-type. - SHOULD support
read. - MAY support
create.
Search Parameters| Conformance | Parameter | Type | Documentation |
|---|
| SHALL | identifier | token | |
| SHOULD | given | string | |
Resource Conformance: SHALL ImagingStudy
Reference Policy
Interaction summary- SHALL support
search-type. - SHOULD support
read. - MAY support
create.
Search Parameters| Conformance | Parameter | Type | Documentation |
|---|
| MAY | patient | reference | |
Resource Conformance: SHALL Device
Reference Policy
Interaction summary- SHALL support
search-type. - SHOULD support
read. - MAY support
create.
Search Parameters| Conformance | Parameter | Type | Documentation |
|---|
| MAY | manufacturer | token | |
Resource Conformance: SHALL Observation
Reference Policy
Interaction summary- SHALL support
create. - SHOULD support
read, search-type.
Search Parameters| Conformance | Parameter | Type | Documentation |
|---|
| SHALL | identifier | token | |
| SHALL | code | token | |
| SHOULD | patient | reference | |
Source1
{
"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",
"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",
"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",
"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",
"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",
"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"
}
]
}
]
}