@Retention(value=RUNTIME) public @interface ValueSetConstraint
| Modifier and Type | Required Element and Description |
|---|---|
CodingStrength |
codingStrength
Indicates whether or not codes are restricted to those expressed in the value set
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
id
The globally unique identifier for the value set
|
String |
ignoredValueSetId
Defines the set of codes within the overall value set that the implementer is willing to accept without raising an error, but whose content will be ignored and not processed in any useful manner
|
String |
minimumValueSetId
Defines the set of codes within the overall value set that must be supported by an implementer to be considered compliant
|
String |
name
The descriptive name associated with the value set
|
String |
rootCode
Allows conveying the root code of the value set.
|
String |
versionDate
The date on which a specific version of the value set was created.
|
String |
versionIdentifier
The value which identifies a specific version of the value set.
|
String |
versionTime
The time when a specific version of the value set was created.
|
public abstract CodingStrength codingStrength
public abstract String id
public abstract String name
public abstract String versionIdentifier
public abstract String versionDate
public abstract String versionTime
public abstract String minimumValueSetId
public abstract String ignoredValueSetId
public abstract String rootCode
Copyright © 2017. All rights reserved.