De-Identification, Anonymization, Redaction Toolkit Services
0.1.0 - STU1 Release 1 - Standard for Trial-Use United States of America flag

De-Identification, Anonymization, Redaction Toolkit Services, published by HL7 International / Cross Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-darts/ and changes regularly. See the Directory of published versions

: null - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="de-identified-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/uds-plus/StructureDefinition/uds-plus-medicationstatement"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement de-identified-example</b></p><a name="de-identified-example"> </a><a name="hcde-identified-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-uds-plus-medicationstatement.html">De-Identified UDS Plus MedicationStatement</a></p></div><p><b>status</b>: Active</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 476872}">Nizatidine 15 MG/ML Oral Solution</span></p><p><b>subject</b>: <a href="Patient-de-identified-example.html">Anonymous Patient Female, DoB Unknown</a></p><p><b>effective</b>: 2008</p><p><b>dateAsserted</b>: 2008</p><blockquote><p><b>dosage</b></p><p><b>text</b>: 10 mL bid</p><p><b>timing</b>: 2 per 1 day</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>10 ml<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemL = 'mL')</span></td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="476872"/>
      <display value="Nizatidine 15 MG/ML Oral Solution"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/de-identified-example"/>
  </subject>
  <effectiveDateTime value="2008"/>
  <dateAsserted value="2008"/>
  <dosage>
    <text value="10 mL bid"/>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2008-04-05"/>
        </boundsPeriod>
        <frequency value="2"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="10"/>
        <unit value="ml"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mL"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>