ADFTest Summary: verschil tussen versies

Uit Zorginformatiebouwstenen
Naar navigatie springen Naar zoeken springen
Update bot (overleg | bijdragen)
Geen bewerkingssamenvatting
Update bot (overleg | bijdragen)
Geen bewerkingssamenvatting
Regel 15: Regel 15:
[https://zibs.nl/wiki/DrugUse-v3.3(2020EN) zib DrugUse release 2020]&#160;- mapping op Observation.component[code + value] - De gevraagde code komt in code en de waardelijst&#160;TypeOfDrugOrMedicationCodelist komt value. Bijgevoegd het voorbeeld uit STU3:<br>
[https://zibs.nl/wiki/DrugUse-v3.3(2020EN) zib DrugUse release 2020]&#160;- mapping op Observation.component[code + value] - De gevraagde code komt in code en de waardelijst&#160;TypeOfDrugOrMedicationCodelist komt value. Bijgevoegd het voorbeeld uit STU3:<br>


&lt;Observation xmlns=&quot;http://hl7.org/fhir&quot;&gt;
<pre>&lt;Observation xmlns=&quot;http://hl7.org/fhir&quot;&gt;
     &lt;id value=&quot;zib-druguse-01&quot;/&gt;
     &lt;id value=&quot;zib-druguse-01&quot;/&gt;
     &lt;status value=&quot;final&quot;/&gt;
     &lt;status value=&quot;final&quot;/&gt;
Regel 83: Regel 83:
         &lt;valueString value=&quot;3 times a year&quot;/&gt;
         &lt;valueString value=&quot;3 times a year&quot;/&gt;
     &lt;/component&gt;
     &lt;/component&gt;
&lt;/Observation&gt;<br>
&lt;/Observation&gt;</pre>
&#160;<br>
&#160;<br>

Versie van 22 jan 2026 23:13

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"/>
    <code>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="228366006"/>
            <display value="Finding relating to drug misuse behavior (finding)"/>
        </coding>
    </code>
    <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"/>
            <code value="44870007"/>
            <display value="Misused drugs in past (finding)"/>
        </coding>
    </valueCodeableConcept>
    <comment value="Op feestjes en in uitgaanscircuit."/>
    <component>
        <code>
            <coding>
                <system value="http://snomed.info/sct"/>
                <code value="410942007"/>
                <display value="Drug or medicament (substance)"/>
            </coding>
        </code>
        <valueCodeableConcept>
            <coding>
                <system value="http://snomed.info/sct"/>
                <code value="703842006"/>
                <display value="Amphetamine"/>
            </coding>
        </valueCodeableConcept>
    </component>
    <component>
        <code>
            <coding>
                <system value="http://snomed.info/sct"/>
                <code value="410675002"/>
                <display value="Route of administration (attribute)"/>
            </coding>
        </code>
        <valueCodeableConcept>
            <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.4.9"/>
                <code value="6"/>
                <display value="NASAAL"/>
            </coding>
        </valueCodeableConcept>
    </component>
    <component>
        <code>
            <coding>
                <system value="http://snomed.info/sct"/>
                <code value="228390007"/>
                <display value="Frequency of drug misuse (observable entity)"/>
            </coding>
        </code>
        <valueString value="3 times a year"/>
    </component>
</Observation>