Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example AtriusIn Medication

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="atrius-in-medication-example"/>
  <meta>
    <profile
             value="https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-medication"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication atrius-in-medication-example</b></p><a name="atrius-in-medication-example"> </a><a name="hcatrius-in-medication-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-atrius-in-medication.html">Atrius India Core Medication</a></p></div><p><b>code</b>: <span title="Codes:">Paracetamol 500 mg tablet</span></p><p><b>manufacturer</b>: <a href="Organization-atrius-in-organization-example.html">Organization AtriusIn General Hospital</a></p><p><b>form</b>: <span title="Codes:">Tablet</span></p><h3>Batches</h3><table class="grid"><tr><td style="display: none">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style="display: none">*</td><td>B2026A</td><td>2027-06-30</td></tr></table></div>
  </text>
  <code>
    <text value="Paracetamol 500 mg tablet"/>
  </code>
  <manufacturer>🔗 
    <reference value="Organization/atrius-in-organization-example"/>
  </manufacturer>
  <form>
    <text value="Tablet"/>
  </form>
  <batch>
    <lotNumber value="B2026A"/>
    <expirationDate value="2027-06-30"/>
  </batch>
</Medication>