Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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-acetaminophen-500mg-tablets-box-of-20.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

Acetaminophin product, pack and tablet (using contained resources) (id = "Acetamin-500-20-generic")

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

<MedicinalProductDefinition xmlns="http://hl7.org/fhir">
  <id value="Acetamin-500-20-generic"/> 
  <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative</b> </p> <div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px
       solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource &quot;Acetamin-500-20-generic&quot; </p> </div> <p> <b> identifier</b> : id: 12345</p> <h3> Names</h3> <table class="grid"><tr> <td> -</td> <td> <b> ProductName</b> </td> </tr> <tr> <td> *</td> <td> Acetaminophen 500 mg tablets [generic]</td> </tr> </table> </div> </text> <contained> 
    <PackagedProductDefinition> 
      <id value="Acetamin-pack-20"/> 
      <packageFor> 
        <reference value="#"/> 
      </packageFor> 
      <package> 
        <type> 
          <coding> 
            <code value="cardboard box"/> 
          </coding> 
        </type> 
        <!--    the item contained in the pack (note this is a different concept to a "contained" resource,
         above)    -->
        <containedItem> 
          <item> 
            <reference> 
            <reference value="#Acetamin-tab-500"/> 
            </reference> 
          </item> 
          <amount> 
            <value value="20"/> 
          </amount>  
        </containedItem> 
      </package> 
    </PackagedProductDefinition> 
  </contained> 
  <contained> 
    <ManufacturedItemDefinition> 
      <id value="Acetamin-tab-500"/> 
      <status value="active"/>  
      <manufacturedDoseForm> 
        <coding> 
          <code value="tablet"/> 
        </coding> 
      </manufacturedDoseForm> 
    </ManufacturedItemDefinition> 
  </contained> 
  <!--   contained>
    <Ingredient>
      <id value="Acetamin-ing-500"/>
      <status value="active"/>
      <for>
        <reference value="ManufacturedItemDefinition/Acetamin-tab-500"/>
      </for>
      <role>
        <coding>
          <code value="active"/>
        </coding>
      </role>
      <substance>
        <code>
          <concept>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="387517004"/>
            <display value="Acetaminophen"/>
          </coding>
          </concept>
        </code>
        <strength>
          <presentationRatio>
            <numerator>
              <value value="500"/>
              <unit value="mg"/>
            </numerator>
            <denominator>
              <value value="1"/>
              <unit value="tablet"/>
            </denominator>
          </presentationRatio>
        </strength>
      </substance>
    </Ingredient>
  </contained   -->
  <identifier> 
    <system value="http://example.nation.org/drugs"/> 
    <value value="12345"/> 
  </identifier> 
  <name> 
    <productName value="Acetaminophen 500 mg tablets [generic]"/> 
  </name> 
</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.