Using CQL with FHIR
1.0.0-ballot - Ballot International flag

This page is part of the Using CQL with FHIR Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Example Evaluation Result Parameters - XML Representation

Raw xml | Download



<Parameters xmlns="http://hl7.org/fhir">
  <id value="cql-evaluationresult-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/cql/StructureDefinition/cql-evaluationresult"/>
  </meta>
  <parameter>
    <name value="Is pregnancy confirmed"/>
    <valueBoolean>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
        <valueCode value="unknown"/>
      </extension>
    </valueBoolean>
  </parameter>
</Parameters>