NCPI FHIR Implementation Guide v2
0.1.0 - ci-build

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

: Example biospecimen based on data from CBTN - XML Representation

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="SA-000"/>
  <meta>
    <profile
             value="https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-collected-sample"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen SA-000</b></p><a name="SA-000"> </a><a name="hcSA-000"> </a><a name="SA-000-en-US"> </a><p><b>identifier</b>: SA_RV52EY7S</p><p><b>type</b>: <span title="Codes:">Peripheral Whole Blood</span></p><p><b>subject</b>: <a href="Patient-PT-006SP660.html">Anonymous Patient (no stated gender), DoB Unknown ( https://cbtn.org/#C21156)</a></p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td></tr><tr><td style="display: none">*</td><td><code>Relative date time: </code></td><td><span title="Codes:{https://loinc.org LP125037-4}">Blood Draw</span></td></tr></table><h3>Containers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Identifier</b></td></tr><tr><td style="display: none">*</td><td>BS_9QM8EXG3</td></tr></table></div>
  </text>
  <identifier>
    <value value="SA_RV52EY7S"/>
  </identifier>
  <type>
    <text value="Peripheral Whole Blood"/>
  </type>
  <subject>🔗 
    <reference value="Patient/PT-006SP660"/>
  </subject>
  <collection>
    <collectedDateTime>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime">
        <extension url="target">
          <valueReference>🔗 
            <reference value="Patient/PT-006SP660"/>
          </valueReference>
        </extension>
        <extension url="targetPath">
          <valueString value="None"/>
        </extension>
        <extension url="relationship">
          <valueCode value="after"/>
        </extension>
        <extension url="offset">
          <valueDuration>
            <value value="4931"/>
            <unit value="d"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="days"/>
          </valueDuration>
        </extension>
      </extension>
    </collectedDateTime>
    <method>
      <coding>
        <system value="https://loinc.org"/>
        <code value="LP125037-4"/>
      </coding>
      <text value="Blood Draw"/>
    </method>
  </collection>
  <container>
    <identifier>
      <value value="BS_9QM8EXG3"/>
    </identifier>
  </container>
</Specimen>