<?xml version="1.0" encoding="UTF-8"?>

<Device xmlns="http://hl7.org/fhir">
  <!-- text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>example</p>
    </div>
  </text -->
  <id value="device-example-specimen-container-example-sst-vacutainer"/>
  <identifier>
    <system value="http://acme.com/containers/id"/>
    <value value="345679"/>
  </identifier>
  <!--  <displayName value="SST Tube" />  -->
  <name>
    <value value="SST Tube"/>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/device-nametype"/>
        <code value="registered-name"/>
        <display value="Registered Name"/>
      </coding>
    </type>
  </name>
  <property>
    <type>
      <coding>
        <system value="http://acme.com/containers/codes"/>
        <code value="container-type"/>
        <display value="Container Type"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <coding>
        <system value="http://acme.com/containers/types"/>
        <code value="SST"/>
        <display value="SST Tube"/>
      </coding>
    </valueCodeableConcept>
  </property>
  <property>
    <type>
      <coding>
        <system value="http://acme.com/containers/codes"/>
        <code value="amount"/>
        <display value="Amount"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <coding>
        <system value="http://acme.com/containers/capacities"/>
        <code value="4.5mL"/>
        <display value="4.5 mL"/>
      </coding>
    </valueCodeableConcept>
  </property>
  <property>
    <type>
      <coding>
        <system value="http://acme.com/containers/codes"/>
        <code value="additive"/>
        <display value="Additive"/>
      </coding>
    </type>
    <valueCodeableConcept>
      <coding>
        <system value="http://acme.com/containers/additive"/>
        <code value="gel"/>
        <display value="gel"/>
      </coding>
    </valueCodeableConcept>
  </property>
</Device>