Request

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

<MedicationStatement xmlns="http://hl7.org/fhir">  
    <text> 
        <status value="generated"/>  
        <div xmlns="http://www.w3.org/1999/xhtml">  
            <p>Aspirin 81mg chewable tablet - Taking 1 tablet four times daily as needed for pain</p> 
        </div> 
    </text>  
    <identifier> 
        <system value="http://happyvalley.com/medicationstatement"/>  
        <value value="wqf3DfPm1Yvlg7"/> 
    </identifier>  
    <status value="active"/>  
    <medicationCodeableConcept> 
        <coding> 
            <system value="http://snomed.info/sct"/>  
            <code value="370164001"/>  
            <display value="Aspirin 81mg chewable tablet"/> 
        </coding> 
    </medicationCodeableConcept>  
    <subject> 
        <reference value="Patient/C6AMXPLHQHUKLXVV"/> 
    </subject>  
    <effectiveDateTime value="2017-10-12"/>  
    <dateAsserted value="2017-10-12"/>  
    <informationSource> 
        <reference value="Patient/C6AMXPLHQHUKLXVV"/> 
    </informationSource>  
    <reasonCode> 
        <coding> 
            <system value="http://snomed.info/sct"/>  
            <code value="22253000"/>  
            <display value="Pain"/> 
        </coding> 
    </reasonCode>  
    <note> 
        <text value="Patient indicates they miss the occasional dose"/> 
    </note>  
    <dosage> 
        <text value="one tablet four times daily as needed for pain"/>  
        <timing> 
            <repeat> 
                <frequency value="4"/>  
                <period value="1"/>  
                <periodUnit value="d"/> 
            </repeat> 
        </timing>  
        <asNeededBoolean value="true"/>  
        <route> 
            <coding> 
                <system value="http://snomed.info/sct"/>  
                <code value="260548002"/>  
                <display value="Oral"/> 
            </coding> 
        </route>  
        <doseAndRate> 
            <type> 
                <coding> 
                    <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>  
                    <code value="ordered"/>  
                    <display value="Ordered"/> 
                </coding> 
            </type>  
            <doseQuantity> 
                <value value="1"/> 
            </doseQuantity> 
        </doseAndRate>  
        <maxDosePerPeriod> 
            <numerator> 
                <value value="4"/>  
                <unit value="tablets"/>  
                <system value="http://snomed.info/sct"/>  
                <code value="385055001"/> 
            </numerator>  
            <denominator> 
                <value value="1"/>  
                <system value="http://unitsofmeasure.org"/>  
                <code value="d"/> 
            </denominator> 
        </maxDosePerPeriod> 
    </dosage> 
</MedicationStatement>