MII IG Meta
2026.0.0 - ci-build
MII IG Meta, published by Medizininformatik Initiative. This guide is not an authorized publication; it is the continuous build for version 2026.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medizininformatik-initiative/kerndatensatz-meta/ and changes regularly. See the Directory of published versions
| Active as of 2025-11-06 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/SearchParameter/mii-sp-meta-imaging-study-series-echo-time> a fhir:SearchParameter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "mii-sp-meta-imaging-study-series-echo-time"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://www.medizininformatik-initiative.de/fhir/modul-meta/StructureDefinition/mii-pr-meta-searchparameter" ;
fhir:index 0 ;
fhir:link <https://www.medizininformatik-initiative.de/fhir/modul-meta/StructureDefinition/mii-pr-meta-searchparameter>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter mii-sp-meta-imaging-study-series-echo-time</b></p><a name=\"mii-sp-meta-imaging-study-series-echo-time\"> </a><a name=\"hcmii-sp-meta-imaging-study-series-echo-time\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mii-pr-meta-searchparameter.html\">MII PR Meta SearchParameter</a></p></div><h2>MII_SP_Bildgebung_Imaging_Study_Series_Echo_Time</h2><p>Parameter <code>echo-time</code>:<code>quantity</code></p><div><p>Suchparameter für ImagingStudy.series.extension.echoTime</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/imagingstudy.html\">ImagingStudy</a></td></tr><tr><td>Expression</td><td><code>ImagingStudy.series.extension('https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-mr').extension('echoTime').value</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr><tr><td>Comparators</td><td>Allowed: eq, gt, lt, ge, le</td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://www.medizininformatik-initiative.de/fhir/modul-meta/StructureDefinition/mii-ex-meta-license-codeable" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/spdx-license" ] ;
fhir:Coding.code [ fhir:value "CC-BY-4.0" ] ;
fhir:Coding.display [ fhir:value "Creative Commons Attribution 4.0 International" ]
]
]
] ;
fhir:SearchParameter.url [ fhir:value "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-imaging-study-series-echo-time"] ;
fhir:SearchParameter.version [ fhir:value "2026.0.0"] ;
fhir:SearchParameter.name [ fhir:value "MII_SP_Bildgebung_Imaging_Study_Series_Echo_Time"] ;
fhir:SearchParameter.status [ fhir:value "active"] ;
fhir:SearchParameter.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:SearchParameter.date [ fhir:value "2025-11-06"^^xsd:date] ;
fhir:SearchParameter.publisher [ fhir:value "Medizininformatik Initiative"] ;
fhir:SearchParameter.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "Medizininformatik Initiative" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.medizininformatik-initiative.de/" ]
]
] ;
fhir:SearchParameter.description [ fhir:value "Suchparameter für ImagingStudy.series.extension.echoTime"] ;
fhir:SearchParameter.code [ fhir:value "echo-time"] ;
fhir:SearchParameter.base [
fhir:value "ImagingStudy" ;
fhir:index 0
] ;
fhir:SearchParameter.type [ fhir:value "quantity"] ;
fhir:SearchParameter.expression [ fhir:value "ImagingStudy.series.extension('https://www.medizininformatik-initiative.de/fhir/ext/modul-bildgebung/StructureDefinition/mii-ex-bildgebung-modalitaet-mr').extension('echoTime').value"] ;
fhir:SearchParameter.comparator [
fhir:value "eq" ;
fhir:index 0
], [
fhir:value "gt" ;
fhir:index 1
], [
fhir:value "lt" ;
fhir:index 2
], [
fhir:value "ge" ;
fhir:index 3
], [
fhir:value "le" ;
fhir:index 4
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/SearchParameter/mii-sp-meta-imaging-study-series-echo-time.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/SearchParameter/mii-sp-meta-imaging-study-series-echo-time.ttl> .
IG © 2019+ Medizininformatik Initiative. Package de.medizininformatikinitiative.kerndatensatz.meta#2026.0.0 based on FHIR 4.0.1. Generated 2026-07-15
Links: Table of Contents |
QA Report