C-CDA on FHIR
2.0.0-ballot - STU 2 Ballot United States of America flag

C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions

: medication-statement - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="medication-statement"/>
  <meta>
    <versionId value="7"/>
    <lastUpdated value="2020-08-13T00:27:42.879+00:00"/>
    <source value="#DEai5xNhh8KqJU2w"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement medication-statement</b></p><a name="medication-statement"> </a><a name="hcmedication-statement"> </a><a name="medication-statement-en-US"> </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">version: 7; Last updated: 2020-08-13 00:27:42+0000; </p><p style="margin-bottom: 0px">Information Source: #DEai5xNhh8KqJU2w</p></div><p><b>status</b>: Active</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 206765}">lisinopril oral 10 mg</span></p><p><b>subject</b>: <a href="Patient-example.html">Amy Shaw</a></p><p><b>effective</b>: 2010-05-01 --&gt; (ongoing)</p><p><b>dateAsserted</b>: 2016-05-01 16:13:03+0000</p></div>
  </text>
  <status value="active"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="206765"/>
      <display value="Prinivil 10 MG Oral Tablet"/>
    </coding>
    <text value="lisinopril oral 10 mg"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/example"/>
    <display value="Amy Shaw"/>
  </subject>
  <effectivePeriod>
    <start value="2010-05-01"/>
  </effectivePeriod>
  <dateAsserted value="2016-05-01T16:13:03Z"/>
</MedicationStatement>