I am reading through HITSP C83 - HITSP_v2.0.1_2010_C83_-_CDA_Content_Modules.pdf. In section 2.2.2.8 MEDICATION, it specifies the following mapping for medication,
A sample XML snippet is given below in 'additional specification 2.2.2.8.16'.
Based on the mapping table, I will assume that the correct XML snippet should be as following, with the 'code' element describing that this observation is for medication type data , and 'value' element describing the actual type of medication.
<entryRelationship typeCode='SUBJ'>
<observation classCode='OBS' moodCode='EVN'>
<templateId root='2.16.840.1.113883.3.88.11.83.8.1' />
<code code='xxxx' displayName='Medication Type'
codeSystem='xxxx' codeSystemName='xxxx' />
<value xsi:type='CE' code='73639000' displayName='Prescription Drug'
codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>
</observation>
<entryRelationship>
I think the sample medication XML needs to be updated.
Subscribe to:
Post Comments (Atom)
HL7 FHIR APIs can fundamentally transform the rapid development of frontend web application
Just imagine if all your backend APIs is based on HL7 FHIR API, how it will fundamentally transform your frontend web application developme...
-
Below is the some of the slides from the recent sharing at FHIR DevDays 2024 ( https://www.devdays.com/ ) on Singapore's National Healt...
-
Recently I am approached by one project team, who stated that it is very difficult to implement HL7 FHIR API with the following two reasons ...
-
During recent Ken Rubin's trip to Singapore in May 28, I shared my views and suggestions on how to effectively adopt/develop healthcare...
No comments:
Post a Comment