Release 5 Preview #3

This page is part of the FHIR Specification (v4.5.0: R5 Preview #3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Medicinalproductdefinition-example.xml

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

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

Jump past Narrative

General example (id = "example")

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

<MedicinalProductDefinition xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative</b> </p> <p> <b> id</b> : example</p> <p> <b> identifier</b> : id: {mpid}</p> <p> <b> classification</b> : <span> B01AF02</span> </p> <p> <b> attachedDocument</b> : <a> Generated Summary: id: example; id: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234; status: current;
           docStatus: preliminary; <span> Outpatient Note</span> ; <span> History and Physical</span> ; <span> Arm</span> ; <span> Outpatient</span> ; <span> General Medicine</span> ; period: 23/12/2004 8:00:00 AM --&gt; 23/12/2004 8:01:00 AM; date: 24/12/2005 9:43:41
           AM; description: Physical; <span> very restricted</span> </a> </p> <p> <b> masterFile</b> : <a> Generated Summary: id: example; id: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234; status: current;
           docStatus: preliminary; <span> Outpatient Note</span> ; <span> History and Physical</span> ; <span> Arm</span> ; <span> Outpatient</span> ; <span> General Medicine</span> ; period: 23/12/2004 8:00:00 AM --&gt; 23/12/2004 8:01:00 AM; date: 24/12/2005 9:43:41
           AM; description: Physical; <span> very restricted</span> </a> </p> <blockquote> <p> <b> name</b> </p> <p> <b> productName</b> : Equilidem 2.5 mg film-coated tablets</p> <blockquote> <p> <b> namePart</b> </p> <p> <b> part</b> : Equilidem</p> <p> <b> type</b> : <span> INV</span> </p> </blockquote> <blockquote> <p> <b> namePart</b> </p> <p> <b> part</b> : 2.5 mg</p> <p> <b> type</b> : <span> STR</span> </p> </blockquote> <blockquote> <p> <b> namePart</b> </p> <p> <b> part</b> : film-coated tablets</p> <p> <b> type</b> : <span> FRM</span> </p> </blockquote> <h3> CountryLanguages</h3> <table> <tr> <td> -</td> <td> <b> Country</b> </td> <td> <b> Jurisdiction</b> </td> <td> <b> Language</b> </td> </tr> <tr> <td> *</td> <td> <span> EU</span> </td> <td> <span> EU</span> </td> <td> <span> EN</span> </td> </tr> </table> </blockquote> <h3> ManufacturingBusinessOperations</h3> <table> <tr> <td> -</td> <td> <b> Type</b> </td> <td> <b> EffectiveDate</b> </td> <td> <b> Authorization</b> </td> </tr> <tr> <td> *</td> <td/>  <td> 2013-03-15 --&gt; (ongoing)</td> <td> <span/>  </td> </tr> </table> </div> </text> <identifier> 
    <system value="http://ema.europa.eu/example/MPID"/> 
    <value value="{mpid}"/> 
  </identifier> 
  <classification> 
    <coding> 
      <system value="http://ema.europa.eu/example/WHOAnatomicalTherapeuticChemicalATCClassificationSystem"/> 
      <code value="B01AF02"/> 
    </coding> 
  </classification> 
  <attachedDocument> 
    <reference value="DocumentReference/example"/> 
  </attachedDocument> 
  <masterFile> 
    <reference value="DocumentReference/example"/> 
  </masterFile> 
  <name> 
    <productName value="Equilidem 2.5 mg film-coated tablets"/> 
    <namePart> 
      <part value="Equilidem"/> 
      <type> 
        <coding> 
          <code value="INV"/> 
        </coding> 
      </type> 
    </namePart> 
    <namePart> 
      <part value="2.5 mg"/> 
      <type> 
        <coding> 
          <code value="STR"/> 
        </coding> 
      </type> 
    </namePart> 
    <namePart> 
      <part value="film-coated tablets"/> 
      <type> 
        <coding> 
          <code value="FRM"/> 
        </coding> 
      </type> 
    </namePart> 
    <countryLanguage> 
      <country> 
        <coding> 
          <system value="http://ema.europa.eu/example/countryCode"/> 
          <code value="EU"/> 
        </coding> 
      </country> 
      <jurisdiction> 
        <coding> 
          <system value="http://ema.europa.eu/example/jurisdictionCode"/> 
          <code value="EU"/> 
        </coding> 
      </jurisdiction> 
      <language> 
        <coding> 
          <system value="http://ema.europa.eu/example/languageCode"/> 
          <code value="EN"/> 
        </coding> 
      </language> 
    </countryLanguage> 
  </name> 
  <manufacturingBusinessOperation> 
    <type> 
      <concept> 
        <coding> 
          <system value="http://ema.europa.eu/example/manufacturingOperationType"/> 
          <code value="Batchrelease"/> 
        </coding> 
      </concept> 
    </type> 
    <effectiveDate> 
      <start value="2013-03-15"/> 
    </effectiveDate> 
    <authorization> 
      <identifier> 
        <system value="http://ema.europa.eu/example/manufacturingAuthorisationReferenceNumber"/> 
        <value value="1324TZ"/> 
      </identifier> 
    </authorization> 
  </manufacturingBusinessOperation> 
</MedicinalProductDefinition> 

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.