Result with greater than a specified value

back to homepage

Approval Status

  • Approval Status: Approved
  • Example Task Force: 3/19/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 "greater than" (but not equal to) a specific range when returned from lab equipment. The example is for a point-of-care glucometer, which measures blood sugar for diabetics. Often these devices may have an upper bound, 500 mg/dL is shown in this example. An inclusive tag of false is shown to demonstrate a non-inclusive range. The upper bound of the interval is positive infinity in this example. This example also includes two structured reference ranges for normal and high.

    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">Glucose [Mass/Volume] In Capillary Blood at 03-02-2014 9:08a</th>
				</tr>
				<tr>
					<td ID="SomeReferenceGoesHere4">Glucose [Mass/Volume] In Capillary Blood</td>
					<td>&gt; 500 mg/dL</td>
					<td>High - Above Instrument Scale</td>
					<td>80-140 mg/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="cda1fc54-59fb-412d-86e0-acf6b78aa9a6"/>
			<code code="32016-8" displayName="Glucose [Mass/Volume] In Capillary Blood"
				codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
			<statusCode code="completed"/>
			<effectiveTime>
				<low value="2014030200908-0500"/>
				<high value="2014030200908-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="cda1fc54-59fb-412d-86e0-acf6b78aa9a6"/>
					<code code="32016-8" displayName="Glucose [Mass/Volume] In Capillary Blood"
						codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
					<text>
						<reference value="#SomeReferenceGoesHere4"/>
					</text>
					<statusCode code="completed"/>
					<effectiveTime value="201403020908-0500"/>
					<!-- Representing a result higher than the measurement range of an instrument. -->
					<!-- Example is that a point-of-care glucose meter may return >500 for very high glucose values-->
					<value xsi:type="IVL_PQ">
						<!-- The lower bound represents the minimum value based on lab result-->
						<!-- We've shown a greater than (NOT greater than or equal to) in this example. -->
						<!-- Note that if the inclusive attribute is not specified, then it defaults to true -->
						<low value="500" unit="mg/dL" inclusive="false"/>
						<!-- The upper bound is set to nullFlavor of positive infinity since it could be any number greater than 500-->
						<high nullFlavor="PINF"/>
					</value>
					<!-- Interpretation states that this is high off instrument scale. Critically high could also be denoted by "HH"-->
					<interpretationCode code=">" codeSystem="2.16.840.1.113883.5.83"/>
					<referenceRange>
						<observationRange>
							<!-- Reference ranges can be expressed as structured physical quantity interval-->
							<value xsi:type="IVL_PQ">
								<low value="80" unit="mg/dL"/>
								<high value="140" unit="mg/dL"/>
							</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>
					<referenceRange>
						<observationRange>
							<!-- Reference ranges can be expressed as structured physical quantity interval-->
							<value xsi:type="IVL_PQ">
								<low value="140" unit="mg/dL"/>
								<high value="500" unit="mg/dL"/>
							</value>
							<!-- This interpretation code denotes that this reference range is for hight results. This is not the interpretation a specific patient value-->
							<interpretationCode code="H" codeSystem="2.16.840.1.113883.5.83" displayName="High" />
						</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.