FHIR CI-Build

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

Example FormularyItem/formularyitemexample01 (XML)

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

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

Penicillin V (as penicillin V potassium) 25 mg/mL oral solution (id = "formularyitemexample01")

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

<FormularyItem xmlns="http://hl7.org/fhir">
  <id value="formularyitemexample01"/> 
  <!--   insert contents here   -->
  <code> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="323418000"/> 
      <display value="Penicillin V (as penicillin V potassium) 25 mg/mL oral solution"/> 
    </coding> 
    <coding> 
      <system value="http://nehta.gov.au/amt/v2"/> 
      <code value="22571011000036102"/> 
      <display value="phenoxymethylpenicillin 125 mg / 5 mL oral liquid, 5 mL measure"/> 
    </coding> 
  </code> 
</FormularyItem> 

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.