This wiki has undergone a migration to Confluence found Here
Difference between revisions of "Requirements-Binding Realms"
Jump to navigation
Jump to search
m (Requirement-Binding Realms moved to Requirements-Binding Realms) |
|||
Line 10: | Line 10: | ||
|- | |- | ||
| ''Rationale'' | | ''Rationale'' | ||
− | | The binding realm must be able to be precisely referenced when creating context bindings | + | | 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'' |
Revision as of 20:17, 16 July 2009
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 |
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 |
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 |
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 |