View raw Markdown
type: exampleresource: ManufacturedItemDefinitionexample: manufactureditemdefinition-example

ManufacturedItemDefinition Example: manufactureditemdefinition-example

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<ManufacturedItemDefinition xmlns="http://hl7.org/fhir"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://hl7.org/fhir ../../schema/manufactureditemdefinition.xsd">
  <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>