View raw Markdown
type: exampleresource: Deviceexample: device-example-specimen-container-polycup

Device Example: device-example-specimen-container-polycup

device-example-specimen-container-polycup

Narrative

example

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<Device xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/device.xsd"><!--text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>example</p>
    </div>
  </text--><id value="device-example-specimen-container-polycup"/>
    <identifier>
    <system value="http://acme.com/containers/id"/>
    <value value="345675"/>
  </identifier>
  <!-- <displayName value="100mL Sterile Polycup" /> -->
  <name>
    <value value="100mL Sterile Polycup"/>
    <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="100mlcup"/>
                <display value="100 mL Sterile Polycup"/>
            </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="100mL"/>
                <display value="100 mL"/>
            </coding>
    </valueCodeableConcept>
  </property>
</Device>