Smart Health Checks
0.3.0 - ci-build Australia flag

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

: SHCPatchCondition1 - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="SHCPatchCondition1"/>
  <meta>
    <profile
             value="https://smartforms.csiro.au/ig/StructureDefinition/SHCPatchCondition"/>
  </meta>
  <parameter>
    <name value="operation"/>
    <part>
      <name value="type"/>
      <valueCode value="add"/>
    </part>
    <part>
      <name value="path"/>
      <valueString value="Condition"/>
    </part>
    <part>
      <name value="name"/>
      <valueString value="clinicalStatus"/>
    </part>
    <part>
      <name value="value"/>
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
          <code value="unknown"/>
          <display value="Unknown"/>
        </coding>
      </valueCodeableConcept>
    </part>
    <part>
      <name value="pathLabel"/>
      <valueString value="Clinical status"/>
    </part>
  </parameter>
  <parameter>
    <name value="operation"/>
    <part>
      <name value="type"/>
      <valueCode value="add"/>
    </part>
    <part>
      <name value="path"/>
      <valueString value="Condition"/>
    </part>
    <part>
      <name value="name"/>
      <valueString value="abatement"/>
    </part>
    <part>
      <name value="value"/>
      <valueDateTime value="2025-08-13"/>
    </part>
    <part>
      <name value="pathLabel"/>
      <valueString value="Abatement date"/>
    </part>
  </parameter>
</Parameters>