ADFTest Summary

Uit Zorginformatiebouwstenen
Naar navigatie springen Naar zoeken springen

Voor de elementen drugOrMedicationType en amount ontbreekt er een terminologie code. In de STU3 versie werden de volgende codes gebruikt:

drugOrMedicationType

410942007 | Drug or medicament

Amount 

228390007 | Frequency of drug misuse  

Uitleg waarom dit nodig is staat in ZIB-1403: Terminologie code ontbreekt voor het element SoortTabakGebruik 

Kunnen jullie bevestigen of we dit kunnen hergebruiken voor het R4 project? 

zib DrugUse release 2020 - mapping op Observation.component[code + value] - De gevraagde code komt in code en de waardelijst TypeOfDrugOrMedicationCodelist komt value. Bijgevoegd het voorbeeld uit STU3:

<Observation xmlns="http://hl7.org/fhir">
   <id value="zib-druguse-01"/>
   <status value="final"/>
   
       <coding>
           <system value="http://snomed.info/sct"/>
           
           <display value="Finding relating to drug misuse behavior (finding)"/>
       </coding>
   
   <subject>
       <reference value="Patient/nl-core-patient-01"/>
       <display value="Johan XXX_Helleman"/>
   </subject>
   <effectivePeriod>
       <start value="1981"/>
       <end value="1983"/>
   </effectivePeriod>
   <valueCodeableConcept>
       <coding>
           <system value="http://snomed.info/sct"/>
           
           <display value="Misused drugs in past (finding)"/>
       </coding>
   </valueCodeableConcept>
   <comment value="Op feestjes en in uitgaanscircuit."/>
   <component>
       
           <coding>
               <system value="http://snomed.info/sct"/>
               
               <display value="Drug or medicament (substance)"/>
           </coding>
       
       <valueCodeableConcept>
           <coding>
               <system value="http://snomed.info/sct"/>
               
               <display value="Amphetamine"/>
           </coding>
       </valueCodeableConcept>
   </component>
   <component>
       
           <coding>
               <system value="http://snomed.info/sct"/>
               
               <display value="Route of administration (attribute)"/>
           </coding>
       
       <valueCodeableConcept>
           <coding>
               <system value="urn:oid:2.16.840.1.113883.2.4.4.9"/>
               
               <display value="NASAAL"/>
           </coding>
       </valueCodeableConcept>
   </component>
   <component>
       
           <coding>
               <system value="http://snomed.info/sct"/>
               
               <display value="Frequency of drug misuse (observable entity)"/>
           </coding>
       
       <valueString value="3 times a year"/>
   </component>

</Observation>