MyHealth@Eu Hospital Discharge Report
0.0.1 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example MedicationStatement - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="ExampleMedicationStatement"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement ExampleMedicationStatement</b></p><a name="ExampleMedicationStatement"> </a><a name="hcExampleMedicationStatement"> </a><a name="ExampleMedicationStatement-en-US"> </a><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-status-reason on-hold}">On hold</span></p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1049624}">Atorvastatin 10 MG Oral Tablet</span></p><p><b>subject</b>: <a href="Patient-ExampleHDRPatient.html">John Albertus Doe  Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))</a></p><p><b>effective</b>: 2023-11-01 08:00:00+0100</p><p><b>dateAsserted</b>: 2023-11-15 12:00:00+0100</p><p><b>informationSource</b>: <a href="Practitioner/example">Practitioner/example</a></p><p><b>reasonCode</b>: <span title="Codes:{http://snomed.info/sct 44054006}">Hypercholesterolemia</span></p><h3>Dosages</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style="display: none">*</td><td>Take one tablet daily in the morning.</td><td>Once per 1 days</td><td><span title="Codes:{http://snomed.info/sct 26643006}">Oral route</span></td></tr></table></div>
  </text>
  <status value="active"/>
  <statusReason>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medication-statement-status-reason"/>
      <code value="on-hold"/>
      <display value="On hold"/>
    </coding>
  </statusReason>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="1049624"/>
      <display value="Atorvastatin 10 MG Oral Tablet"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/ExampleHDRPatient"/>
  </subject>
  <effectiveDateTime value="2023-11-01T08:00:00+01:00"/>
  <dateAsserted value="2023-11-15T12:00:00+01:00"/>
  <informationSource>
    <reference value="Practitioner/example"/>
  </informationSource>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="44054006"/>
      <display value="Hypercholesterolemia"/>
    </coding>
  </reasonCode>
  <dosage>
    <text value="Take one tablet daily in the morning."/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
    </route>
  </dosage>
</MedicationStatement>