Request

OperationupdateCreate Patient
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient/c39c5de5205d47ddaae7f8d8acbf16c2
ResourcePatientIdc39c5de5205d47ddaae7f8d8acbf16c2
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="c39c5de5205d47ddaae7f8d8acbf16c2"/>  
    <meta> 
        <security> 
            <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>  
            <code value="HTEST"/>  
            <display value="test health data"/> 
        </security> 
    </meta>  
    <identifier> 
        <system value="http://happyvalley.com/patient"/>  
        <value value="131188874-6986-575769"/> 
    </identifier>  
    <active value="true"/>  
    <name> 
        <use value="official"/>  
        <family value="Imsick5IT2FU"/>  
        <given value="Jackiek5IT2FU"/> 
    </name>  
    <gender value="female"/>  
    <birthDate value="1957-03-07"/> 
</Patient>