STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: observation-example-category3-sample-1-FMDCEA - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-example-category3-sample-1-FMDCEA"/>
  <meta>
    <profile
             value="https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-observation-result"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="observation-example-category3-sample-1-FMDCEA"> </a></p><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">Resource Observation &quot;observation-example-category3-sample-1-FMDCEA&quot; </p><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>: id: test1-fmdcea</p><p><b>status</b>: final</p><p><b>code</b>: Foot and Mouth Disease Serotype A: C ELISA for the Detection of Antibodies <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-legacy-analysis-code-system.html">STARS Legacy Analysis Code System</a>#XE10027)</span></p><p><b>effective</b>: 29 Nov 2022, 11:30:10 am</p><p><b>issued</b>: 29 Nov 2022, 11:30:10 am</p><p><b>value</b>: Not detected</p><p><b>interpretation</b>: Not detected <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ObservationInterpretation.html">ObservationInterpretation</a>#ND)</span></p><p><b>specimen</b>: <a href="Specimen-specimen-example-serum-sample-1.html">Specimen/specimen-example-serum-sample-1</a></p></div>
  </text>
  <identifier>
    <value value="test1-fmdcea"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system
              value="https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-analysis-code-system"/>
      <code value="XE10027"/>
      <display
               value="Foot and Mouth Disease Serotype A: C ELISA for the Detection of Antibodies"/>
    </coding>
  </code>
  <effectiveInstant value="2022-11-29T10:30:10+10:00"/>
  <issued value="2022-11-29T10:30:10+10:00"/>
  <valueString value="Not detected"/>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="ND"/>
      <display value="Not detected"/>
    </coding>
  </interpretation>
  <specimen>
    <reference value="Specimen/specimen-example-serum-sample-1"/>
  </specimen>
</Observation>