Request

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

<Person 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">
            <p>Touchstone Test Data - Patient: Roger Peteman</p>
        </div> 
    </text>  
    <identifier> 
        <use value="official"/>  
        <system value="http://happyvalley.com/person"/>  
        <value value="3788109874-6986"/> 
    </identifier>  
    <name> 
        <use value="official"/>  
        <family value="PetemannIoozv"/>  
        <given value="RogernIoozv"/> 
    </name>  
    <telecom> 
        <system value="phone"/>  
        <value value="(310) 310 6986"/>  
        <use value="home"/> 
    </telecom>  
    <gender value="male"/>  
    <birthDate value="1983-03-07"/>  
    <address> 
        <use value="home"/>  
        <line value="310 Sharon Rd"/>  
        <city value="NorthfieldAOlpj"/>  
        <state value="MN"/> 
    </address>  
    <managingOrganization> 
        <reference value="Organization/C6AMX6IF7UML65VY"/> 
    </managingOrganization>  
    <active value="true"/> 
</Person>