Request

OperationupdateCreate AdverseEvent
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/AdverseEvent/450477dd82ce435ba1b340a31ad6a804
ResourceAdverseEventId450477dd82ce435ba1b340a31ad6a804
Headers
Accept
application/fhir+xml;charset=UTF-8
Content-Type
application/fhir+xml;charset=UTF-8
Content
<?xml version="1.0" encoding="UTF-8"?>

<AdverseEvent xmlns="http://hl7.org/fhir">  
    <id value="450477dd82ce435ba1b340a31ad6a804"/>  
    <meta> 
        <security> 
            <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>  
            <code value="HTEST"/>  
            <display value="test health data"/> 
        </security> 
    </meta>  
    <text> 
        <status value="generated"/>  
        <div xmlns="http://www.w3.org/1999/xhtml">  
            <p>Touchstone Test Data - Account: AdverseEvent: Product Use Error</p> 
        </div> 
    </text>  
    <identifier> 
        <system value="http://acme.com/ids/patients/risks"/>  
        <value value="131188874-6986"/> 
    </identifier>  
    <actuality value="actual"/>  
    <category> 
        <coding> 
            <system value="http://terminology.hl7.org/CodeSystem/adverse-event-category"/>  
            <code value="product-use-error"/>  
            <display value="Product Use Error"/> 
        </coding> 
    </category>  
    <event> 
        <coding> 
            <system value="http://snomed.info/sct"/>  
            <code value="304386008"/>  
            <display value="O/E - itchy rash"/> 
        </coding>  
        <text value="This was a mild rash on the left forearm"/> 
    </event>  
    <subject> 
        <reference value="Patient/270935378e744a8aa259376862c621c6"/> 
    </subject>  
    <date value="2021-03-05T12:30:31Z"/>  
    <severity> 
        <coding> 
            <system value="http://terminology.hl7.org/CodeSystem/adverse-event-severity"/>  
            <code value="mild"/>  
            <display value="Mild"/> 
        </coding> 
    </severity>  
    <outcome> 
        <coding> 
            <system value="http://terminology.hl7.org/CodeSystem/adverse-event-outcome"/>  
            <code value="ongoing"/>  
            <display value="Ongoing"/> 
        </coding> 
    </outcome>  
    <recorder> 
        <reference value="Patient/270935378e744a8aa259376862c621c6"/> 
    </recorder> 
</AdverseEvent>