Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Practitioner
ResourcePractitioner
Headers
Accept
application/fhir+xml;charset=UTF-8
Content-Type
application/fhir+xml;charset=UTF-8
Content
<?xml version="1.0" encoding="UTF-8"?>

<Practitioner xmlns="http://hl7.org/fhir">  
    <identifier> 
        <system value="http://happyvalley.com/practitioner"/>  
        <value value="pQghiwqf3Df-65692"/> 
    </identifier>  
    <name> 
        <family value="HeartbeatpQghi"/>  
        <given value="TerrancepQghi"/>  
        <prefix value="Dr"/> 
    </name>  
    <telecom> 
        <system value="phone"/>  
        <value value="(310) 310-6986"/>  
        <use value="work"/> 
    </telecom>  
    <address> 
        <use value="work"/>  
        <line value="6986 Wellness Way"/>  
        <city value="Fairfax"/>  
        <state value="VA"/> 
    </address>  
    <gender value="male"/>  
    <birthDate value="1976-10-07"/> 
</Practitioner>