Gives information about the Eligibility Criteria section
   
   
    
    
    
   Warning: The new medicine service use case is now retired and you cannot implement it.
 Important: This specification is based on the Professional Records Standards Body's Community Pharmacy Standard V2.2 standard which provides further information on document headings and content for messages:
 
Eligibility Criteria Section Content - NOW RETIRED##
The Eligibility Criteria section carries information about the eligibility criteria. PRSB Elements should be formatted as subheadings in any HTML sent.
Eligibility criteria
When Implementing:
- Vaccinations
 - New Medicine Service - NOW RETIRED
 - Medication Review - NOW RETIRED
 
Include element(s):
| ELIGIBILITY CRITERIA | |||||
|---|---|---|---|---|---|
| Data Item | Description | Cardinality | Values | Mandatory/required/ optional | FHIR Target | 
| Eligibility criteria | Records which specific eligibility criteria have been met for the service. | 0 TO MANY | Free text. This will be derived from the list of eligible criteria published at the time as part of the pharmacy service specification. | Required | Composition.section.text | 
Example Eligibility criteria Section
 Note: These examples have not been clinically assured against Digital Medicines use cases.
Examples are illustrative only.
Examples are illustrative only.
<!--<xml>-->
<!--Eligibility Criteria-->
	<section>
		<title value="Eligibility Criteria"/>
			<code>
				<coding>
					<system value="http://snomed.info/sct"/>
					<code value="61871000000107"/>
					<display value="Eligibility for treatment"/>
				</coding>
			</code>
			<text>
			<status value="additional"/>
			<div xmlns="http://www.w3.org/1999/xhtml">
				<table width="100%">
					<tbody>
					<tr>
						<th>Eligibility criteria</th>
					</tr>
					<tr>
						<td>
						<p>Patient has Chronic Obstructive Pulmonary Disease (COPD).</p>
						</td>
					</tr>
					</tbody>
				</table>
			</div>
			</text>
	</section>
<!--</xml>-->
Coded Resources
This text section should be linked to the following FHIR Resources to provide the textual information in a coded format.
- The Digital Medicines specification does not currently support coded eligibility criteria.