Request

OperationupdateCreate Patient
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient/441eac0a28a24ffc93626beae8208532
ResourcePatientId441eac0a28a24ffc93626beae8208532
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="441eac0a28a24ffc93626beae8208532"/>  
    <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: Josie Aristotle</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="Aristotlek5IT2FU"/>  
        <given value="Josiek5IT2FU"/> 
    </name>  
    <gender value="female"/>  
    <birthDate value="1996-02-28"/> 
</Patient>