Implementation Guide
Version 1.2.0 - release

: Rezeptanforderung für Patienteneinlösung - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "UC2-Initial-Prescription-Request",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-prescription-request"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest UC2-Initial-Prescription-Request</b></p><a name=\"UC2-Initial-Prescription-Request\"> </a><a name=\"hcUC2-Initial-Prescription-Request\"> </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-erp-service-request-prescription-request.html\">ERP Service Request Rezeptanforderung</a></p></div><p><b>Einlösung durch Patient</b>: true</p><p><b>identifier</b>: <code>https://gematik.de/fhir/erp-servicerequest/sid/RequestIdentifier</code>/1</p><p><b>basedOn</b>: <a href=\"MedicationRequest-Example-Initial-Medication-Request.html\">MedicationRequest: status = active; intent = order; medication[x] = -&gt;Medication 08585997</a></p><p><b>requisition</b>: <code>https://gematik.de/fhir/erp-servicerequest/sid/ProcedureIdentifier</code>/GroupID-UC2</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{https://gematik.de/fhir/erp-servicerequest/CodeSystem/service-request-type-cs prescription-request}\">Anfrage für ein Rezept</span></p><p><b>subject</b>: <a href=\"Patient-Example-Patient.html\">Ludger Königsstein (official) (no stated gender), DoB: 1935-06-22 ( http://fhir.de/sid/gkv/kvid-10#NamingSystemKVID#X234567890)</a></p><p><b>authoredOn</b>: 2025-05-13</p><p><b>requester</b>: <a href=\"Organization-Example-HealthCareService-Organization.html\">Organization Pflegeheim Immergrün</a></p><p><b>note</b>: @2025-05-13 14:23:12+0200</p><blockquote><div><p>Rezeptanfrage zur Einlösung von Herrn Königsstein.</p>\n</div></blockquote></div>"
  },
  "modifierExtension" : [
    {
      "url" : "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/redeem-by-patient-ex",
      "valueBoolean" : true
    }
  ],
  "identifier" : [
    {
      "system" : "https://gematik.de/fhir/erp-servicerequest/sid/RequestIdentifier",
      "value" : "1"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "MedicationRequest/Example-Initial-Medication-Request"
    }
  ],
  "requisition" : {
    "system" : "https://gematik.de/fhir/erp-servicerequest/sid/ProcedureIdentifier",
    "value" : "GroupID-UC2"
  },
  "status" : "active",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "https://gematik.de/fhir/erp-servicerequest/CodeSystem/service-request-type-cs",
        "code" : "prescription-request"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Patient"
  },
  "authoredOn" : "2025-05-13",
  "requester" : {
    🔗 "reference" : "Organization/Example-HealthCareService-Organization"
  },
  "note" : [
    {
      "time" : "2025-05-13T14:23:12+02:00",
      "text" : "Rezeptanfrage zur Einlösung von Herrn Königsstein."
    }
  ]
}