Results with less than specific value

back to homepage

Approval Status

  • Approval Status: Approved
  • Example Task Force: 12/15/2013
  • SDWG approved: 4/16/2015
  • SDWG approved minor edits: 11/12/2015
  • SDWG C-CDA R2.1 Upgrade: 12/1/2016

C-CDA 2.1 Example:

  • 2.16.840.1.113883.10.20.22.2.3.1:2015-08-01
  • 2.16.840.1.113883.10.20.22.4.1:2015-08-01
  • 2.16.840.1.113883.10.20.22.4.119
  • 2.16.840.1.113883.10.20.22.4.2:2015-08-01

Reference to full CDA sample:

  • Results in empty CCD

Validation location

Comments

  • This is an example of how to encode "less than or equal to" a specific range when returned from lab equipment. The example is for BNP, an immunoassay where the lower threshold for detection is often 5 pg/mL. The lower bound of the interval is zero in this example, even though this is none may be specified, since zero is the lower bound for measures of physical quantity. This example also includes a structured reference range.

Custodian

  • John D'Amore jdamore@diameterhealth.com (GitHub: jddamore)

Keywords

  • Results

Permalink

Links

 

Example: download example view on GitHub

<section>
	<templateId root="2.16.840.1.113883.10.20.22.2.3.1"/>
	<templateId root="2.16.840.1.113883.10.20.22.2.3.1" extension="2015-08-01"/>
	<!-- Results Section with Coded Entries Required-->
	<code code="30954-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
		displayName="Relevant diagnostic tests and/or laboratory data"/>
	<title>Results</title>
	<text>
		<table border="1">
			<thead>
				<tr>
					<th>Description</th>
					<th>Value / Unit</th>
					<th>Interpretation</th>
					<th>Reference Range</th>
				</tr>
			</thead>
			<tbody>
				<tr>
					<th colspan="4">Natriuretic Peptide B [Mass/Volume] In Blood at 10-20-2013 9:08a
					</th>
				</tr>
				<tr>
					<td ID="SomeReferenceGoesHere2">Natriuretic Peptide B [Mass/Volume] In
						Blood</td>
					<td>&lt;= 5pg/dL</td>
					<td>Normal</td>
					<td>0-100 pg/dL</td>
				</tr>
			</tbody>
		</table>
	</text>
	<entry>
		<organizer classCode="BATTERY" moodCode="EVN">
			<templateId root="2.16.840.1.113883.10.20.22.4.1"/>
			<templateId root="2.16.840.1.113883.10.20.22.4.1" extension="2015-08-01"/>
			<id root="df0f809e-f0a9-4a30-aad0-92b5cc868b67"/>
			<code code="42637-9" displayName="Natriuretic Peptide B [Mass/Volume] In Blood"
				codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
			<statusCode code="completed"/>
			<effectiveTime>
				<low value="201310200908-0500"/>
				<high value="201310200908-0500"/>
			</effectiveTime>
			<component>
				<observation classCode="OBS" moodCode="EVN">
					<templateId root="2.16.840.1.113883.10.20.22.4.2"/>
					<templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2015-08-01"/>
					<id root="df0f809e-f0a9-4a30-aad0-92b5cc868b67"/>
					<code code="42637-9" displayName="Natriuretic Peptide B [Mass/Volume] In Blood"
						codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
					<text>
						<reference value="#SomeReferenceGoesHere2"/>
					</text>
					<statusCode code="completed"/>
					<effectiveTime value="201310200908-0500"/>
					<!-- Representing a result of less than with type of interval -->
					<value xsi:type="IVL_PQ">
						<!-- The lower bound for most physical measures of less than will be zero-->
						<!-- Note that if the inclusive attribute is not specified, then it defaults to true -->
						<low value="0" unit="pg/mL" inclusive="true"/>
						<!-- The upper bound is based upon information returned in lab result, such as less than or equal to 5pg/mL (Note this is different than less than)-->
						<!-- Note that if the inclusive attribute is not specified, then it defaults to true -->
						<high value="5" unit="pg/mL" inclusive="true"/>
					</value>
					<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83" displayName="Normal" />
					<referenceRange>
						<observationRange>
							<!-- Reference ranges can be expressed as structured physical quantity interval-->
							<value xsi:type="IVL_PQ">
								<low value="0" unit="pg/mL"/>
								<high value="100" unit="pg/mL"/>
							</value>
							<!-- This interpretation code denotes that this reference range is for normal results. This is not the interpretation a specific patient value-->
							<interpretationCode code="N" codeSystem="2.16.840.1.113883.5.83" displayName="Normal" />
						</observationRange>
					</referenceRange>
				</observation>
			</component>
		</organizer>
	</entry>
</section>
  1. C-CDA Example Search Help

    C-CDA Example Search Results
    This screen displays the results of executing the example search criteria against the existing examples recorded in the example database.

  2. Search Criteria Panel

    This panel allow you to further refine your queries and narrow the results

  3. Text Search Words

    Use this field to enter words related to your search. These words can appear in the title, the comments or as part of a special list of keywords associated with the example. The search words should be entered with spaces separating the items.

  4. Filter by example status

    By selecting the various statuses, the search results can be limited to only the example that are set to the selected status(es). By removing all status selections, the filtering is removed and examples from all statuses will be returned (based on any other filtering).

  5. Select only ONC Certified examples

    These are samples referenced in a government rule or certification companion guide.

  6. Execute the search based on the criteria entered (or retrieve all examples if no criteria specified).

  7. The number of results that match the query parameters can be found here.

  8. Use this link to jump back to the initial page of the application (that lists the sections).

  9. This columns list the names of the examples that match the criteria (and the comment for each example).

  10. This columns lists the area in the C-CDA specification (the specification is broken into distinct topics for the various exchangeable documents, the common header, and the sections that occur within the exchangeable documents) that the example demonstrates.

  11. This columns lists the state of the example in the example verification and approval process.

  12. You can select to download the examples directly or navigate to page with the full detailed description of the example.

  13. Tour Complete

    Return to the C-CDA Example Search Results page.