Request

OperationupdateCreate CarePlan
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/CarePlan/9dcd12c25153437997247fa4dcbd474b
ResourceCarePlanId9dcd12c25153437997247fa4dcbd474b
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">  
    <id value="9dcd12c25153437997247fa4dcbd474b"/>  
    <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-6986"/> 
    </identifier>  
    <status value="active"/>  
    <intent value="plan"/>  
    <subject> 
        <reference value="Patient/c8c2a1a29256484da0f15ca347eb51a3"/> 
    </subject>  
    <period> 
        <start value="2021-02-07"/> 
    </period>  
    <careTeam> 
        <reference value="CareTeam/2cf67e6be2cd464c9637b0102c8b5d1f"/> 
    </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/abae3902383847ea85283a67575206e7"/> 
            </performer> 
        </detail> 
    </activity> 
</CarePlan>