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">  
    <identifier> 
        <system value="http://happyvalley.com/patient"/>  
        <value value="pQghiwqf3Df-6986"/> 
    </identifier>  
    <active value="true"/>  
    <name> 
        <use value="official"/>  
        <family value="TimminspQghi"/>  
        <given value="JessciapQghi"/> 
    </name>  
    <gender value="female"/>  
    <birthDate value="1986-10-14"/> 
</Patient>