<?xml version="1.0" encoding="UTF-8"?>

<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="TRxHubServiceRequestExampleRegisterNormal"/>
  <meta>
    <profile value="https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-service-request"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ServiceRequest TRxHubServiceRequestExampleRegisterNormal</b></p><a name="TRxHubServiceRequestExampleRegisterNormal"> </a><a name="hcTRxHubServiceRequestExampleRegisterNormal"> </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-service-request.html">TRxHub ServiceRequest</a></p></div><p><b>identifier</b>: <code>https://example.external-system.ch/service-request-id</code>/SR-001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-service-request-category register-prescription}">Register Prescription</span></p><p><b>code</b>: <span title="Codes:{https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-service-request-code register-normal}">Register Prescription via normal flow</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>authoredOn</b>: 2026-05-01</p><p><b>insurance</b>: <a href="Coverage-TRxHubCoverageExampleInsurance.html">Coverage: identifier = urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756012365258974565; status = active; type = Insurance</a></p></div>
  </text>
  <identifier>
    <system value="https://example.external-system.ch/service-request-id"/>
    <value value="SR-001"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-service-request-category"/>
      <code value="register-prescription"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-service-request-code"/>
      <code value="register-normal"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/TRxHubPatientExample"/>
  </subject>
  <authoredOn value="2026-05-01"/>
  <insurance>
    <reference value="Coverage/TRxHubCoverageExampleInsurance"/>
  </insurance>
</ServiceRequest>