Talk:1.3.6.1.4.1.19376.1.5.3.1.4.7.2

From IHE Wiki
Revision as of 14:27, 28 May 2009 by Kboone (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The PDF says ManufacturedLabeledDrug. This is in fact incorrect. CCD uses ManufacturedMaterial, and that is the constrained model that supports lotNumber.

ManufacturedMaterial and ManufacturedLabeledDrug are semantically identical RIM classes in CDA R2.


This text needs to be fixed-->>In QED, this needs to use the C-MET R_Medication [universal], or R_AdministerableMedication [universal], so that we can record lot-number and other details <<--


This text needs to be fixed-->>For cases where no medication is required, we need to use something like this

      <consumable typeCode="CSM">
       <manufacturedProduct classCode="MANU">
        <templateId assigningAuthorityName="CCD"
         root="2.16.840.1.113883.10.20.1.53"/>
        <templateId assigningAuthorityName="HITSP/C32"
         root="2.16.840.1.113883.3.88.11.32.9"/>
        <templateId assigningAuthorityName="IHE"
         root="1.3.6.1.4.1.19376.1.5.3.1.4.7.2"/>
        <manufacturedMaterial>
         
          <originalText><reference value='#Medication1'/></originalText>
         
         <name >None</name>
        </manufacturedMaterial>
       </manufacturedProduct>
      </consumable><<--