Request

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

<CarePlan 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 - CarePlan: Operation on heart, not started</div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/carePlan"/>  
        <value value="131188874-575769"/> 
    </identifier>  
    <status value="active"/>  
    <intent value="plan"/>  
    <subject> 
        <reference value="Patient/C6AMV7OIUDR2C7CC"/> 
    </subject>  
    <period> 
        <start value="2021-02-07"/> 
    </period>  
    <careTeam> 
        <reference value="CareTeam/C6AMV7QHB2KKBM4D"/> 
    </careTeam>  
    <activity> 
        <detail> 
            <kind value="ServiceRequest"/>  
            <code> 
                <coding> 
                    <system value="http://snomed.info/sct"/>  
                    <code value="64915003"/>  
                    <display value="Operation on heart"/> 
                </coding> 
            </code>  
            <status value="not-started"/>  
            <performer> 
                <reference value="Practitioner/C6AMV7MIIVZ65HZ6"/> 
            </performer> 
        </detail> 
    </activity> 
</CarePlan>