Request

Operationupdate RelatedPerson
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/RelatedPerson/62d311b2f9b7400f93b076e805babfb6
ResourceRelatedPersonId62d311b2f9b7400f93b076e805babfb6
Headers
Accept
application/fhir+xml;charset=UTF-8
Content-Type
application/fhir+xml;charset=UTF-8
Content
<?xml version="1.0" encoding="UTF-8"?>

<RelatedPerson xmlns="http://hl7.org/fhir">  
    <id value="62d311b2f9b7400f93b076e805babfb6"/>  
    <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 - RelatedPerson: Porter Hippocrates</p> 
        </div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/relatedperson"/>  
        <value value="3788109874-6986"/> 
    </identifier>  
    <active value="true"/>  
    <patient> 
        <reference value="Patient/d68260726f164ab981e9dd40a40de256"/> 
    </patient>  
    <relationship> 
        <coding> 
            <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>  
            <code value="N"/>  
            <display value="Next-of-Kin"/> 
        </coding> 
    </relationship>  
    <name> 
        <use value="official"/>  
        <family value="HippocratesnIoozv"/>  
        <given value="PorternIoozv"/> 
    </name>  
    <telecom> 
        <system value="phone"/>  
        <value value="310-310-6986"/>  
        <use value="work"/> 
    </telecom>  
    <gender value="male"/>  
    <birthDate value="1991-03-07"/>  
    <address> 
        <use value="home"/>  
        <line value="310 Lomond Drive"/>  
        <city value="Manassas"/>  
        <state value="VA"/> 
    </address> 
</RelatedPerson>