Request

OperationupdateCreate Patient
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient/7004717842d04d5f8567345a3c66c3af
ResourcePatientId7004717842d04d5f8567345a3c66c3af
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="7004717842d04d5f8567345a3c66c3af"/>  
    <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="2904979-6986-2904979"/> 
    </identifier>  
    <active value="true"/>  
    <name> 
        <use value="official"/>  
        <family value="FamiliaPm1Yvlg7"/>  
        <given value="JaninePm1Yvlg7"/> 
    </name>  
    <gender value="female"/>  
    <birthDate value="1989-03-07"/> 
</Patient>