Tiro.health Implementation Guide
0.1.0 - ci-build

Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example PSA Result (4.2 ng/mL) - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="example-psa-result"/>
  <meta>
    <profile value="http://fhir.tiro.health/StructureDefinition/LabResult"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation example-psa-result</b></p><a name="example-psa-result"> </a><a name="hcexample-psa-result"> </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-LabResult.html">Laboratory Analyte Result</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 63476009}">Prostate specific antigen measurement</span></p><p><b>effective</b>: 2026-05-16 08:23:00+0200</p><p><b>issued</b>: 2026-05-16 11:05:00+0200</p><p><b>value</b>: 4.2 ng/mL<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeng/mL = 'ng/mL')</span></p><p><b>note</b>: </p><blockquote><div><p>Sample slightly haemolysed; result interpreted with caution.</p>
</div></blockquote><p><b>method</b>: <span title="Codes:{http://snomed.info/sct 726449005}">Immunoassay technique</span></p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td><div><p>&lt;4.0 ng/mL for males over 50</p>
</div></td></tr></table></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="63476009"/>
      <display value="Prostate specific antigen measurement"/>
    </coding>
  </code>
  <effectiveDateTime value="2026-05-16T08:23:00+02:00"/>
  <issued value="2026-05-16T11:05:00+02:00"/>
  <valueQuantity>
    <value value="4.2"/>
    <unit value="ng/mL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="ng/mL"/>
  </valueQuantity>
  <note>
    <text
          value="Sample slightly haemolysed; result interpreted with caution."/>
  </note>
  <method>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="726449005"/>
      <display value="Immunoassay technique"/>
    </coding>
  </method>
  <referenceRange>
    <text value="&lt;4.0 ng/mL for males over 50"/>
  </referenceRange>
</Observation>