Request

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

<PractitionerRole 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 - PractitionerRole: Cardiology</p>
        </div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/practitioner"/>  
        <value value="131188874-575769"/> 
    </identifier>  
    <practitioner> 
        <reference value="Practitioner/C6AMYEL3RB57HNQW"/> 
    </practitioner>  
    <organization> 
        <reference value="Organization/C6AMYEJ3URDMMYDS"/> 
    </organization>  
    <code> 
        <coding> 
            <system value="http://terminology.hl7.org/CodeSystem/practitioner-role"/>  
            <code value="doctor"/>  
            <display value="Doctor"/> 
        </coding> 
    </code>  
    <specialty> 
        <coding> 
            <system value="http://snomed.info/sct"/>  
            <code value="394579002"/>  
            <display value="Cardiology"/> 
        </coding> 
    </specialty> 
</PractitionerRole>