0.1.0 - ci-build

collabreefhirdocumentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SampleMedicationRequest - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="SampleMedicationRequest"/>
  <meta>
    <profile
             value="https://fhir.collabree.com/fhir/StructureDefinition/collabree-medication-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest SampleMedicationRequest</b></p><a name="SampleMedicationRequest"> </a><a name="hcSampleMedicationRequest"> </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-collabree-medication-request.html">Collabree Medication Request Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>medication</b>: <a href="Medication/123">Medication/123</a></p><p><b>subject</b>: <a href="Patient-SamplePatient.html">Anonymous Patient (no stated gender), DoB Unknown</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code , Once per 1 week</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.5 pc</td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <intent value="plan"/>
  <medicationReference>
    <reference value="Medication/123"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/SamplePatient"/>
  </subject>
  <dosageInstruction>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2025-10-10T00:00:00.000Z"/>
        </boundsPeriod>
        <period value="1"/>
        <periodUnit value="wk"/>
        <dayOfWeek value="mon"/>
        <timeOfDay value="10:25:00"/>
      </repeat>
      <code>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-TimingEvent"/>
          <code value="AC"/>
          <display value="before meal"/>
        </coding>
      </code>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="1.5"/>
        <unit value="pc"/>
        <system value="http://unitsofmeasure.org"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>