FHIR CI-Build

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

Example BiologicallyDerivedProduct/example (XML)

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

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

Example of biologicallyderivedproduct (id = "example")

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

<BiologicallyDerivedProduct xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <!--   <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">[Put rendering here]</div>
  </text>   -->
  <productCode> 
    <coding> 
      <code value="E0398"/> 
    </coding> 
  </productCode> 
  <identifier> 
    <system value="https://www.isbt128.org/uri/MPHOUniqueIdentifier"/> 
    <value value="A9999E0398A999921123456A00000"/> 
  </identifier> 
  <biologicalSourceEvent> 
    <system value="https://www.isbt128.org/uri/DonationIdentificationNumber"/> 
    <value value="A999921123456"/> 
  </biologicalSourceEvent> 
  <processingFacility> 
    <reference value="Organization/example"/> 
  </processingFacility> 
  <division value="A00000"/> 
  <productStatus> 
    <code value="available"/> 
  </productStatus> 
  <expirationDate value="2021-08-02T23:59:00-05:00"/> 
  <storageTempRequirements> 
    <low> 
      <value value="1"/> 
      <unit value="degrees C"/> 
      <system value="http://unitsofmeasure.org"/> 
    </low> 
    <high> 
      <value value="6"/> 
      <unit value="degrees C"/> 
      <system value="http://unitsofmeasure.org"/> 
    </high> 
  </storageTempRequirements> 
  <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> 

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.