3.26 Formulary Response
Parameters
| product | |
| code | http://hl7.org/fhir/NamingSystem/ca-hc-din 00312770: APO PREDNISONE TAB 5MG (prednisone 5 mg oral tablet) APOTEX INC | 
| coverage | Fully covered (qualifier value) | 
| costSymbol | $ | 
| unitCost | 0.75 CAD | 
| costRange | $0.05 to $1.00 | 
| costUnit | per tablet | 
| manufacturedProductUrl | http://somewhere.org/some-monograph-url.pdf | 
| conditionalCoverageUrl | http://somewhere.org/some-coverage-url.pdf | 
| product | |
| code | http://hl7.org/fhir/NamingSystem/ca-hc-din 00312770: NU-PREDNISONE 5 MG TAB | 
| coverage | Fully covered (qualifier value) | 
| costSymbol | $$ | 
| costRange | $5.00 to $20.00 | 
| costUnit | per tablet | 
| manufacturedProductUrl | http://somewhere.org/some-monograph-url.pdf | 
| conditionalCoverageUrl | http://somewhere.org/some-coverage-url.pdf | 
        Raw XML
        
    
<Parameters xmlns="http://hl7.org/fhir">
  <id value="example-formulary-response"/>
<!--  The actual instance would have a UUID as the id  -->
  <meta>
    <profile
             value="http://prescribeit.ca/fhir/StructureDefinition/profile-parameters-formulary-response"/>
    <tag>
      <system
              value="https://fhir.infoway-inforoute.ca/CodeSystem/sharedspecificationversion"/>
      <code value="PrescribeIT5.0"/>
    </tag>
  </meta>
  <parameter>
    <name value="product"/>
    <part>
      <name value="code"/>
      <valueCoding>
        <system value="http://hl7.org/fhir/NamingSystem/ca-hc-din"/>
        <code value="00312770"/>
        <display
                 value="APO PREDNISONE TAB 5MG (prednisone 5 mg oral tablet) APOTEX INC"/>
      </valueCoding>
    </part>
    <part>
      <name value="coverage"/>
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="22711000087108"/>
        </coding>
      </valueCodeableConcept>
    </part>
    <part>
      <name value="costSymbol"/>
      <valueString value="$"/>
    </part>
    <part>
      <name value="unitCost"/>
      <valueQuantity>
        <value value="0.75"/>
        <system value="urn:iso:std:iso:4217"/>
        <code value="CAD"/>
      </valueQuantity>
    </part>
    <part>
      <name value="costRange"/>
      <valueString value="$0.05 to $1.00"/>
    </part>
    <part>
      <name value="costUnit"/>
      <valueString value="per tablet"/>
    </part>
    <part>
      <name value="manufacturedProductUrl"/>
      <valueUri value="http://somewhere.org/some-monograph-url.pdf"/>
    </part>
    <part>
      <name value="conditionalCoverageUrl"/>
      <valueUri value="http://somewhere.org/some-coverage-url.pdf"/>
    </part>
  </parameter>
  <parameter>
    <name value="product"/>
    <part>
      <name value="code"/>
      <valueCoding>
        <system value="http://hl7.org/fhir/NamingSystem/ca-hc-din"/>
        <code value="00312770"/>
        <display value="NU-PREDNISONE 5 MG TAB"/>
      </valueCoding>
    </part>
    <part>
      <name value="coverage"/>
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="22711000087108"/>
        </coding>
      </valueCodeableConcept>
    </part>
    <part>
      <name value="costSymbol"/>
      <valueString value="$$"/>
    </part>
    <part>
      <name value="costRange"/>
      <valueString value="$5.00 to $20.00"/>
    </part>
    <part>
      <name value="costUnit"/>
      <valueString value="per tablet"/>
    </part>
    <part>
      <name value="manufacturedProductUrl"/>
      <valueUri value="http://somewhere.org/some-monograph-url.pdf"/>
    </part>
    <part>
      <name value="conditionalCoverageUrl"/>
      <valueUri value="http://somewhere.org/some-coverage-url.pdf"/>
    </part>
  </parameter>
</Parameters>