TRxHub IG
0.1.0 - ci-build

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

: TRxHub MedicationRequest Example - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="TRxHubMedicationRequestExample"/>
  <meta>
    <profile
             value="https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-medication-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest TRxHubMedicationRequestExample</b></p><a name="TRxHubMedicationRequestExample"> </a><a name="hcTRxHubMedicationRequestExample"> </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-trxhub-medication-request.html">TRxHub MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{urn:oid:2.51.1.3 3818951}">3818951</span></p><p><b>subject</b>: <a href="Patient-TRxHubPatientExample.html">Max Muster (official) Male, DoB: 1985-06-15 ( https://example.external-system.ch/patient-id#123456789)</a></p><p><b>requester</b>: <a href="Practitioner-TRxHubPractitionerExample.html">Practitioner Anna Muster (official)</a></p><p><b>basedOn</b>: <a href="ServiceRequest-TRxHubServiceRequestExampleRegisterNormal.html">ServiceRequest Register Prescription via normal flow</a></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>PatientInstruction</b></td></tr><tr><td style="display: none">*</td><td>Take one tablet daily</td></tr></table><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>1</td></tr></table></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system value="urn:oid:2.51.1.3"/>
      <code value="3818951"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/TRxHubPatientExample"/>
  </subject>
  <requester>🔗 
    <reference value="Practitioner/TRxHubPractitionerExample"/>
  </requester>
  <basedOn>🔗 
    <reference
               value="ServiceRequest/TRxHubServiceRequestExampleRegisterNormal"/>
  </basedOn>
  <dosageInstruction>
    <patientInstruction value="Take one tablet daily"/>
  </dosageInstruction>
  <dispenseRequest>
    <quantity>
      <value value="1"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>