Talk:1.3.6.1.4.1.19376.1.5.3.1.4.7.2: Difference between revisions
Jump to navigation
Jump to search
m New page: The PDF says ManufacturedLabeledDrug. This is in fact incorrect. CCD uses ManufacturedMaterial, and that is the constrained model that supports lotNumber. ManufacturedMaterial and Man... |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
ManufacturedMaterial and ManufacturedLabeledDrug are semantically identical RIM classes in CDA R2. | ManufacturedMaterial and ManufacturedLabeledDrug are semantically identical RIM classes in CDA R2. | ||
{{Fixme|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 }} | |||
{{Fixme|1=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> | |||
<code nullFlavor='NA'> | |||
<originalText><reference value='#Medication1'/></originalText> | |||
</code> | |||
<name >None</name> | |||
</manufacturedMaterial> | |||
</manufacturedProduct> | |||
</consumable> | |||
}} | |||
Latest revision as of 14:27, 28 May 2009
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.
-->>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 <<--
-->>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><<--