{
  "resourceType" : "ServiceRequest",
  "id" : "TRxHubServiceRequestExampleRegisterNormal",
  "meta" : {
    "profile" : ["https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-service-request"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [{
    "system" : "https://example.external-system.ch/service-request-id",
    "value" : "SR-001"
  }],
  "status" : "active",
  "intent" : "order",
  "category" : [{
    "coding" : [{
      "system" : "https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-service-request-category",
      "code" : "register-prescription"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://trxhub.mediservice.ch/fhir/CodeSystem/trxhub-service-request-code",
      "code" : "register-normal"
    }]
  },
  "subject" : {
    "reference" : "Patient/TRxHubPatientExample"
  },
  "authoredOn" : "2026-05-01",
  "insurance" : [{
    "reference" : "Coverage/TRxHubCoverageExampleInsurance"
  }]
}