Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.8.6 - ci-build Chile flag

This page is part of the Chile Core (v1.8.6: STU2 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Ejemplo de Recurso MedicationStatement - XML Representation

Raw xml | Download



<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="354"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationStatement</b><a name="354"> </a></p><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">Resource MedicationStatement &quot;354&quot; </p></div><p><b>status</b>: active</p><p><b>medication</b>: Product containing amoxicillin (medicinal product) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#27658006)</span></p><p><b>subject</b>: <a href="Patient-11.html">Patient/11</a> &quot;&quot;</p></div>
  </text>
  <status value="active"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="27658006"/>
      <display value="Product containing amoxicillin (medicinal product)"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/11"/>
  </subject>
</MedicationStatement>