<?xml version=“1.0” encoding=“UTF-8”?> <MedicinalProductAuthorization 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>
<identifier>
  <system value="http://ema.europa.eu/example/marketingAuthorisationNumber"/>
  <value value="EU/1/11/999/001"/>
</identifier>
<country>
  <coding>
    <system value="http://ema.europa.eu/example/country"/>
    <code value="EU"/>
  </coding>
</country>
<status>
  <coding>
    <system value="http://ema.europa.eu/example/authorisationstatus"/>
    <code value="active"/>
  </coding>
</status>
<statusDate value="2015-01-14"/>
<validityPeriod>
  <start value="2015-08-16"/>
  <end value="2020-05-20"/>
</validityPeriod>
<dataExclusivityPeriod>
  <start value="2010-08-15"/>
  <end value="2020-08-15"/>
</dataExclusivityPeriod>
<dateOfFirstAuthorization value="2010-08-15"/>
<internationalBirthDate value="2010-08-15"/>
<jurisdictionalAuthorization id="1">
  <identifier>
    <system value="http://ema.europa.eu/example/marketingauthorisationnumber"/>
    <value value="123-456-789"/>
  </identifier>
  <country>
    <coding>
      <system value="http://ema.europa.eu/example/countryCode"/>
      <code value="NO"/>
    </coding>
  </country>
</jurisdictionalAuthorization>
<jurisdictionalAuthorization id="2">
  <identifier>
    <system value="http://ema.europa.eu/example/marketingauthorisationnumber"/>
    <value value="123-456-123"/>
  </identifier>
  <country>
    <coding>
      <system value="http://ema.europa.eu/example/countryCode"/>
      <code value="NO"/>
    </coding>
  </country>
</jurisdictionalAuthorization>
<holder>
  <reference value="Organization/example"/>
</holder>
<regulator>
  <reference value="Organization/example"/>
</regulator>
<procedure>
  <identifier>
    <system value="http://ema.europa.eu/example/procedureidentifier-number"/>
    <value value="EMEA/H/C/009999/IA/0099/G"/>
  </identifier>
  <type>
    <coding>
      <system value="http://ema.europa.eu/example/marketingAuthorisationProcedureType"/>
      <code value="VariationTypeIA"/>
    </coding>
  </type>
  <datePeriod>
    <start value="2015-08-02"/>
    <end value="2015-08-21"/>
  </datePeriod>
  <application>
    <identifier>
      <system value="http://ema.europa.eu/example/applicationidentifier-number"/>
      <value value="IA38G"/>
    </identifier>
    <type>
      <coding>
        <system value="http://ema.europa.eu/example/marketingAuthorisationApplicationType"/>
        <code value="GroupTypeIAVariationNotification"/>
      </coding>
    </type>
    <dateDateTime value="2015-08-01"/>
  </application>
</procedure>

</MedicinalProductAuthorization>