View raw Markdown
type: exampleresource: SupplyDeliveryexample: supplydelivery-example-mphodelivery

SupplyDelivery Example: supplydelivery-example-mphodelivery

Example XML

<SupplyDelivery xmlns="http://hl7.org/fhir">
  <id value="mphodelivery"/>
  <contained>
    <BiologicallyDerivedProduct>
      <id value = "Item1"/>
      <productCode>
        <coding>
          <code value="E0398"/>
        </coding>
      </productCode>
      <identifier>
        <system value="https://www.isbt128.org/uri/MPHOUniqueIdentifier"/>
        <value value="A9999E0398A999921123456000001"/>
      </identifier>
      <biologicalSourceEvent>
        <system value="https://www.isbt128.org/uri/DonationIdentificationNumber"/>
        <value value="A999921123456"/>
      </biologicalSourceEvent>
      <processingFacility>
        <reference value="Organization/A9999"/>
      </processingFacility>
      <division value="000001"/>
      <productStatus>
        <code value="available"/>
      </productStatus>
      <expirationDate value="2021-08-02T23:59:00-05:00"/>
      <property>
        <type>
          <coding>
            <code value="ABORhD"/>
          </coding>
        </type>
        <valueCodeableConcept>
          <coding>
            <system value="https://www.isbt128.org/uri/ABORhD"/>
            <code value="62"/>
            <display value="A RhD Positive"/>
          </coding>
        </valueCodeableConcept>
      </property>
      <property>
        <type>
          <coding>
            <code value="Donor"/>
          </coding>
        </type>
        <valueCodeableConcept>
          <coding>
            <system value="https://www.isbt128.org/uri/CollectionType"/>
            <code value="V"/>
            <display value="Volunteer"/>
          </coding>
        </valueCodeableConcept>
      </property>
    </BiologicallyDerivedProduct>
  </contained>
  <contained>
    <BiologicallyDerivedProduct>
      <id value = "Item2"/>
      <productCode>
        <coding>
          <code value="E0398"/>
        </coding>
      </productCode>
      <identifier>
        <system value="https://www.isbt128.org/uri/MPHOUniqueIdentifier"/>
        <value value="A9999E0398A999921123457000001"/>
      </identifier>
      <biologicalSourceEvent>
        <system value="https://www.isbt128.org/uri/DonationIdentificationNumber"/>
        <value value="A999921123457"/>
      </biologicalSourceEvent>
      <processingFacility>
        <reference value="Organization/A9999"/>
      </processingFacility>
      <division value="000001"/>
      <productStatus>
        <code value="available"/>
      </productStatus>
      <expirationDate value="2021-07-31T23:59:00-05:00"/>
      <property>
        <type>
          <coding>
            <code value="ABORhD"/>
          </coding>
        </type>
        <valueCodeableConcept>
          <coding>
            <system value="https://www.isbt128.org/uri/ABORhD"/>
            <code value="51"/>
            <display value="O RhD Positive"/>
          </coding>
        </valueCodeableConcept>
      </property>
      <property>
        <type>
          <coding>
            <code value="Donor"/>
          </coding>
        </type>
        <valueCodeableConcept>
          <coding>
            <system value="https://www.isbt128.org/uri/CollectionType"/>
            <code value="V"/>
            <display value="Volunteer"/>
          </coding>
        </valueCodeableConcept>
      </property>
    </BiologicallyDerivedProduct>
  </contained>
  <contained>
    <BiologicallyDerivedProduct>
      <id value = "Item3"/>
      <productCode>
        <coding>
          <code value="E0398"/>
        </coding>
      </productCode>
      <identifier>
        <system value="https://www.isbt128.org/uri/MPHOUniqueIdentifier"/>
        <value value="A9999E0398A999921123458000001"/>
      </identifier>
      <biologicalSourceEvent>
        <system value="https://www.isbt128.org/uri/DonationIdentificationNumber"/>
        <value value="A999921123458"/>
      </biologicalSourceEvent>
      <processingFacility>
        <reference value="Organization/A9999"/>
      </processingFacility>
      <division value="000001"/>
      <productStatus>
        <code value="available"/>
      </productStatus>
      <expirationDate value="2021-08-04T23:59:00-05:00"/>
      <property>
        <type>
          <coding>
            <code value="ABORhD"/>
          </coding>
        </type>
        <valueCodeableConcept>
          <coding>
            <system value="https://www.isbt128.org/uri/ABORhD"/>
            <code value="51"/>
            <display value="O RhD Positive"/>
          </coding>
        </valueCodeableConcept>
      </property>
      <property>
        <type>
          <coding>
            <code value="Donor"/>
          </coding>
        </type>
        <valueCodeableConcept>
          <coding>
            <system value="https://www.isbt128.org/uri/CollectionType"/>
            <code value="V"/>
            <display value="Volunteer"/>
          </coding>
        </valueCodeableConcept>
      </property>
    </BiologicallyDerivedProduct>
  </contained>
  <identifier>
    <system value="https://www.isbt128.org/uri/ProductConsignment" />
    <value value="A999922123450101" />
  </identifier>
  <status value="completed"/>

  <type>
    <coding>
      <system value="http://hl7.org/fhir/supplydelivery-supplyitemtype"/>
      <code value="biologicallyderivedproduct"/>
    </coding>
    <text value="Blood Dispatch"/>
  </type>
  <stage>
    <coding>
      <system value="http://hl7.org/fhir/supplydelivery-stage"/>
      <code value="dispatch"/>
      <display value="Dispatch"/>
    </coding>
  </stage>
  <suppliedItem>
    <quantity>
      <value value="3"/>
    </quantity>
    <itemReference>
      <reference value="#Item1" />
    </itemReference>
  </suppliedItem>
  <suppliedItem>
    <itemReference>
      <reference value="#Item2" />
    </itemReference>
  </suppliedItem>
  <suppliedItem>
    <itemReference>
      <reference value="#Item3" />
    </itemReference>
  </suppliedItem>
</SupplyDelivery>