DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Obs-uslab-example7.xml

Raw XML (canonical form)

USLab Coded Observation Profile Example: C trachomatis PCR (id = "uslab-example7")

Raw XML

<Observation xmlns="http://hl7.org/fhir">
  <id value="uslab-example7"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text><!--    FHIR build is generating the narratives
&lt;text&gt;
    &lt;status value=&quot;generated&quot;/&gt;
    &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
      &lt;ul&gt;
        &lt;li&gt;file: obs-uslab-example3.xml&lt;/li&gt;
        &lt;li&gt;id: uslab-example3&lt;/li&gt;
        &lt;li&gt;Name: USLab Observation Example3&lt;/li&gt;
        &lt;li&gt;USLab Coded Observation Profile Example: C trachomatis PCR&lt;/li&gt;
      &lt;/ul&gt;
    &lt;/div&gt;
  &lt;/text&gt;
   --><!--    extension for specimen reject goes here - not for this use case
  &lt;extension url=&quot;http://hl7.org/fhir/StructureDefinition/uslabspecimenrejectreason&quot;&gt;
    &lt;valueCodeableConcept&gt;
      &lt;coding&gt;
        &lt;system value=&quot;http://hl7.org/fhir/v2/0490&quot;/&gt;
        &lt;code value=&quot;EX&quot;/&gt;
        &lt;display value=&quot;Expired&quot;/&gt;
      &lt;/coding&gt;
    &lt;/valueCodeableConcept&gt;
  &lt;/extension&gt;
   --><!--    extension for observation kind goes here    -->
  <extension url="http://hl7.org/fhir/StructureDefinition/uslabobservationkind">
    <valueCode value="result"/>
  </extension><!--   EH :  The local and LOINC test codes go here    -->
  <code><!--    EH: LOINC code goes here   -->
    <coding>
      <system value="http://loinc.org"/>
      <code value="43304-5"/>
      <display value="Chlamydia trachomatis rRNA [Presence] in Unspecified specimen by Probe and target amplification
       method"/>
    </coding><!--    EH: LOCAL code goes here   -->
    <coding>
      <system value="urn:oid:2.16.840.1.113883.3.72.5.24"/>
      <code value="CTPCR"/>
      <display value="APTIMA CT"/>
    </coding>
    <text value="Chlamydia trachomatis by PCR"/>
  </code><!--   EH :  The local and SNOMED Result codes go here    -->
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="260385009"/>
      <display value="Negative"/>
    </coding>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.3.72.5.24"/>
      <code value="NEG"/>
      <display value="Negative"/>
    </coding>
    <text value="Negative for Chlamydia Trachomatis rRNA"/>
  </valueCodeableConcept><!--     eH dataabsent reason  would go here if valueQuantity was empty e.g.:
  &lt;dataAbsentReason value=&quot;error&quot;&lt;/dataAbsentReason&gt;    -->
  <interpretation>
    <coding>
      <system value="http://hl7.org/fhir/v2/0078"/>
      <code value="N"/>
    </coding>
  </interpretation>
  <appliesDateTime value="2014-12-05"/><!--    EH: Showing dateTime to ss with TZO although only needed to Day    -->
  <issued value="2014-12-06T15:42:15-08:00"/>
  <status value="final"/>
  <identifier>
    <use value="official"/>
    <type>
      <text value="lab test result ID"/>
    </type>
    <system value="http://lis.acmelabs.org/identifiers/labtestresult"/>
    <value value="9012"/>
  </identifier>
  <subject>
    <reference value="Patient/uslab-example1"/>
    <display value="Todd Lerr"/>
  </subject>
  <specimen>
    <reference value="Specimen/uslab-example2"/>
    <display value="Urine First Void"/>
  </specimen>
  <performer>
    <reference value="Practitioner/uslab-example1"/>
    <display value="Dr Leonard T Bloodraw Jr"/>
  </performer>
</Observation>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.