FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Device/device-example-specimen-container-green-gel-vacutainer (XML)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

device-example-specimen-container-green-gel-vacutainer (id = "device-example-specimen-container-green-gel-vacutainer")

<?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-green-gel-vacutainer"/> 
  <identifier> 
    <system value="http://acme.com/containers/id"/> 
    <value value="345675"/> 
  </identifier> 
  <!--   <displayName value="device-example-specimen-container-green-gel-vacutainer" />
     -->
  <name> 
    <value value="device-example-specimen-container-green-gel-vacutaine"/> 
    <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="tube-type"/> 
        <display value="Tube Type"/> 
      </coding> 
    </type> 
    <valueCodeableConcept> 
      <coding> 
        <system value="http://acme.com/containers/types"/> 
        <code value="green-gel"/> 
        <display value="Green Gel"/> 
      </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="lihep"/> 
        <display value="lithium heparin"/> 
      </coding> 
    </valueCodeableConcept> 
  </property> 
</Device> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.