EMA Write PMS API Implementation Guide - Enrichments
1.2.1 - ci-build

EMA Write PMS API Implementation Guide - Enrichments - Local Development build (v1.2.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Extension: String Repeat

Official URL: http://ema.europa.eu/fhir/extension/stringRepeat Version: 1.2.1
Draft as of 2026-06-26 Computable Name: StringRepeat

Allows a string-typed element to be repeated, with each repeat optionally annotated by a Language extension to indicate the language of the string value.

Context of Use

Usage info

Usages:

  • This Extension is not used by any profiles in this Implementation Guide

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 String Repeat
... extension 0..0 Extension
... url 1..1 uri "http://ema.europa.eu/fhir/extension/stringRepeat"
... value[x] 1..1 string Value of extension
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:language 0..1 EmaCoding Language
URL: http://ema.europa.eu/fhir/extension/language
Binding: Language (required)

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension String Repeat
... id 0..1 id Unique id for inter-element referencing
... extension 0..0 Extension
Slice: Unordered, Open by value:url
... url 1..1 uri "http://ema.europa.eu/fhir/extension/stringRepeat"
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:language 0..1 EmaCoding Language
URL: http://ema.europa.eu/fhir/extension/language
Binding: Language (required)
.... value 0..1 string Primitive value for string
Max Length:1048576

doco Documentation for this format

This structure is derived from Extension

Summary

Simple Extension with the type string: Allows a string-typed element to be repeated, with each repeat optionally annotated by a Language extension to indicate the language of the string value.

Differential View

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension String Repeat
... extension 0..0 Extension
... url 1..1 uri "http://ema.europa.eu/fhir/extension/stringRepeat"
... value[x] 1..1 string Value of extension
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:language 0..1 EmaCoding Language
URL: http://ema.europa.eu/fhir/extension/language
Binding: Language (required)

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 0..* Extension String Repeat
... id 0..1 id Unique id for inter-element referencing
... extension 0..0 Extension
Slice: Unordered, Open by value:url
... url 1..1 uri "http://ema.europa.eu/fhir/extension/stringRepeat"
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:language 0..1 EmaCoding Language
URL: http://ema.europa.eu/fhir/extension/language
Binding: Language (required)
.... value 0..1 string Primitive value for string
Max Length:1048576

doco Documentation for this format

This structure is derived from Extension

Summary

Simple Extension with the type string: Allows a string-typed element to be repeated, with each repeat optionally annotated by a Language extension to indicate the language of the string value.

 

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()