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

Difference between revisions of "Requirements-Binding Realms"

From HL7Wiki
Jump to navigation Jump to search
m
 
(2 intermediate revisions by one other user not shown)
Line 32: Line 32:
 
|-
 
|-
 
| ''OMG Mapping''
 
| ''OMG Mapping''
| {{OMG-MIF-HL7 Profile}} Add stereotype bounded to capture information and use relationships to identify bounded elements
+
| {{OMG-MIF-In UML}} Use UML Comment
 
|}
 
|}
  
Line 45: Line 45:
 
| ''MIF''  
 
| ''MIF''  
 
| mif-model-vocabulary.xsd/BindingRealm/@owningAffiliate
 
| mif-model-vocabulary.xsd/BindingRealm/@owningAffiliate
 +
|-
 +
| ''OMG Mapping''
 +
| {{OMG-MIF-HL7 Profile}} Add stereotype affiliate for packages to capture information/contexts
 
|}
 
|}
  
Line 57: Line 60:
 
| ''Methodology''  
 
| ''Methodology''  
 
| HL7.org maintains the sole list of binding realms that may be used.  Affiliates are allowed to create binding realms beneath their own HL7-assigned binding realm, but these "sub-binding realms" must be registered with HL7.org
 
| HL7.org maintains the sole list of binding realms that may be used.  Affiliates are allowed to create binding realms beneath their own HL7-assigned binding realm, but these "sub-binding realms" must be registered with HL7.org
 +
|-
 +
| ''OMG Mapping''
 +
| {{OMG-MIF-HL7 Profile}} Use OCL
 +
|-
 +
| ''OMG Mapping''
 +
| {{OMG-MIF-Not Supported}} May require some tool support for usability
 +
 
|}
 
|}
  
Line 69: Line 79:
 
| ''MIF''  
 
| ''MIF''  
 
| mif-vocabulary-model.xsd/BindingRealm/statusInfo
 
| mif-vocabulary-model.xsd/BindingRealm/statusInfo
 +
|-
 +
| ''OMG Mapping''
 +
| {{OMG-MIF-HL7 Profile}} Create a profile stereotype with date, author, etc.
 
|}
 
|}

Latest revision as of 17:00, 1 September 2010

Binding Realms provide "bounded areas of interoperability" in which a concepts can be expected to be communicated with a common set of codes. They exist because of the recognition that there can be variations in terminologies required across geographies, cultures, types of patient (human vs. veterinary; pediatric vs. geriatric) and even type of medicine.

MIF Reference: mif-model-vocabulary.xsd/BindingRealm

Requirement Each binding realm must have a unique name
Rationale The binding realm must be able to be precisely referenced when creating context bindings. It also needs to be referenced within instances or profiles to declare what "context" applies for that instance.
MIF mif-model-vocabulary.xsd/BindingRealm/@name
OMG Mapping Add stereotype bounded to capture information and use relationships to identify bounded elements


Requirement Each binding realm must have a description
Rationale In order to know what binding realm to use when referencing a particular context, you need to know what that context is
MIF mif-model-vocabulary.xsd/BindingRealm/description
OMG Mapping Use UML Comment


Requirement Each binding realm must have a responsible affiliate
Rationale Because realm bindings are so essential to interoperability, the ability to construct new ones is limited to HL7.org and to HL7 affiliates. That prevents the proliferation of new "contexts" by any organization that doesn't want to follow the vocabularies chosen at a higher level.
MIF mif-model-vocabulary.xsd/BindingRealm/@owningAffiliate
OMG Mapping Add stereotype affiliate for packages to capture information/contexts


Requirement The set of binding realms must be tightly constrained
Rationale Binding realms are a key part of interoperability. If you don't know the binding realm, you don't know what terminologies are allowed. In addition, names must be maintained unique within a single universal namespace. Therefore there needs to be a consistent source for what binding realms exist and may be used
Methodology HL7.org maintains the sole list of binding realms that may be used. Affiliates are allowed to create binding realms beneath their own HL7-assigned binding realm, but these "sub-binding realms" must be registered with HL7.org
OMG Mapping Use OCL
OMG Mapping May require some tool support for usability


Requirement Binding realms need to be able to track statuses over time.
Rationale Like other vocabulary objects, Binding realms can be draft, active, deprecated or even retired. In some cases, they even get resurrected. Users need to know what the status of a binding realm is right now as well as what it was at times in the past.
MIF mif-vocabulary-model.xsd/BindingRealm/statusInfo
OMG Mapping Create a profile stereotype with date, author, etc.