CHMED Implementation Guide
3.0.0-ci-build - ci-build Switzerland flag

CHMED Implementation Guide, published by IG eMediplan. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/chmed/ and changes regularly. See the Directory of published versions

: Posology - XML Representation

Raw xml | Download



<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="dosage-example"/>
  <meta>
    <profile
             value="http://chmed.emediplan.ch/fhir/StructureDefinition/chmed-card-medicationstatement"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationStatement</b><a name="dosage-example"> </a><a name="hcdosage-example"> </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;dosage-example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-chmed-card-medicationstatement.html">CHMED MedicationStatement</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.1.0/NamingSystem-uri.html" title="As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt 

This oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: 

Note that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.

This OID may also be used in CD.codeSystem.">URI</a>/urn:uuid:ed4f417e-2488-4588-b172-c394bde1d60e</p><p><b>status</b>: active</p><p><b>medication</b>: <a name="hcmedication"> </a></p><blockquote><p/><p><a name="medication"> </a></p><p><a name="hcmedication"> </a></p><p><b>code</b>: Medication example used for dosage examples <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p></blockquote><p><b>subject</b>: <a href="Patient-card1-patient-petermuster.html">Patient/card1-patient-petermuster</a> &quot; MUSTER&quot;</p><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>AdditionalInstruction</b></td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td></tr><tr><td style="display: none">*</td><td>Before meal (qualifier value) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#307165006)</span></td><td>Starting 2023-07-13, Once, Until 2023-08-13</td><td>false</td></tr></table><hr/><blockquote><p><b>Generated Narrative: Medication #medication</b><a name="medication"> </a><a name="hcmedication"> </a></p><p><b>code</b>: Medication example used for dosage examples <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ()</span></p></blockquote></div>
  </text>
  <contained>
    <Medication>
      <id value="medication"/>
      <meta>
        <profile
                 value="http://chmed.emediplan.ch/fhir/StructureDefinition/chmed-medication"/>
      </meta>
      <code>
        <text value="Medication example used for dosage examples"/>
      </code>
    </Medication>
  </contained>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:ed4f417e-2488-4588-b172-c394bde1d60e"/>
  </identifier>
  <status value="active"/>
  <medicationReference>
    <reference value="#medication"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/card1-patient-petermuster"/>
  </subject>
  <dosage>
    <additionalInstruction>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="307165006"/>
        <display value="Before meal (qualifier value)"/>
      </coding>
    </additionalInstruction>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2023-07-13"/>
          <end value="2023-08-13"/>
        </boundsPeriod>
      </repeat>
    </timing>
    <asNeededBoolean value="false"/>
  </dosage>
</MedicationStatement>