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

Extension: Supported DICOM Tags

Official URL: http://medoco.health/fhir/StructureDefinition/supported-dicom-tags Version: 0.2.0
Active as of 2025-10-29 Computable Name: SupportedDicomTags

Extension to declare which DICOM tags this server can classify using AI. Supports DICOM tag numbers (e.g., '0008,0060'), DICOM keywords (e.g., 'Modality'), or custom identifiers.

Context of Use

Usage info

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Extension Content

Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Supported DICOM Tags
... extension 1..* Extension Extension
... Slices for extension Content/Rules for all slices
.... extension:tagIdentifier S 1..1 Extension DICOM tag identifier
..... extension 0..0 Extension
..... url 1..1 uri "tagIdentifier"
..... value[x] 0..1 string Value of extension
.... extension:description S 0..1 Extension Human-readable description
..... extension 0..0 Extension
..... url 1..1 uri "description"
..... value[x] 0..1 string Value of extension
... url 1..1 uri "http://medoco.health/fhir/StructureDefinition/supported-dicom-tags"

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Supported DICOM Tags
... id 0..1 id Unique id for inter-element referencing
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:tagIdentifier S 1..1 Extension DICOM tag identifier
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "tagIdentifier"
..... value[x] 0..1 string Value of extension
.... extension:description S 0..1 Extension Human-readable description
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "description"
..... value[x] 0..1 string Value of extension
... url 1..1 uri "http://medoco.health/fhir/StructureDefinition/supported-dicom-tags"

doco Documentation for this format

This structure is derived from Extension

Summary

Complex Extension: Extension to declare which DICOM tags this server can classify using AI. Supports DICOM tag numbers (e.g., '0008,0060'), DICOM keywords (e.g., 'Modality'), or custom identifiers.

  • tagIdentifier: string: The identifier for the DICOM tag. Can be a DICOM tag number (e.g., '0008,0060'), DICOM keyword (e.g., 'Modality'), or custom identifier (e.g., 'lesion-severity').
  • description: string: Optional human-readable description of what this tag represents or what values it can classify.

Differential View

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Supported DICOM Tags
... extension 1..* Extension Extension
... Slices for extension Content/Rules for all slices
.... extension:tagIdentifier S 1..1 Extension DICOM tag identifier
..... extension 0..0 Extension
..... url 1..1 uri "tagIdentifier"
..... value[x] 0..1 string Value of extension
.... extension:description S 0..1 Extension Human-readable description
..... extension 0..0 Extension
..... url 1..1 uri "description"
..... value[x] 0..1 string Value of extension
... url 1..1 uri "http://medoco.health/fhir/StructureDefinition/supported-dicom-tags"

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension Supported DICOM Tags
... id 0..1 id Unique id for inter-element referencing
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:tagIdentifier S 1..1 Extension DICOM tag identifier
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "tagIdentifier"
..... value[x] 0..1 string Value of extension
.... extension:description S 0..1 Extension Human-readable description
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... url 1..1 uri "description"
..... value[x] 0..1 string Value of extension
... url 1..1 uri "http://medoco.health/fhir/StructureDefinition/supported-dicom-tags"

doco Documentation for this format

This structure is derived from Extension

Summary

Complex Extension: Extension to declare which DICOM tags this server can classify using AI. Supports DICOM tag numbers (e.g., '0008,0060'), DICOM keywords (e.g., 'Modality'), or custom identifiers.

  • tagIdentifier: string: The identifier for the DICOM tag. Can be a DICOM tag number (e.g., '0008,0060'), DICOM keyword (e.g., 'Modality'), or custom identifier (e.g., 'lesion-severity').
  • description: string: Optional human-readable description of what this tag represents or what values it can classify.

 

Other representations of profile: CSV, Excel, Schematron

Constraints

Id Grade Path(s) Description Expression
ele-1 error **ALL** elements All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error **ALL** extensions Must have either extensions or value[x], not both extension.exists() != value.exists()