NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: specimen-example-1 - XML Representation

Raw xml | Download



<Specimen xmlns="http://hl7.org/fhir">
  <id value="specimen-example-1"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Specimen</b><a name="specimen-example-1"> </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 Specimen &quot;specimen-example-1&quot; </p></div><p><b>type</b>: Solid Tissue <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v2-0487.html">specimenType</a>#TISS &quot;Tissue&quot;)</span></p><p><b>subject</b>: <a href="Patient-patient-example-1.html">Patient/patient-example-1</a> &quot; SMITH&quot;</p><p><b>receivedTime</b>: </p><h3>Collections</h3><table class="grid"><tr><td>-</td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td>*</td><td/><td>50 uL<span style="background: LightGoldenRodYellow"> (Details: UCUM code uL = 'uL')</span></td><td>Biopsy <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#129314006 &quot;Biopsy - action&quot;)</span></td><td>Central Nervous System <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#21483005 &quot;Structure of central nervous system&quot;)</span></td></tr></table></div>
  </text>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0487"/>
      <code value="TISS"/>
      <display value="Tissue"/>
    </coding>
    <text value="Solid Tissue"/>
  </type>
  <subject>
    <reference value="Patient/patient-example-1"/>
  </subject>
  <receivedTime>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime">
      <extension url="target">
        <valueReference>
          <reference value="Patient/patient-example-1"/>
        </valueReference>
      </extension>
      <extension url="targetPath">
        <valueString value="birthDate"/>
      </extension>
      <extension url="relationship">
        <valueCode value="after"/>
      </extension>
      <extension url="offset">
        <valueDuration>
          <value value="366"/>
          <unit value="d"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="days"/>
        </valueDuration>
      </extension>
    </extension>
  </receivedTime>
  <collection>
    <collectedDateTime>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime">
        <extension url="target">
          <valueReference>
            <reference value="Patient/patient-example-1"/>
          </valueReference>
        </extension>
        <extension url="targetPath">
          <valueString value="birthDate"/>
        </extension>
        <extension url="relationship">
          <valueCode value="after"/>
        </extension>
        <extension url="offset">
          <valueDuration>
            <value value="366"/>
            <unit value="d"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="days"/>
          </valueDuration>
        </extension>
      </extension>
    </collectedDateTime>
    <quantity>
      <value value="50"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="uL"/>
    </quantity>
    <method>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="129314006"/>
        <display value="Biopsy - action"/>
      </coding>
      <text value="Biopsy"/>
    </method>
    <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="21483005"/>
        <display value="Structure of central nervous system"/>
      </coding>
      <text value="Central Nervous System"/>
    </bodySite>
  </collection>
</Specimen>