C-CDA on FHIR
1.2.0 - STU 1 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 1.2.0 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><b>Generated Narrative: MedicationStatement</b><a name="medication-statement"> </a><a name="hcmedication-statement"> </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;medication-statement&quot; Version &quot;7&quot; Updated &quot;2020-08-13 00:27:42+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #DEai5xNhh8KqJU2w!</p></div><p><b>status</b>: active</p><p><b>medication</b>: lisinopril oral 10 mg <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-rxNorm.html">RxNorm</a>#206765 &quot;Prinivil 10 MG Oral Tablet&quot;)</span></p><p><b>subject</b>: <a href="Patient-example.html">Patient/example: Amy Shaw</a> &quot; NOELLE&quot;</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>