This wiki has undergone a migration to Confluence found Here
VocMnt-CodeSysRev/RemoveRel
Jump to navigation
Jump to search
Removing Existing Concept Relationships
It is also possible to undo relationships that have previously been asserted using the addConceptRelationship node.
Like all operations, removeConceptRelationship can have a ballotStatus entry that overrides the outside status. removeConceptRelationship has the following attributes:
parentCodeSystemMnemonic | The mnemonic identifying the code system that holds the parent code. Optional. If blank, is assumed to be the code system established by the parent registerCodeSystem or selectCodeSystem. |
---|---|
parentCode | The left hand or parent side of an existing relationship entry |
parentName | A valid designation for the parentCode. Optional but validated if present. |
relationship | The code for the existing relationship (e.g. smallerThan) |
childCodeSystemMnemonic | The mnemonic identifying the code system that holds the child code. Optional. If blank, is assumed to be the code system established by the parent registerCodeSystem or selectCodeSystem. |
childCode | The right hand or child side of an existing relationship entry |
childName | A valid designation for the childCode. Optional but validated if present. |