FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/RisCapabilityStatement

Packagehl7.fhir.uv.imaging-service-request-ig
Resource TypeCapabilityStatement
IdRisCapabilityStatement
FHIR VersionR6
Sourcehttp://hl7.org/fhir/uv/imaging-service-request-ig/https://build.fhir.org/ig/HL7/imaging-service-request-ig/CapabilityStatement-RisCapabilityStatement.html
URLhttp://RIS
Version0.1.0
Statusdraft
Date2024-05-18
NameRIS CapabilityStatement
TitleRIS CapabilityStatement
Realmuv
Authorityhl7
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
cancel-orderCancels an order based on the provided information.
create-orderCreates a new order based on the provided information.
StructureDefinition
imaging-patientPatient - DICOM MWL Patient Mapping
imaging-scheduled-procedure-stepTask - DICOM MWL Scheduled Procedure Step Mapping
imaging-visitEncounter - DICOM MWL Visit Mapping
requested-procedure-imaging-studyImagingStudy - DICOM MWL Requested Procedure Mapping
scheduled-stationDevice - DICOM Scheduled Station Mapping

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement RisCapabilityStatement

RIS CapabilityStatement

  • Implementation Guide Version: 0.1.0
  • FHIR Version: 5.0.0
  • Supported Formats: json
  • Supported Patch Formats:
  • Published on: 2024-05-18
  • 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.

FHIR RESTful Capabilities

Mode: server

Summary of System-wide Interactions

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: supported ServiceRequest

Core FHIR Resource
ServiceRequest
Reference Policy
Interaction summary
  • Supports read.

Extended Operations
ConformanceOperationDocumentation
SHALL$cancel-order

Cancels a MWL entry based on a provided ImagingServicerequest and RequestedProcedureServiceReuests

Resource Conformance: supported Task

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.

Resource Conformance: supported Patient

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.

Resource Conformance: supported Encounter

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.

Resource Conformance: supported Device

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.

Resource Conformance: supported Practitioner

Core FHIR Resource
Practitioner
Reference Policy
Interaction summary
  • Supports read.

Resource Conformance: supported ImagingStudy

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • Supports read.

Operations

Use


Source

{
  "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"
        }
      ]
    }
  ]
}