FHIR R6 Pharmacy Incubator
0.1.0 - ci-build International flag

FHIR R6 Pharmacy Incubator, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phx-incubator/ and changes regularly. See the Directory of published versions

: FormularyItem Example - XML Representation

Page standards status: Informative

Raw xml | Download


<FormularyItem xmlns="http://hl7.org/fhir">
  <id value="formularyitemexample01"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: FormularyItem formularyitemexample01</b></p><a name="formularyitemexample01"> </a><a name="hcformularyitemexample01"> </a><p><b>status</b>: Active</p><h3>Subjects</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 323418000}, {http://nehta.gov.au/amt/v2 22571011000036102}">Penicillin V (as penicillin V potassium) 25 mg/mL oral solution</span></td></tr></table></div>
  </text>
  <status value="active"/>
  <subject>
    <concept>
      <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>
    </concept>
  </subject>
</FormularyItem>