Request

Operationupdate Patient
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient/c2984412c8814290a10ed9ab75f15c95
ResourcePatientIdc2984412c8814290a10ed9ab75f15c95
Headers
Accept
application/fhir+xml;charset=UTF-8
Content-Type
application/fhir+xml;charset=UTF-8
Content
<?xml version="1.0" encoding="UTF-8"?>

<Patient xmlns="http://hl7.org/fhir">  
    <id value="c2984412c8814290a10ed9ab75f15c95"/>  
    <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: Peter James Feelsgood</p>
        </div> 
    </text>  
    <identifier> 
        <use value="usual"/>  
        <type> 
            <coding> 
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>  
                <code value="MR"/> 
            </coding> 
        </type>  
        <system value="urn:oid:1.2.36.146.595.217.0.1"/>  
        <value value="3788109874-6986"/>  
        <period> 
            <start value="2011-03-07"/> 
        </period>  
        <assigner> 
            <display value="Acme Healthcare"/> 
        </assigner> 
    </identifier>  
    <active value="true"/>  
    <name> 
        <use value="official"/>  
        <family value="FeelsgoodnIoozv"/>  
        <given value="PeternIoozv"/>  
        <given value="James"/> 
    </name>  
    <telecom> 
        <system value="phone"/>  
        <value value="(310) 310 6986"/>  
        <use value="home"/> 
    </telecom>  
    <gender value="male"/>  
    <birthDate value="1985-03-07"/>  
    <deceasedBoolean value="false"/>  
    <address> 
        <use value="home"/>  
        <line value="6986 Lake Jackson Dr"/>  
        <city value="Manassas"/>  
        <state value="VA"/>  
        <postalCode value="20112"/> 
    </address>  
    <contact> 
        <relationship> 
            <coding> 
                <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>  
                <code value="N"/> 
            </coding> 
        </relationship>  
        <name> 
            <family value="FeelsgoodnIoozv"/>  
            <given value="Bianca"/> 
        </name>  
        <telecom> 
            <system value="phone"/>  
            <value value="(310) 310 6986"/>  
            <use value="home"/> 
        </telecom>  
        <address> 
            <use value="home"/>  
            <line value="6986 Lake Jackson Dr"/>  
            <city value="Manassas"/>  
            <state value="VA"/>  
            <postalCode value="20112"/> 
        </address>  
        <gender value="female"/> 
    </contact>  
    <managingOrganization> 
        <reference value="Organization/94ac989dfd2f48958dcd66591636fa7e"/> 
    </managingOrganization> 
</Patient>