Request

Operationcreate Patient
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Patient
ResourcePatient
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">  
    <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">Touchstone Test Data - Patient: Jacquelin Socrates</div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/patient"/>  
        <value value="3788109874-575769-2904979"/> 
    </identifier>  
    <active value="true"/>  
    <name> 
        <use value="official"/>  
        <family value="SocrateskvBiFq7wj"/>  
        <given value="JacquelinkvBiFq7wj"/> 
    </name>  
    <gender value="female"/>  
    <birthDate value="1993-03-07"/> 
</Patient>