Canonical Resource Management Infrastructure Implementation Guide
2.0.0-ballot - STU 2 - Ballot International flag

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Example TestCase Group - XML Representation

Page standards status: Informative

Raw xml | Download


<Group xmlns="http://hl7.org/fhir">
  <id value="testcase-example"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Group testcase-example</b></p><a name="testcase-example"> </a><a name="hctestcase-example"> </a><p><b>Test Artifact</b>: <a href="Library-ANCCohort.html">ANC Cohort</a></p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: ANCInclusionCriteriaTestCase</p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href="Patient-example-1.html">Alana Asdf  (no stated gender), DoB: 1993-06-14</a></p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href="Patient-example-2.html">Elisa Dfgh  (no stated gender), DoB: 1997-12-23</a></p></blockquote></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/cqf-testArtifact">
    <valueCanonical value="http://hl7.org/fhir/uv/crmi/Library/ANCCohort"/>
  </extension>
  <type value="person"/>
  <actual value="true"/>
  <name value="ANCInclusionCriteriaTestCase"/>
  <member>
    <entity>🔗 
      <reference value="Patient/example-1"/>
    </entity>
  </member>
  <member>
    <entity>🔗 
      <reference value="Patient/example-2"/>
    </entity>
  </member>
</Group>