Request

OperationupdateCreate Patient
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient/b748e2b56a964160976a96463ca4d6e1
ResourcePatientIdb748e2b56a964160976a96463ca4d6e1
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="b748e2b56a964160976a96463ca4d6e1"/>  
    <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: Janine Anderson</p>
        </div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/patient"/>  
        <value value="2904979-6986-36"/> 
    </identifier>  
    <active value="true"/>  
    <name> 
        <use value="official"/>  
        <family value="Andersonk5IT2FU"/>  
        <given value="Janinek5IT2FU"/> 
    </name>  
    <gender value="female"/>  
    <birthDate value="1989-03-07"/> 
</Patient>