MIABIS on FHIR Implementation Guide
1.0.0 - CI Build

MIABIS on FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SampleInstance - XML Representation

Raw xml | Download


<Specimen xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Specimen example</b></p><a name="example"> </a><a name="hcexample"> </a><a name="example-en-US"> </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-miabis-sample.html">Sample</a></p></div><p><b>Sample Collection</b>: <code>https://directory.bbmri-eric.eu/</code>/bbmri:exampleID</p><p><b>identifier</b>: sampleId</p><p><b>type</b>: <span title="Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-detailed-samply-type-cs BuffyCoat}">Buffy coat</span></p><p><b>subject</b>: <a href="Patient-example.html">Anonymous Patient Male, DoB: 1980-01-01 ( donorId)</a></p><h3>Collections</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Collected[x]</b></td></tr><tr><td style="display: none">*</td><td>2011-04-05 13:00:00+0000</td></tr></table><h3>Processings</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Extension</b></td></tr><tr><td style="display: none">*</td><td/></tr></table><p><b>note</b>: This is a restriction of sample usage</p></div>
  </text>
  <extension
             url="https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-collection-extension">
    <valueIdentifier>
      <system value="https://directory.bbmri-eric.eu/"/>
      <value value="bbmri:exampleID"/>
    </valueIdentifier>
  </extension>
  <identifier>
    <value value="sampleId"/>
  </identifier>
  <type>
    <coding>
      <system
              value="https://fhir.bbmri-eric.eu/CodeSystem/miabis-detailed-samply-type-cs"/>
      <code value="BuffyCoat"/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <collection>
    <collectedDateTime value="2011-04-05T13:00:00Z"/>
  </collection>
  <processing>
    <extension
               url="https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-storage-temperature-extension">
      <valueCodeableConcept>
        <coding>
          <system
                  value="https://fhir.bbmri-eric.eu/CodeSystem/miabis-storage-temperature-cs"/>
          <code value="RT"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </processing>
  <note>
    <text value="This is a restriction of sample usage"/>
  </note>
</Specimen>