Showing:

Attributes
Diagrams
Identity Constraints
Instances
Model
Properties
Source
Used by
Element terminology
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_terminologyAssociation.tmp#terminologyAssociationDECOR_xsd_Element_codeSystem.tmp#codeSystemDECOR_xsd_Element_valueSet.tmp#valueSetDECOR_xsd_Element_terminology.tmp#terminology_conceptMap
Properties
content complex
Used by
Element decor
Model
Children codeSystem, conceptMap, terminologyAssociation, valueSet
Instance
<terminology>
  <terminologyAssociation code="" codeSystem="" codeSystemName="" conceptFlexibility="" conceptId="" displayName="" effectiveDate="" equivalence="" expirationDate="" flexibility="" lastModifiedDate="" officialReleaseDate="" strength="required" valueSet="" valueSetName="" versionLabel="">{0,unbounded}</terminologyAssociation>
  <codeSystem canonicalUri="" caseSensitive="true" displayName="" effectiveDate="" experimental="" expirationDate="" flexibility="" id="" ident="" lastModifiedDate="" name="" officialReleaseDate="" ref="" referencedFrom="" statusCode="" url="" versionLabel="">{0,unbounded}</codeSystem>
  <valueSet canonicalUri="" displayName="" effectiveDate="" experimental="" expirationDate="" flexibility="" id="" ident="" lastModifiedDate="" name="" officialReleaseDate="" ref="" referencedFrom="" statusCode="" url="" versionLabel="">{0,unbounded}</valueSet>
  <conceptMap displayName="" effectiveDate="" expirationDate="" id="" lastModifiedDate="" officialReleaseDate="" statusCode="" versionLabel="">{0,unbounded}</conceptMap>
</terminology>
Identity constraints
QName Type Refer Selector Field(s)
valueset-idversion-unique unique valueSet @id; @effectiveDate
valueset-ref-unique unique valueSet @ref
codesystem-idversion-unique unique codeSystem @id; @effectiveDate
codesystem-ref-unique unique codeSystem @ref
Source
<xs:element name="terminology">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="terminologyAssociation" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="codeSystem" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="valueSet" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="conceptMap" type="ConceptMapType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
  <!-- Cannot have two valueSets carrying the same id and effectiveDate -->
  <xs:unique name="valueset-idversion-unique">
    <xs:selector xpath="valueSet"/>
    <xs:field xpath="@id"/>
    <xs:field xpath="@effectiveDate"/>
  </xs:unique>
  <xs:unique name="valueset-ref-unique">
    <xs:selector xpath="valueSet"/>
    <xs:field xpath="@ref"/>
  </xs:unique>
  <!-- Cannot have two codeSystems carrying the same id and effectiveDate -->
  <xs:unique name="codesystem-idversion-unique">
    <xs:selector xpath="codeSystem"/>
    <xs:field xpath="@id"/>
    <xs:field xpath="@effectiveDate"/>
  </xs:unique>
  <xs:unique name="codesystem-ref-unique">
    <xs:selector xpath="codeSystem"/>
    <xs:field xpath="@ref"/>
  </xs:unique>
</xs:element>
Element terminology / conceptMap
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_ConceptMapType.tmp#ConceptMapType_idDECOR_xsd_Attribute_displayName.tmp#displayNameDECOR_xsd_Attribute_Group_VersionHandling.tmp#VersionHandlingDECOR_xsd_Complex_Type_ConceptMapType.tmp#ConceptMapType_statusCodeDECOR_xsd_Complex_Type_ConceptMapType.tmp#ConceptMapType_descDECOR_xsd_Complex_Type_ConceptMapType.tmp#ConceptMapType_sourceScopeDECOR_xsd_Complex_Type_ConceptMapType.tmp#ConceptMapType_targetScopeDECOR_xsd_Complex_Type_ConceptMapType.tmp#ConceptMapType_groupDECOR_xsd_Complex_Type_ConceptMapType.tmp#ConceptMapType
Type ConceptMapType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children desc, group, sourceScope, targetScope
Instance
<conceptMap displayName="" effectiveDate="" expirationDate="" id="" lastModifiedDate="" officialReleaseDate="" statusCode="" versionLabel="">
  <desc language="" lastTranslated="" mimeType="">{0,1}</desc>
  <sourceScope canonicalUri="" displayName="" flexibility="" ref="">{1,1}</sourceScope>
  <targetScope canonicalUri="" displayName="" flexibility="" ref="">{1,1}</targetScope>
  <group>{0,unbounded}</group>
</conceptMap>
Attributes
QName Type Use Annotation
displayName NonEmptyString required
A short description string for the designation
effectiveDate TimeStampNoTimezone required
Identifies the effective date of the version of the object.
expirationDate TimeStampNoTimezone optional
Identifies the expiration date of the version of the object.
id Oid required
Defines the globally unique identifier for this concept map.
lastModifiedDate TimeStampNoTimezone optional
Identifies last point in time that the object was changed.
officialReleaseDate TimeStampNoTimezone optional
Identifies the official release date of the version of the object.
statusCode ItemStatusCodeLifeCycle optional
versionLabel ShortDescriptiveName optional
A human readable version number or version label for convenient human rendition; not used by an application.
Source
<xs:element name="conceptMap" type="ConceptMapType" minOccurs="0" maxOccurs="unbounded"/>