Request

OperationupdateCreate Patient
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient/5edb270970cf4c1a9734ebbbd344074c
ResourcePatientId5edb270970cf4c1a9734ebbbd344074c
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="5edb270970cf4c1a9734ebbbd344074c"/>  
    <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: Melissa Alberfeddy</p>
        </div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/patient"/>  
        <value value="13816582032-6986-36"/> 
    </identifier>  
    <active value="true"/>  
    <name> 
        <use value="official"/>  
        <family value="Alberfeddyk5IT2FU"/>  
        <given value="Melissak5IT2FU"/> 
    </name>  
    <gender value="female"/>  
    <birthDate value="1998-03-07"/> 
</Patient>