This page is part of the Common Data Models Harmonization FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Group xmlns="http://hl7.org/fhir">
<id value="example"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="Group Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown value="This is an example for the *CDMH Group Profile*."/>
</extension>
<profile value="http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-group"/>
</meta>
<text>
<status value="additional"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>All patients part of a research study </p>
</div>
</text>
<type value="person"/>
<actual value="true"/>
<characteristic>
<code>
<coding>
<system
value="http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-enr-basis-codes"/>
<code value="E"/>
<display value="Encounter Based"/>
</coding>
<text value="Patients part of research study"/>
</code>
<valueCodeableConcept>
<text value="Patients part of Research Study"/>
</valueCodeableConcept>
<exclude value="false"/>
</characteristic>
<member>
<entity>
<reference value="Patient/example"/>
</entity>
<period>
<start value="2014-10-08"/>
</period>
<inactive value="false"/>
</member>
</Group>