FHIR CI-Build

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

Example ManufacturedItemDefinition/example (XML)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

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

General example of a film-coated tablet (id = "example")

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

<ManufacturedItemDefinition xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <status value="active"/> 
  <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> 
  <manufacturer> 
    <reference value="Organization/example"/> 
  </manufacturer> 
  <property> 
    <type> 
      <coding> 
        <code value="shape"/> 
      </coding> 
    </type> 
    <valueCodeableConcept> 
      <text value="Oval"/> 
    </valueCodeableConcept> 
  </property> 
  <property> 
    <type> 
      <coding> 
        <code value="color"/> 
      </coding> 
    </type> 
    <valueCodeableConcept> 
      <text value="pink"/> 
    </valueCodeableConcept> 
  </property> 
  <property> 
    <type> 
      <coding> 
        <code value="imprint"/> 
      </coding> 
    </type> 
    <valueCodeableConcept> 
      <text value="894"/> 
    </valueCodeableConcept> 
  </property> 
</ManufacturedItemDefinition> 

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.