Request

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

<CareTeam 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 - CareTeam: Operation on heart</div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/careTeam"/>  
        <value value="131188874-575769-2904979"/> 
    </identifier>  
    <status value="active"/>  
    <category> 
        <coding> 
            <system value="http://terminology.hl7.org/CodeSystem/care-team-category"/>  
            <code value="encounter"/> 
        </coding> 
    </category>  
    <subject> 
        <reference value="Patient/C6AMV7OIUDR2C7CC"/> 
    </subject>  
    <period> 
        <start value="2021-02-07"/> 
    </period>  
    <participant> 
        <role> 
            <text value="adviser"/> 
        </role>  
        <member> 
            <reference value="Practitioner/C6AMV7MIIVZ65HZ6"/> 
        </member>  
        <period> 
            <start value="2021-02-07"/> 
        </period> 
    </participant>  
    <telecom> 
        <system value="phone"/>  
        <value value="(310) 310-6986"/>  
        <use value="work"/> 
    </telecom> 
</CareTeam>