Request

OperationupdateCreate Patient
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient/fa2fe6dcc60f493ca854eb99356083e4
ResourcePatientIdfa2fe6dcc60f493ca854eb99356083e4
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="fa2fe6dcc60f493ca854eb99356083e4"/>  
    <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: Jerry Alberfeddy</p>
        </div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/patient"/>  
        <value value="3788109874-6986-36"/> 
    </identifier>  
    <active value="true"/>  
    <name> 
        <use value="official"/>  
        <family value="AlberfeddyPm1Yvlg7"/>  
        <given value="JerryPm1Yvlg7"/> 
    </name>  
    <gender value="male"/>  
    <birthDate value="1977-02-28"/> 
</Patient>