Result with Multiple Reference Ranges

back to homepage

Approval Status

  • Approval Status: Approved
  • Example Task Force: 3/22/2018
  • SDWG: 10/1/2018

C-CDA 2.1 Example:

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

Reference to full CDA sample:

  • Results in empty CCD

Validation location

Comments

  • This is an example of a value from a lab result with multiple reference ranges: Negative (less than), Bordeline (equal), and Positive (greater than).

Custodian

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

Keywords

  • Results

Permalink

Links

 

Example: download example view on GitHub

<!-- **************************** RESULTS ************************************** -->
			<component>
				<section>
					<!-- conforms to Results section with entries optional -->
					<templateId root="2.16.840.1.113883.10.20.22.2.3" extension="2015-08-01"/>
					<!-- Results section with entries required -->
					<templateId root="2.16.840.1.113883.10.20.22.2.3.1" extension="2015-08-01"/>
					<code code="30954-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"
						displayName="Relevant diagnostic tests/laboratory data Narrative"/>
					<title>RESULTS</title>
					<text>
						<table>
							<thead>
								<tr> 
									<th>Test Name</th>
									<th>Results</th>
									<th>Reference Range</th>
									<th>Interpretation</th>
								</tr>
							</thead>
							<tbody>
								<tr ID="result1">
									<td>Antinuclear Antibodies, IFA</td>
									<td>Borderline, equal to 1:80</td>
									<td>Negative: &lt;1:80 Borderline: 1:80 Positive: &gt;1:80</td>
									<td>Abnormal</td>
								</tr>
							</tbody>
						</table>
					</text>
					<entry typeCode="DRIV">
						<organizer classCode="BATTERY" moodCode="EVN">
							<!-- ** Result organizer (V3) ** -->
							<templateId root="2.16.840.1.113883.10.20.22.4.1" extension="2015-08-01"/>
							<templateId root="2.16.840.1.113883.10.20.22.4.1"/>
							<id root="7d5a02b0-67a4-11db-bd13-0800200c9a66"/>
							<code code="5048-4" displayName="Nuclear Ab [Titer] in Serum by Immunofluorescence" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" />
							<statusCode code="completed"/>
							<effectiveTime>
								<low value="201703191230-0800"/>
								<high value="201703191230-0800"/>
							</effectiveTime>
							<component>
								<observation classCode="OBS" moodCode="EVN">
									<!-- ** Result observation (V3) ** -->
									<templateId root="2.16.840.1.113883.10.20.22.4.2" extension="2015-08-01"/>
									<templateId root="2.16.840.1.113883.10.20.22.4.2"/>
									<id root="107c2dc0-67a5-11db-bd13-0800200c9a66"/>
									<code code="5048-4" displayName="Nuclear Ab [Titer] in Serum by Immunofluorescence" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC"/>
										<text>
											<reference value="#result1"/>
										</text>
									<statusCode code="completed"/>
									<effectiveTime value="201703191230-0800"/>
									<value xsi:type="ST">
										Borderline, equal to 1:80
									</value>
									<!-- Borderline is considered abnormal -->
									<interpretationCode code="A" displayName="Abnormal" codeSystem="2.16.840.1.113883.5.83"/>
									<author typeCode="AUT">
										<templateId root="2.16.840.1.113883.10.20.22.4.119"/>
										<time value="201703191230-0800"/>
										<assignedAuthor>
											<id extension="333444444" root="2.16.840.1.113883.4.6"/>
											<code code="246Q00000X" displayName="&quot;Technologists, Technicians &amp; Other Technical Service Providers&quot;; &quot;Specialist/Technologist, Pathology&quot;" codeSystem="2.16.840.1.113883.6.101" codeSystemName="Healthcare Provider Taxonomy (HIPAA)"/>
										</assignedAuthor>
									</author>
									<!-- Example showing multiple referenceRanges-->
									<referenceRange>
										<observationRange>
											<!--  Negative being less than 1:80) as indicated in the text tag ** -->
											<text>Negative, less than 1:80</text>
											<value xsi:type="ST">
											     less than 1:80 
											</value>
											<!-- Note that the interprentationCode is Normal -->
											<interpretationCode code="N" displayName="Normal" codeSystem="2.16.840.1.113883.5.83"/>
										</observationRange>
									</referenceRange>
									<referenceRange>
										<observationRange>
											<!-- Represents a Borderline being exactly 1:80 ** as indicated in the text tag -->
											<text>Borderline, equal to 1:80</text>
											<value xsi:type="ST">
												equal to 1:80 
											</value>
											<!-- Note that Borderline is considered Abnormal -->
											<interpretationCode code="A" displayName="Abnormal" codeSystem="2.16.840.1.113883.5.83"/>
										</observationRange>
									</referenceRange>
									<referenceRange>
										<observationRange>
											<!-- Represents a Positive being greater than 1:80)as indicated in the text tag ** -->
											<text>Positive, greater than 1:80</text>
											<value xsi:type="ST">
											     greater than 1:80 
											</value>
											<!-- Note that the interprentationCode is Abnormal -->
											<interpretationCode code="A" displayName="Abnormal" codeSystem="2.16.840.1.113883.5.83"/>
										</observationRange>
									</referenceRange>
								</observation>
							</component>
						</organizer>
					</entry>
				</section>
			</component>
  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.