Specific Question
I parsed C-CDA with BlueButton.js. Following is from the Medication JSON output. What is the RXNorm (with code system "2.16.840.1.113883.6.88") in this example? It has 577961 and 577962. Which is the correct RxNorm for the patient's medication?
"product": {
"name": "Amphetamine aspartate 5 MG / Amphetamine Sulfate 5 MG / Dextroamphetamine saccharate 5 MG / Dextroamphetamine Sulfate 5 MG Oral Tablet",
"text": "Adderall 20 mg tablet",
"code": "577961",
"code_system": "2.16.840.1.113883.6.88",
"translation": {
"name": "Amphetamine aspartate 5 MG / Amphetamine Sulfate 5 MG / Dextroamphetamine saccharate 5 MG / Dextroamphetamine Sulfate 5 MG Oral Tablet [Adderall]",
"code": "577962",
"code_system": "2.16.840.1.113883.6.88",
"code_system_name": "RxNorm"
}
}
General Question
Where can I get explnanation of these C-CDA elements - that is, the difference between code
element in product
and translation
elements?
References: