Care Coordination Management
0.0.1 - ci-build Estonia (EST)

Care Coordination Management, published by Helex OÜ. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/helexlab/ig-ccm/ and changes regularly. See the Directory of published versions

: Example of CCM MedicationStatement - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="medication-statement-ccm-example"/>
  <meta>
    <profile
             value="http://helex.org/ig/ccm/StructureDefinition/medication-statement-ccm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement medication-statement-ccm-example</b></p><a name="medication-statement-ccm-example"> </a><a name="hcmedication-statement-ccm-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-medication-statement-ccm.html">MedicationStatementCcm</a></p></div><p><b>status</b>: Recorded</p><h3>Medications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td><a href="#hcmedication-statement-ccm-example/medication-ccm-example">Medication </a></td></tr></table><p><b>subject</b>: <a href="Patient-patient-ccm-example.html">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</a></p><p><b>effective</b>: 2023-10-15 09:00:00+0000</p><h3>Reasons</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{https://helex.org/fhir/CodeSystem/ccm-meds-reasons 392570002}">Vererõhk</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Patient reports taking medication as prescribed.</p>
</div></blockquote><blockquote><p><b>dosage</b></p><p><b>text</b>: Take one tablet daily</p><p><b>timing</b>: Morning, Evening, Once</p><p><b>asNeeded</b>: false</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1 tablet<span style="background: LightGoldenRodYellow"> (Details: UCUM  codetablet = 'tablet')</span></td></tr></table></blockquote><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Medication #medication-ccm-example</b></p><a name="medication-statement-ccm-example/medication-ccm-example"> </a><a name="hcmedication-statement-ccm-example/medication-ccm-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-medication-ccm.html">MedicationCcm</a></p></div><p><b>code</b>: <span title="Codes:">Amlodipine</span></p><p><b>status</b>: Active</p><blockquote><p><b>ingredient</b></p><h3>Items</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Amlodipine</span></td></tr></table><p><b>strength</b>: 5 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></p></blockquote></blockquote></div>
  </text>
  <contained>
    <Medication>
      <id value="medication-ccm-example"/>
      <meta>
        <profile
                 value="http://helex.org/ig/ccm/StructureDefinition/medication-ccm"/>
      </meta>
      <code>
        <text value="Amlodipine"/>
      </code>
      <status value="active"/>
      <ingredient>
        <item>
          <concept>
            <text value="Amlodipine"/>
          </concept>
        </item>
        <strengthQuantity>
          <value value="5"/>
          <unit value="mg"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="mg"/>
        </strengthQuantity>
      </ingredient>
    </Medication>
  </contained>
  <status value="recorded"/>
  <medication>
    <reference>
      <reference value="#medication-ccm-example"/>
    </reference>
  </medication>
  <subject>🔗 
    <reference value="Patient/patient-ccm-example"/>
  </subject>
  <effectiveDateTime value="2023-10-15T09:00:00+00:00"/>
  <reason>
    <concept>
      <coding>
        <system value="https://helex.org/fhir/CodeSystem/ccm-meds-reasons"/>
        <code value="392570002"/>
        <display value="Vererõhk"/>
      </coding>
    </concept>
  </reason>
  <note>
    <text value="Patient reports taking medication as prescribed."/>
  </note>
  <dosage>
    <text value="Take one tablet daily"/>
    <timing>
      <repeat>
        <when value="MORN"/>
        <when value="EVE"/>
      </repeat>
    </timing>
    <asNeeded value="false"/>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="tablet"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>