Smart Health Checks
0.3.0 - ci-build
Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions
<Parameters xmlns="http://hl7.org/fhir">
<id value="SHCPatchMedicationStatement"/>
<meta>
<profile
value="https://smartforms.csiro.au/ig/StructureDefinition/SHCPatch"/>
</meta>
<parameter>
<name value="operation"/>
<part>
<name value="type"/>
<valueCode value="replace"/>
</part>
<part>
<name value="path"/>
<valueString value="MedicationStatement.status"/>
</part>
<part>
<name value="value"/>
<valueCode value="completed"/>
</part>
<part>
<name value="pathLabel"/>
<valueString value="Status"/>
</part>
</parameter>
<parameter>
<name value="operation"/>
<part>
<name value="type"/>
<valueCode value="replace"/>
</part>
<part>
<name value="path"/>
<valueString value="MedicationStatement.note[0].text"/>
</part>
<part>
<name value="value"/>
<valueMarkdown value="Worked effectively."/>
</part>
<part>
<name value="pathLabel"/>
<valueString value="Comment"/>
</part>
</parameter>
</Parameters>