View raw Markdown
type: exampleresource: Medicationexample: medicationexample1

Medication Example: medicationexample1

Name element only populated - Amoxicillin 250mg/5ml Suspension

Narrative

Amoxicillin 250mg/5ml Suspension

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<Medication xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://hl7.org/fhir ../../schema/medication.xsd"
 xmlns="http://hl7.org/fhir">
  <id value="medicationexample1"/>

  <!-- this example includes the code text element only -->

  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Amoxicillin 250mg/5ml Suspension</div>
  </text>

  <code>
    <text value="Amoxicillin 250mg/5ml Suspension"/>
  </code>
</Medication>