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

VocMnt-CodeSysRev/RemoveRel

From HL7Wiki
Jump to navigation Jump to search

Removing Existing Concept Relationships

[Not exposed in application]

It is also possible to undo relationships that have previously been asserted using the addConceptRelationship node.

Element removeConceptRelationship

Like all operations, removeConceptRelationship can have a ballotStatus entry that overrides the outside status. removeConceptRelationship has the following attributes:

Attributes of removeConceptRelationship
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.