FHIR IG analytics| Package | hl7.fhir.uv.imaging-service-request-ig |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-RisCapabilityStatement.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/imaging-service-request-ig/CapabilityStatement-RisCapabilityStatement.html |
| URL | http://RIS |
| Version | 0.1.0 |
| Status | draft |
| Date | 2024-05-18 |
| Name | RIS CapabilityStatement |
| Title | RIS CapabilityStatement |
| Realm | uv |
| Authority | hl7 |
| Kind | requirements |
No resources found
| OperationDefinition | |
| cancel-order | Cancels an order based on the provided information. |
| create-order | Creates a new order based on the provided information. |
| StructureDefinition | |
| imaging-patient | Patient - DICOM MWL Patient Mapping |
| imaging-scheduled-procedure-step | Task - DICOM MWL Scheduled Procedure Step Mapping |
| imaging-visit | Encounter - DICOM MWL Visit Mapping |
| requested-procedure-imaging-study | ImagingStudy - DICOM MWL Requested Procedure Mapping |
| scheduled-station | Device - DICOM Scheduled Station Mapping |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement RisCapabilityStatement
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.
server| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $create-order | Creates a new MWL entry based on a provided ImagingServicerequest and RequestedProcedureServiceReuests |
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $cancel-order | Cancels a MWL entry based on a provided ImagingServicerequest and RequestedProcedureServiceReuests |
read.read.read.read.read.{
"resourceType": "CapabilityStatement",
"id": "RisCapabilityStatement",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://RIS",
"version": "0.1.0",
"name": "RIS CapabilityStatement",
"title": "RIS CapabilityStatement",
"status": "draft",
"experimental": true,
"date": "2024-05-18",
"publisher": "HL7 International / Imaging Integration",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
}
]
},
{
"name": "HL7 International / Imaging Integration",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
}
]
},
{
"name": "Jonathan Whitby",
"telecom": [
{
"system": "email",
"value": "jonathan.whitby@mi.medical.canon"
}
]
},
{
"name": "Brian Bialecki",
"telecom": [
{
"system": "email",
"value": "bbialecki@acr.org"
}
]
},
{
"name": "Bas van den Heuvel",
"telecom": [
{
"system": "email",
"value": "bas.van.den.heuvel@philips.com"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"kind": "requirements",
"fhirVersion": "5.0.0",
"format": [
"json"
],
"rest": [
{
"mode": "server",
"resource": [
{
"type": "ServiceRequest",
"interaction": [
{
"code": "read"
}
],
"operation": [
{
"name": "cancel-order",
"definition": "http://tbd/cancel-order",
"documentation": "Cancels a MWL entry based on a provided ImagingServicerequest and RequestedProcedureServiceReuests"
}
]
},
{
"type": "Task",
"profile": "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-scheduled-procedure-step",
"interaction": [
{
"code": "read"
}
]
},
{
"type": "Patient",
"profile": "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-patient",
"interaction": [
{
"code": "read"
}
]
},
{
"type": "Encounter",
"profile": "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-visit",
"interaction": [
{
"code": "read"
}
]
},
{
"type": "Device",
"profile": "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/scheduled-station",
"interaction": [
{
"code": "read"
}
]
},
{
"type": "Practitioner",
"interaction": [
{
"code": "read"
}
]
},
{
"type": "ImagingStudy",
"profile": "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/requested-procedure-imaging-study",
"interaction": [
{
"code": "read"
}
]
}
],
"operation": [
{
"name": "create-order",
"definition": "http://tbd/create-order",
"documentation": "Creates a new MWL entry based on a provided ImagingServicerequest and RequestedProcedureServiceReuests"
}
]
}
]
}