Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element CodeSystemReference / filter
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_PropertyFilter.tmp#PropertyFilter_propertyDECOR_xsd_Complex_Type_PropertyFilter.tmp#PropertyFilter_opDECOR_xsd_Complex_Type_PropertyFilter.tmp#PropertyFilter_valueDECOR_xsd_Complex_Type_PropertyFilter.tmp#PropertyFilter
Type PropertyFilter
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use Annotation
op IntensionalOperators required
Property Filter Operators
property EnumerationString required
The code of a defined property of a code system (or one of the standard properties)
value xs:string required
The value of a defined property of a code system (or one of the standard properties)
Source
<xs:element name="filter" type="PropertyFilter" minOccurs="0" maxOccurs="unbounded"/>
Complex Type CodeSystemReference
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_CodeSystemReference.tmp#CodeSystemReference_codeSystemDECOR_xsd_Complex_Type_CodeSystemReference.tmp#CodeSystemReference_codeSystemNameDECOR_xsd_Complex_Type_CodeSystemReference.tmp#CodeSystemReference_codeSystemVersionDECOR_xsd_Complex_Type_CodeSystemReference.tmp#CodeSystemReference_flexibilityDECOR_xsd_Complex_Type_CodeSystemReference.tmp#CodeSystemReference_typeDECOR_xsd_Complex_Type_CodeSystemReference.tmp#CodeSystemReference_filter
Used by
Model
Children filter
Attributes
QName Type Fixed Use Annotation
codeSystem Oid required
codeSystemName NonEmptyString optional
Display name for the code system as it is known in your context. This may or may not be the official name for the code system.
codeSystemVersion NonEmptyString optional
Version string for the code system. This is only relevant for code systems with incompatible versions. If specified, than your instances will need to carry this information exactly as-is.
flexibility StaticOrDynamicFlexibility optional
Reference to a codeSystem/@codeSystemVersion. Default is unspecified which means 'latest available version'.
type D optional
Signals deprecation of the codeSystem in the context of this value set definition. This does not imply any status change in the code system itself.
Source
<xs:complexType name="CodeSystemReference">
  <xs:sequence>
    <xs:element name="filter" type="PropertyFilter" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="codeSystem" type="Oid" use="required"/>
  <xs:attribute name="codeSystemName" type="NonEmptyString" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Display name for the code system as it is known in your context. This may or may not be the official name for the code system.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="codeSystemVersion" type="NonEmptyString" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Version string for the code system. This is only relevant for code systems with incompatible versions. If specified, than your instances will need to carry this information exactly as-is.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="flexibility" type="StaticOrDynamicFlexibility" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Reference to a codeSystem/@codeSystemVersion. Default is unspecified which means 'latest available version'.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="type" fixed="D" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Signals deprecation of the codeSystem in the context of this value set definition. This does not imply any status change in the code system itself.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Attribute CodeSystemReference / @codeSystem
Namespace No namespace
Type Oid
Properties
use required
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Complex Type CodeSystemReference
Source
<xs:attribute name="codeSystem" type="Oid" use="required"/>
Attribute CodeSystemReference / @codeSystemName
Namespace No namespace
Annotations
Display name for the code system as it is known in your context. This may or may not be the official name for the code system.
Type NonEmptyString
Properties
use optional
Facets
minLength 1
Used by
Complex Type CodeSystemReference
Source
<xs:attribute name="codeSystemName" type="NonEmptyString" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Display name for the code system as it is known in your context. This may or may not be the official name for the code system.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute CodeSystemReference / @codeSystemVersion
Namespace No namespace
Annotations
Version string for the code system. This is only relevant for code systems with incompatible versions. If specified, than your instances will need to carry this information exactly as-is.
Type NonEmptyString
Properties
use optional
Facets
minLength 1
Used by
Complex Type CodeSystemReference
Source
<xs:attribute name="codeSystemVersion" type="NonEmptyString" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Version string for the code system. This is only relevant for code systems with incompatible versions. If specified, than your instances will need to carry this information exactly as-is.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute CodeSystemReference / @flexibility
Namespace No namespace
Annotations
Reference to a codeSystem/@codeSystemVersion. Default is unspecified which means 'latest available version'.
Type StaticOrDynamicFlexibility
Properties
use optional
Used by
Complex Type CodeSystemReference
Source
<xs:attribute name="flexibility" type="StaticOrDynamicFlexibility" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Reference to a codeSystem/@codeSystemVersion. Default is unspecified which means 'latest available version'.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute CodeSystemReference / @type
Namespace No namespace
Annotations
Signals deprecation of the codeSystem in the context of this value set definition. This does not imply any status change in the code system itself.
Properties
use optional
fixed D
Used by
Complex Type CodeSystemReference
Source
<xs:attribute name="type" fixed="D" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Signals deprecation of the codeSystem in the context of this value set definition. This does not imply any status change in the code system itself.</xs:documentation>
  </xs:annotation>
</xs:attribute>