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

: PSA - XML Representation

Raw xml | Download


<ObservationDefinition xmlns="http://hl7.org/fhir">
  <id value="PSA"/>
  <meta>
    <profile
             value="http://fhir.tiro.health/StructureDefinition/LabMeasurement"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ObservationDefinition PSA</b></p><a name="PSA"> </a><a name="hcPSA"> </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-LabMeasurement.html">LabMeasurement</a></p></div><p><b>status</b>: Draft</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 63476009}">Prostate-specific antigen (PSA) measurement (observable entity)</span></p><p><b>permittedUnit</b>: <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html#v3-ucum-ng.47mL">UCUM ng/mL</a>: nanogram per milliliter, <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html#v3-ucum-g.47L">UCUM g/L</a>: gram per liter</p></div>
  </text>
  <status value="draft"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="63476009"/>
      <display
               value="Prostate-specific antigen (PSA) measurement (observable entity)"/>
    </coding>
  </code>
  <permittedUnit>
    <system value="http://unitsofmeasure.org"/>
    <code value="ng/mL"/>
    <display value="nanogram per milliliter"/>
  </permittedUnit>
  <permittedUnit>
    <system value="http://unitsofmeasure.org"/>
    <code value="g/L"/>
    <display value="gram per liter"/>
  </permittedUnit>
</ObservationDefinition>