Request

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

<Bundle xmlns="http://hl7.org/fhir">  
    <id value="991c72c0dd0f412fbe33bc0d66a48fb7"/>  
    <meta> 
        <security> 
            <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>  
            <code value="HTEST"/>  
            <display value="test health data"/> 
        </security> 
    </meta>  
    <identifier> 
        <system value="http://happyvalley.com/allergyintolerance-collection"/>  
        <value value="2904979-6986"/> 
    </identifier>  
    <type value="collection"/>  
    <entry> 
        <fullUrl value="urn:uuid:0f5f117e-f921-42de-9887-6d01332c21aa"/>  
        <resource> 
            <Patient> 
                <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 - Patient: Jackie Collected</p>
                    </div> 
                </text>  
                <identifier> 
                    <system value="http://happyvalley.com/patient"/>  
                    <value value="2904979-6986-131188874"/> 
                </identifier>  
                <active value="true"/>  
                <name> 
                    <use value="official"/>  
                    <family value="CollectedPm1Yvlg7"/>  
                    <given value="JackiePm1Yvlg7"/> 
                </name>  
                <gender value="female"/>  
                <birthDate value="1979-03-07"/> 
            </Patient> 
        </resource> 
    </entry>  
    <entry> 
        <fullUrl value="urn:uuid:f5e8b52a-a613-4b88-a67d-a77cbcd69d9f"/>  
        <resource> 
            <AllergyIntolerance> 
                <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 - ALLERGENIC EXTRACT, PENICILLIN; Hives</p> 
                    </div> 
                </text>  
                <identifier> 
                    <system value="http://happyvalley.com/allergyintolerance"/>  
                    <value value="2904979-6986-02118670"/> 
                </identifier>  
                <clinicalStatus> 
                    <coding> 
                        <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>  
                        <code value="active"/>  
                        <display value="Active"/> 
                    </coding> 
                </clinicalStatus>  
                <verificationStatus> 
                    <coding> 
                        <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>  
                        <code value="confirmed"/>  
                        <display value="Confirmed"/> 
                    </coding> 
                </verificationStatus>  
                <category value="medication"/>  
                <criticality value="unable-to-assess"/>  
                <patient> 
                    <reference value="urn:uuid:0f5f117e-f921-42de-9887-6d01332c21aa"/> 
                </patient>  
                <recordedDate value="2021-02-25"/>  
                <recorder> 
                    <reference value="urn:uuid:0f5f117e-f921-42de-9887-6d01332c21aa"/> 
                </recorder>  
                <reaction> 
                    <substance> 
                        <coding> 
                            <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>  
                            <code value="314422"/>  
                            <display value="ALLERGENIC EXTRACT, PENICILLIN"/> 
                        </coding> 
                    </substance>  
                    <manifestation> 
                        <coding> 
                            <system value="http://snomed.info/sct"/>  
                            <code value="247472004"/>  
                            <display value="Hives"/> 
                        </coding> 
                    </manifestation> 
                </reaction> 
            </AllergyIntolerance> 
        </resource> 
    </entry> 
</Bundle>