STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: observation-example-category3-bat-ABLVPt - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-example-category3-bat-ABLVPt"/>
  <meta>
    <profile
             value="https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-observation-result"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation observation-example-category3-bat-ABLVPt</b></p><a name="observation-example-category3-bat-ABLVPt"> </a><a name="hcobservation-example-category3-bat-ABLVPt"> </a><a name="observation-example-category3-bat-ABLVPt-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-csiro-stars-observation-result.html">CSIRO STARS Observation Result Profile</a></p></div><p><b>identifier</b>: example obs 1</p><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{https://ontoacdp.csiro.au/fhir/CodeSystem/stars-analysis-code-system XR10002}">Australian Bat Lyssavirus - Pteropid RT - TaqMan Assay</span></p><p><b>effective</b>: 2022-11-28 10:30:10+1000</p><p><b>issued</b>: 2022-11-29 10:30:10+1000</p><p><b>value</b>: 36.6 Cycle Threshold</p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation POS}">Positive</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 315010001}">Polymerase chain reaction observation</span></p><p><b>value</b>: 36.8 Cycle Threshold</p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation DET}">Detected</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 315010001}">Polymerase chain reaction observation</span></p><p><b>value</b>: 36.4 Cycle Threshold</p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation DET}">Detected</span></p></blockquote></div>
  </text>
  <identifier>
    <value value="example obs 1"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="https://ontoacdp.csiro.au/fhir/CodeSystem/stars-analysis-code-system"/>
      <code value="XR10002"/>
      <display
               value="Australian Bat Lyssavirus - Pteropid RT - TaqMan Assay"/>
    </coding>
  </code>
  <effectiveInstant value="2022-11-28T10:30:10+10:00"/>
  <issued value="2022-11-29T10:30:10+10:00"/>
  <valueQuantity>
    <value value="36.6"/>
    <unit value="Cycle Threshold"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="POS"/>
      <display value="Positive"/>
    </coding>
  </interpretation>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="315010001"/>
        <display value="Polymerase chain reaction observation"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="36.8"/>
      <unit value="Cycle Threshold"/>
    </valueQuantity>
    <interpretation>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
        <code value="DET"/>
        <display value="Detected"/>
      </coding>
    </interpretation>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="315010001"/>
        <display value="Polymerase chain reaction observation"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="36.4"/>
      <unit value="Cycle Threshold"/>
    </valueQuantity>
    <interpretation>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
        <code value="DET"/>
        <display value="Detected"/>
      </coding>
    </interpretation>
  </component>
</Observation>