Mobile Antepartum Summary
1.0.0 - trial-use International flag

Mobile Antepartum Summary, published by IHE Patient Care Coordination Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.mAPS/ and changes regularly. See the Directory of published versions

: ex-medicationStatement - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="ex-medicationStatement"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"/>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement ex-medicationStatement</b></p><a name="ex-medicationStatement"> </a><a name="hcex-medicationStatement"> </a><a name="ex-medicationStatement-en-US"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-category outpatient}">Outpatient</span></p><p><b>medication</b>: <span title="Codes:{http://snomed.info/sct 27658006}">Product containing amoxicillin (medicinal product)</span></p><p><b>subject</b>: <a href="Patient-ex-Patient-AmandaAlvarez.html">Mandy  Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></p><p><b>effective</b>: 2023-01-02</p><p><b>dateAsserted</b>: 2023-01-08</p><p><b>informationSource</b>: <a href="Patient-ex-Patient-AmandaAlvarez.html">Mandy  Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></p><p><b>note</b>: indicates they miss the occasional dose</p><blockquote><p><b>dosage</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: 5ml three times daily</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 385268001}">Oral dose form</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}">Ordered</span></td><td>5 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemL = 'mL')</span></td></tr></table><p><b>maxDosePerPeriod</b>: 3 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeml = 'ml')</span>/1 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeml = 'ml')</span></p></blockquote></div>
  </text>
  <status value="active"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medication-statement-category"/>
      <code value="outpatient"/>
    </coding>
  </category>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="27658006"/>
      <display value="Product containing amoxicillin (medicinal product)"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/ex-Patient-AmandaAlvarez"/>
  </subject>
  <effectiveDateTime value="2023-01-02"/>
  <dateAsserted value="2023-01-08"/>
  <informationSource>🔗 
    <reference value="Patient/ex-Patient-AmandaAlvarez"/>
  </informationSource>
  <note>
    <text value="indicates they miss the occasional dose"/>
  </note>
  <dosage>
    <sequence value="1"/>
    <text value="5ml three times daily"/>
    <asNeededBoolean value="false"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="385268001"/>
      </coding>
    </route>
    <doseAndRate>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="ordered"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="5"/>
        <unit value="mL"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </doseQuantity>
    </doseAndRate>
    <maxDosePerPeriod>
      <numerator>
        <value value="3"/>
        <unit value="mL"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="ml"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="mL"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="ml"/>
      </denominator>
    </maxDosePerPeriod>
  </dosage>
</MedicationStatement>