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

HL7 Stability Standard Implementation Guide Teleconference Minutes 2010-12-06

From HL7Wiki
Jump to navigation Jump to search

HL7 Stability Standard Pilot/Implementation Guide Teleconference Minutes

December 6, 2010

Attendees:

Norman Gregory (CVM), Elizabeth Cormier (CVM), David Longstaff (CVM), Tim Lee (CBER), Tena Wei (CDRH), Catherine Hosage-Norman (Sunovion), Mike Mlodzik (Fort Dodge Animal Health), Edward Pec (Abbott Laboratories), Diane Miller(Alpharma), Art Griesser (Promethues), and Josh McDade (Promethues)

   <xs:complexType name="PORT_MT090002UV01.AssignedEntity2">
       <xs:sequence>
           <xs:group ref="InfrastructureRootElements"/>
           <xs:element name="representedManufacturer" type="PORT_MT090002UV01.Manufacturer"/>
       </xs:sequence>
       <xs:attributeGroup ref="InfrastructureRootAttributes"/>
       <xs:attribute name="nullFlavor" type="NullFlavor" use="optional"/>
       <xs:attribute name="classCode" type="RoleClass" use="optional" fixed="ASSIGNED"/>
   </xs:complexType>

The representedManufacturer has a type of Manufacturer which has the following properties:

   <xs:complexType name="PORT_MT090002UV01.Manufacturer">
       <xs:sequence>
           <xs:group ref="InfrastructureRootElements"/>
           <xs:element name="id" type="II" minOccurs="0" maxOccurs="unbounded"/>
           <xs:element name="name" type="ON"/>
           <xs:element name="addr" type="AD" minOccurs="0"/>
           <xs:element name="assignedEntity" type="PORT_MT090002UV01.AssignedEntity2" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
       </xs:sequence>
       <xs:attributeGroup ref="InfrastructureRootAttributes"/>
       <xs:attribute name="classCode" type="EntityClass" use="optional" fixed="ORG"/>
       <xs:attribute name="determinerCode" type="EntityDeterminer" use="optional" fixed="INSTANCE"/>
   </xs:complexType>

The id tag is optional based on the schema (i.e, minOccurs="0"). However, if we eventually decide that the use of the assigningAuthorityName of DUNS number would trigger a check of Dun & Bradstreet database, then we will need make the id tag mandatory for eStability purpose.


Agenda for December 13, 2010 Teleconference: