BBMRI.de/GBA Implementation Guide
1.2.0 - CI Build

BBMRI.de/GBA Implementation Guide - Local Development build (v1.2.0). See the Directory of published versions

: 0-specimen - XML Representation

Raw xml | Download



<Specimen xmlns="http://hl7.org/fhir">
  <id value="0-specimen"/>
  <meta>
    <profile value="https://fhir.bbmri.de/StructureDefinition/Specimen"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Specimen</b><a name="0-specimen"> </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;0-specimen&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-Specimen.html">Specimen</a></p></div><p><b>Storage Temperature</b>: Degrees Celsius 2 to 10 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-StorageTemperature.html">Storage Temperature</a>#temperature2to10)</span></p><p><b>Custodian</b>: <a href="Organization-exampleCollection.html">Organization/exampleCollection</a> &quot;Venous and arterial blood from misc patients internal reserve&quot;</p><p><b>Sample Diagnosis</b>: Unknown <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-OtherSampleDiagnosis.html">Other Sample Diagnosis</a>#unknown)</span></p><p><b>type</b>: Whole blood <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-SampleMaterialType.html">Sample Material Type</a>#whole-blood)</span></p><p><b>subject</b>: <a href="Patient-0.html">Patient/0</a></p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td><td><b>FastingStatus[x]</b></td></tr><tr><td style="display: none">*</td><td>2005-06-17</td><td>C26.8 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (unknown#C26.8)</span></td><td>The patient indicated they did not fast prior to the procedure. <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v2-0916.html">relevantClincialInformation</a>#NF)</span></td></tr></table></div>
  </text>
  <extension
             url="https://fhir.bbmri.de/StructureDefinition/StorageTemperature">
    <valueCodeableConcept>
      <coding>
        <system value="https://fhir.bbmri.de/CodeSystem/StorageTemperature"/>
        <code value="temperature2to10"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension url="https://fhir.bbmri.de/StructureDefinition/Custodian">
    <valueReference>
      <reference value="Organization/exampleCollection"/>
    </valueReference>
  </extension>
  <extension url="https://fhir.bbmri.de/StructureDefinition/SampleDiagnosis">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://fhir.bbmri.de/CodeSystem/OtherSampleDiagnosis"/>
        <code value="unknown"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <type>
    <coding>
      <system value="https://fhir.bbmri.de/CodeSystem/SampleMaterialType"/>
      <code value="whole-blood"/>
    </coding>
  </type>
  <subject>
    <reference value="Patient/0"/>
  </subject>
  <collection>
    <collectedDateTime value="2005-06-17"/>
    <bodySite>
      <coding>
        <system value="urn:oid:1.3.6.1.4.1.19376.1.3.11.36"/>
        <code value="C26.8"/>
      </coding>
    </bodySite>
    <fastingStatusCodeableConcept>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0916"/>
        <code value="NF"/>
      </coding>
    </fastingStatusCodeableConcept>
  </collection>
</Specimen>