This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "VocMnt-ValueSetRev/RemoveCodes"

From HL7Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
|}  
 
|}  
  
{{{{{1|Show}}}Graphic|VocMnt681.gif|Example XML for '''removeCodesFromValueSet'''|The above example removes concept code 1003 (BITTER ALE) from the “OrderableAles” value set.
+
{{{{{1|Show}}}Graphic|VocMnt681.gif|Example XML for '''removeCodesFromValueSet'''|The above example removes concept code 1003 (BITTER ALE) from the “OrderableAles” value set.}}
 
 
With a second paragraph, including '''bold text''', and a reference to [[VocMnt-BallotStatus|'''ballotStatus''']] among others.}}
 
 
 
'''TEST ONLY''' Then another paragraph from the main stream.
 

Latest revision as of 16:37, 30 September 2007

Removing Concept Codes from a Value Set

Concept codes that are currently associated with a value set can be removed.

Element removeCodesFromValueSet

removeCodesFromValueSet contains an optional ballot status followed by a list of codes to be removed. Each codeToRemove element has two attributes:

Attributes of codeToRemove
conceptCode The coded concept to remove from the value set. If the coded concept referenced other concepts via a relationship, those references will be removed as well.
conceptName A valid designation for conceptCode. Validated if supplied.
Example XML for removeCodesFromValueSet

The above example removes concept code 1003 (BITTER ALE) from the “OrderableAles” value set.