This wiki has undergone a migration to Confluence found Here
Difference between revisions of "VocMnt-DomainRev/Create"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
|} | |} | ||
− | + | {{{{{1|Show}}}Graphic|VocMnt731.gif|Example XML for '''createVocabularyDomain '''|The example above creates two concept domains – OrderableBeers and OrderableAles. OrderableAles is defined as a proper subset (restriction or constraint) on OrderableBeers.}} | |
− | |||
− | The example above creates two concept domains – OrderableBeers and OrderableAles. OrderableAles is defined as a proper subset (restriction or constraint) on OrderableBeers. |
Latest revision as of 17:11, 30 September 2007
Creating Concept Domains
The vast majority of the concept domains will be created during the RIM modeling process. The following operation can be used in cases where the domain doesn’t already exist in the RIM model.
The creation of a new domain needs to be voted upon, therefore createVocabularyDomain has an optional ballotStatus element. The description is technically optional, but is virtually required by HL7's style and balloting guides. It provides a description of the concept domain. createVocabularyDomain has the following attributes:
vocabularyDomain | The name of the new concept domain to be created |
---|---|
restrictsDomain | The name of the parent concept domain (optional). |
The example above creates two concept domains – OrderableBeers and OrderableAles. OrderableAles is defined as a proper subset (restriction or constraint) on OrderableBeers.