Request

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

<Person xmlns="http://hl7.org/fhir">  
    <id value="1ad286499ea645ee8eba46e70fde7073"/>  
    <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: James Peterman</p>
        </div> 
    </text>  
    <identifier> 
        <use value="official"/>  
        <system value="http://happyvalley.com/person"/>  
        <value value="3788109874-6986"/> 
    </identifier>  
    <name> 
        <use value="official"/>  
        <family value="PetermannIoozv"/>  
        <given value="JamesnIoozv"/> 
    </name>  
    <telecom> 
        <system value="phone"/>  
        <value value="(310) 310 6986"/>  
        <use value="work"/> 
    </telecom>  
    <gender value="male"/>  
    <birthDate value="1985-03-07"/>  
    <address> 
        <use value="work"/>  
        <line value="6986 Healthyway Rd"/>  
        <city value="NorthfieldnIoozv"/>  
        <state value="MN"/> 
    </address>  
    <managingOrganization> 
        <reference value="Organization/8653930e253548c797eb8884e5e50373"/> 
    </managingOrganization>  
    <active value="true"/> 
</Person>