GenomeX Data Exchange FHIR IG
0.2.0 - draft

GenomeX Data Exchange FHIR IG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/GenomeX-DataExchange/ and changes regularly. See the Directory of published versions

: SpecimenTissueMale - XML Representation

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="SpecimenTissueMale"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen SpecimenTissueMale</b></p><a name="SpecimenTissueMale"> </a><a name="hcSpecimenTissueMale"> </a><a name="SpecimenTissueMale-en-US"> </a><p><b>identifier</b>: <code>http://myriad.com/identifiers/specimens</code>/03813146-BLD</p><p><b>status</b>: Available</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 1201985008}">Tissue block specimen (specimen)</span></p><p><b>subject</b>: <a href="Patient-PatientMale.html">FName, LName</a></p><p><b>receivedTime</b>: 2023-07-06 17:06:06+0500</p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td><td><b>BodySite</b></td></tr><tr><td style="display: none">*</td><td>2023-07-03 07:03:03+0500</td><td><span title="Codes:{http://snomed.info/sct 129314006}">Biopsy - action</span></td><td><span title="Codes:{http://snomed.info/sct 15497006}">Ovarian structure (body structure)</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://myriad.com/identifiers/specimens"/>
    <value value="03813146-BLD"/>
  </identifier>
  <status value="available"/>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1201985008"/>
      <display value="Tissue block specimen (specimen)"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/PatientMale"/>
    <display value="FName, LName"/>
  </subject>
  <receivedTime value="2023-07-06T17:06:06+05:00"/>
  <collection>
    <collectedDateTime value="2023-07-03T07:03:03+05:00"/>
    <method>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="129314006"/>
        <display value="Biopsy - action"/>
      </coding>
    </method>
    <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="15497006"/>
        <display value="Ovarian structure (body structure)"/>
      </coding>
    </bodySite>
  </collection>
</Specimen>