<?xml version=“1.0” encoding=“UTF-8”?> <MedicinalProductManufactured xmlns=“hl7.org/fhir”>

  <id value="example"/>
  <meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>
<manufacturedDoseForm>
    <coding>
      <system value="http://ema.europa.eu/example/manufactureddoseform"/>
      <code value="Film-coatedtablet"/>
    </coding>
  </manufacturedDoseForm>
  <unitOfPresentation>
    <coding>
      <system value="http://ema.europa.eu/example/unitofpresentation"/>
      <code value="Tablet"/>
    </coding>
  </unitOfPresentation>
  <quantity>
    <value value="10"/>
    <unit value="1"/>
  </quantity>
  <manufacturer>
    <reference value="Organization/example"/>
  </manufacturer>
  <ingredient>
    <reference value="MedicinalProductIngredient/example"/>
  </ingredient>
  <physicalCharacteristics>
    <shape value="Oval"/>
    <color value="Pink"/>
    <imprint value="894"/>
  </physicalCharacteristics>

</MedicinalProductManufactured>