7phcy:V8.00 Patientoverzicht medicatie: verschil tussen versies

Uit informatiestandaarden
Naar navigatie springen Naar zoeken springen
Regel 81: Regel 81:
 
     </substanceAdministration>
 
     </substanceAdministration>
 
</component>
 
</component>
 +
</syntaxhighlight>
 +
 +
Hieronder worden de onderdelen van het medicatiestatement toegelicht voor gebruik binnen Patiëntparticipatie Medicatieveiligheid.
 +
 +
===substanceAdministration===
 +
<syntaxhighlight lang="xml">
 +
<substanceAdministration classCode="SBADM" moodCode="EVN" negationInd="false">
 +
</syntaxhighlight>
 +
===substanceAdministration.templateId===
 +
<syntaxhighlight lang="xml">
 +
<templateId root="2.16.840.1.113883.2.4.3.11.60.20.77.10.105"/>
 +
</syntaxhighlight>
 +
===substanceAdministration.id===
 +
<syntaxhighlight lang="xml">
 +
<id extension="0000007830" root="2.16.840.1.113883.2.4.6.1.10652.1.9"/>
 +
</syntaxhighlight>
 +
===substanceAdministration.text===
 +
<syntaxhighlight lang="xml">
 +
<text mediaType="text/plain">Tekst</text>
 +
</syntaxhighlight>
 +
===substanceAdministration.statusCode===
 +
<syntaxhighlight lang="xml">
 +
<statusCode code="active"/>
 +
</syntaxhighlight>
 +
===substanceAdministration.effectiveTime===
 +
<syntaxhighlight lang="xml">
 +
<effectiveTime xsi:type="IVL_TS">
 +
</syntaxhighlight>
 +
===substanceAdministration.consumable===
 +
<syntaxhighlight lang="xml">
 +
<consumable>
 
</syntaxhighlight>
 
</syntaxhighlight>

Versie van 29 apr 2015 14:03

Voorbeelden Medicatiegebruik voor Patiëntparticipatie Medicatieveiligheid

Deze voorbeelden zijn gebaseerd op het medicatieverificatieproces, waar een patiënt het eigen medicatieoverzicht (al dan niet online) inziet en bijwerkt, en daarbij:

  • juiste gegevens bevestigt
  • onjuiste gegevens corrigeert.

Input bij medicatieverificatie is de op dat moment bij een zorginstelling bekende medicatie, bijvoorbeeld uit het eigen AIS of vanuit het LSP opgevraagd. Doel is dit samen met de patiënt compleet te maken. Vervolgens kan een zorgverlener dit, indien nodig na verdere bespreking met de patiënt, het overzicht bevestigen. Het bijgewerkte en geverifieerde actuele medicatieoverzicht kan vervolgens voor verdere zorg gebruikt worden, dus b.v. gedeeld bij opname of ontslag.

De voorbeelden voor voor Patiëntparticipatie Medicatieveiligheid zijn één specifieke toepassing van de standaard Medicatiegebruik, en dus niet geldig voor andere toepassingen. Zo is de bron van de informatie hier meestal de patiënt; in andere toepassingen zal dat veelal niet zo zijn. Voor de complete standaard, zie onder Medicatiegebruik.

Lijst met medicatie statements

XML voorbeeld:

Een lijst met medicatiestatements ziet er als volgt uit:

<MedicationStatementList>
    <code codeSystem="2.16.840.1.113883.5.4" code="MEDLIST"/>
    <subject>
        <patient>
            <id extension="555555719" root="2.16.840.1.113883.2.4.6.3"/>
            <addr use="HP">
                <streetName>Groentetuin</streetName>
                <houseNumber>4</houseNumber>
                <postalCode>1237 DC</postalCode>
                <city>Haarlem</city>
            </addr>
            <statusCode code="active"/>
            <Person>
                <name use="L">
                    <given>Merel</given>
                    <prefix qualifier="VV">van den </prefix>
                    <family qualifier="BR">Crommen</family>
                </name>
                <administrativeGenderCode code="F" codeSystem="2.16.840.1.113883.5.1"/>
                <birthTime value="19800420"/>
            </Person>
        </patient>
    </subject>
    <!-- Nul of meer components met medicatiestatements (in een substanceAdministration ) -->
    <component>
    <substanceAdministration classCode="SBADM" moodCode="EVN" negationInd="false">
    ... content...
    </substanceAdministration>
    </component>
</MedicationStatementList>

Medicatie statement

XML voorbeeld:

Binnen de lijst is dit een typisch medicatiestatement:

<component>
    <substanceAdministration classCode="SBADM" moodCode="EVN" negationInd="false">
        <templateId root="2.16.840.1.113883.2.4.3.11.60.20.77.10.105"/>
        <id extension="0000007830" root="2.16.840.1.113883.2.4.6.1.10652.1.9"/>
        <text mediaType="text/plain">Tekst</text>
        <statusCode code="active"/>
        <effectiveTime xsi:type="IVL_TS">
        ... gebruiksperiode ...
        </effectiveTime>
        <consumable>
        ... de medicatie ...
        </consumable>
        ... auteur ...
        <participant typeCode="AUT">
            <time value="20150415"/>
            <participantRole classCode="PAT"/>
        </participant>
        ... informant ...
        <participant typeCode="INF">
            <time value="20150415"/>
            <participantRole classCode="PAT"/>
        </participant>
        <entryRelationship typeCode="COMP">
        ... gebruiksinstructie ...
        </entryRelationship>
        ... eventuele toedieningsinstructie ...
        ... eventuele precondities ...
        ... eventueel gerelateerd voorschrift ...
        ... eventuele reden van stoppen of niet nemen ...
    </substanceAdministration>
</component>

Hieronder worden de onderdelen van het medicatiestatement toegelicht voor gebruik binnen Patiëntparticipatie Medicatieveiligheid.

substanceAdministration

<substanceAdministration classCode="SBADM" moodCode="EVN" negationInd="false">

substanceAdministration.templateId

<templateId root="2.16.840.1.113883.2.4.3.11.60.20.77.10.105"/>

substanceAdministration.id

<id extension="0000007830" root="2.16.840.1.113883.2.4.6.1.10652.1.9"/>

substanceAdministration.text

<text mediaType="text/plain">Tekst</text>

substanceAdministration.statusCode

<statusCode code="active"/>

substanceAdministration.effectiveTime

<effectiveTime xsi:type="IVL_TS">

substanceAdministration.consumable

<consumable>