Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute IntensionalDefAttributes / @op
Namespace No namespace
Annotations
Intensional Definition
Type IntensionalOperators
Properties
use optional
Facets
enumeration is-a
is-a or << :: includes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, including the provided concept itself (i.e. include child codes)
is-a of << :: bevat alle concepten met een transitieve is-a relatie met het concept, inclusief het concept zelf (dus bevat onderliggende concepten)
is-a oder < < :: enthält alle Konzept-IDs, die eine transitive is-a-Beziehung zu der als Wert bereitgestellten Konzept-ID haben, einschließlich des bereitgestellten Konzepts selbst (d.h. untergeordnete Codes einschließen).
enumeration descendent-of
descendant-of or < :: includes all concept ids that have a transitive is-a relationship with the concept Id provided as the value, excluding the provided concept itself (i.e. include child codes)
descendant-of of < :: bevat alle concepten met een transitieve is-a relatie met het concept, exclusief het concept zelf (dus bevat onderliggende concepten)
descendant-of oder < :: enthält alle Konzept-IDs, die eine transitive is-a-Beziehung zu der als Wert bereitgestellten Konzept-ID haben, mit Ausnahme des bereitgestellten Konzepts selbst (d. h. untergeordnete Codes einschließen).
enumeration is-not-a
is-not-a :: the specified property of the code does not have an is-a relationship with the provided value
is-not-a :: concepten die geen is-a relatie met het betreffende concept hebben
is-not-a :: enthält alle Konzept-IDs, die keine transitive is-a-Beziehung zu der als Wert bereitgestellten Konzept-ID haben
enumeration regex
regex :: the specified property of the code matches the regex specified in the provided value
regex :: concept-codes die voldoen aan het gespecificeerde reguliere-expressie-patroon
regex :: Die angegebene Eigenschaft des Codes stimmt mit dem im angegebenen Wert angegebenen regulären Ausdruck überein
enumeration in
in :: the selection of a set of concepts based on their membership of a (SNOMED CT) reference set
in :: de selectie van een set concepten gebaseerd op hun lidmaatschap van een (SNOMED CT) referentieset
in :: die Auswahl einer Reihe von Konzepten basierend auf ihrer Zugehörigkeit zu einer (SNOMED CT) Referenzmenge
enumeration equal
equal :: the specified property of the code is equal to the provided value
equal :: de opgegeven property van de code is gelijk aan de opgegeven waarde
equal :: die angegebene Property des Codes ist gleich dem angegeben Wert
enumeration exist
exist :: the specified property of the code does exist/does not exist (provided value must be true or false)
exist :: de opgegeven property van de code bestaat / bestaat niet (opgegeven waarde moet true of false zijn)
exist :: die angegebene Property des Codes existiert / existiert nicht (angegebener Wert muss true oder false sein)
Used by
Attribute Group IntensionalDefAttributes
Source
<xs:attribute name="op" type="IntensionalOperators" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Intensional Definition</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute IntensionalDefAttributes / @code
Namespace No namespace
Annotations
An identifier that uniquely names the class or "concept" within the context of the defining Code System
Type EnumerationString
Properties
use optional
Facets
maxLength 128
Used by
Attribute Group IntensionalDefAttributes
Source
<xs:attribute name="code" type="EnumerationString" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">An identifier that uniquely names the class or "concept" within the context of the defining Code System</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute IntensionalDefAttributes / @codeSystem
Namespace No namespace
Annotations
An identifier that uniquely names the Code System
Type Oid
Properties
use optional
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Attribute Group IntensionalDefAttributes
Source
<xs:attribute name="codeSystem" type="Oid" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">An identifier that uniquely names the Code System</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute IntensionalDefAttributes / @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
Attribute Group IntensionalDefAttributes
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 IntensionalDefAttributes / @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
Attribute Group IntensionalDefAttributes
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 Group IntensionalDefAttributes
Namespace No namespace
Diagram
DiagramDECOR_xsd_Attribute_Group_IntensionalDefAttributes.tmp#IntensionalDefAttributes_opDECOR_xsd_Attribute_Group_IntensionalDefAttributes.tmp#IntensionalDefAttributes_codeDECOR_xsd_Attribute_Group_IntensionalDefAttributes.tmp#IntensionalDefAttributes_codeSystemDECOR_xsd_Attribute_Group_IntensionalDefAttributes.tmp#IntensionalDefAttributes_codeSystemNameDECOR_xsd_Attribute_Group_IntensionalDefAttributes.tmp#IntensionalDefAttributes_codeSystemVersionDECOR_xsd_Attribute_displayName.tmp#displayName
Used by
Attributes
QName Type Use Annotation
code EnumerationString optional
An identifier that uniquely names the class or "concept" within the context of the defining Code System
codeSystem Oid optional
An identifier that uniquely names the Code System
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.
displayName NonEmptyString optional
A short description string for the designation
op IntensionalOperators optional
Intensional Definition
Source
<xs:attributeGroup name="IntensionalDefAttributes">
  <xs:attribute name="op" type="IntensionalOperators" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Intensional Definition</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="code" type="EnumerationString" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">An identifier that uniquely names the class or "concept" within the context of the defining Code System</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="codeSystem" type="Oid" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">An identifier that uniquely names the Code System</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <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 ref="displayName" use="optional"/>
</xs:attributeGroup>