Draft PH Core Implementation Guide
0.1.0 - ci-build Philippines

Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. 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/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: medication-single-example - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="medication-single-example"/>
  <meta>
    <profile
             value="http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-medication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Twinact (Telmisartan + Amlodipine) 40mg/5mg tablet from PH FDA CPR.</div>
  </text>
  <code>
    <coding>
      <system value="https://verification.fda.gov.ph/"/>
      <code value="DRP-10144"/>
      <display value="Twinact"/>
    </coding>
    <text value="Twinact 40mg/5mg tablet"/>
  </code>
  <form>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385055001"/>
      <display value="Tablet"/>
    </coding>
  </form>
</Medication>