Orthovision AI FHIR Implementation Guide
0.2.0 - ci-build
Orthovision AI FHIR Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: http://medoco.health/fhir/CapabilityStatement/OrthovisionAICapabilityStatement | Version: 0.2.0 | |||
| Active as of 2025-09-20 | Computable Name: OrthovisionAICapabilityStatement | |||
This capability statement describes the requirements for FHIR R5 operations that implementations of the Orthovision AI service must support for medical image classification.
Raw OpenAPI-Swagger Definition file | Download
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.
serverThe Orthovision AI service provides asynchronous medical image classification using FHIR R5 resources and operations. Implementers SHOULD extend their CapabilityStatement with the supported-dicom-tags extension to declare which specific DICOM tags they can classify. See the ExampleImplementationCapabilityStatement for guidance on how to declare supported tags.
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 |
|---|---|---|---|---|---|---|---|---|---|
| Bundle | http://medoco.health/fhir/StructureDefinition/orthovision-ai-bundle | y | |||||||
| Task | http://medoco.health/fhir/StructureDefinition/orthovision-ai-task | y | y | ||||||
| Observation | Supported Profiles OrthovisionAI Observation | y | y | ||||||
| Binary | http://medoco.health/fhir/StructureDefinition/orthovision-ai-binary | y |
createSubmit Bundle with image data and classification request for processing
Bundle resources containing Binary, Task, and optional ImagingStudy for atomic submission of classification requests.
readRead Task by ID to check classification progress
search-typeSearch Tasks by status, focus reference, or other parameters
Task resources track the progress of AI classification operations from submission through completion.
readRead Observation by ID
search-typeSearch Observations by category, code, or subject
Observation resources containing AI-determined modality and protocol classifications
readRead Binary by ID to retrieve image content
Binary resources containing image data