Request

Operationcreate Practitioner
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">  
    <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 - Practitioner: Dr Roland Heartbeat</div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/practitioner"/>  
        <value value="131188874-575769-6986"/> 
    </identifier>  
    <name> 
        <family value="HeartbeatpQghi"/>  
        <given value="RolandpQghi"/>  
        <prefix value="Dr"/> 
    </name>  
    <telecom> 
        <system value="phone"/>  
        <value value="(310) 310-6986"/>  
        <use value="work"/> 
    </telecom>  
    <address> 
        <use value="work"/>  
        <line value="310 Healthcare Drive"/>  
        <city value="St. Louis"/>  
        <state value="MO"/> 
    </address>  
    <gender value="male"/>  
    <birthDate value="1986-03-07"/> 
</Practitioner>