Implementation Guide
Version 1.2.0 - release

: Rezeptanforderung der Pflegeeinrichtung - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "UC1-Initial-Prescription-Request",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-prescription-request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest UC1-Initial-Prescription-Request</b></p><a name=\"UC1-Initial-Prescription-Request\"> </a><a name=\"hcUC1-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>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-UC1</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Urgent</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>occurrence</b>: 2025-05-14 12:00:00+0200</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>reasonCode</b>: <span title=\"Codes:{https://gematik.de/fhir/erp-servicerequest/CodeSystem/medication-request-reason-cs exhausted-range}\">Medikament läuft am 15.05.2025 aus. Es sind noch 7 stk übrig.</span></p><p><b>note</b>: @2025-05-13 14:23:12+0200</p><blockquote><div><p>Wird weiterhin benötigt, bitte um Verlängerung.</p>\n</div></blockquote></div>"
  },
  "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-UC1"
  },
  "status" : "active",
  "intent" : "order",
  "priority" : "urgent",
  "code" : {
    "coding" : [
      {
        "system" : "https://gematik.de/fhir/erp-servicerequest/CodeSystem/service-request-type-cs",
        "code" : "prescription-request"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Patient"
  },
  "occurrenceDateTime" : "2025-05-14T12:00:00+02:00",
  "authoredOn" : "2025-05-13",
  "requester" : {
    🔗 "reference" : "Organization/Example-HealthCareService-Organization"
  },
  "reasonCode" : [
    {
      "extension" : [
        {
          "url" : "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/remaining-supply-ex",
          "valueQuantity" : {
            "value" : 7,
            "unit" : "Stück"
          }
        }
      ],
      "coding" : [
        {
          "system" : "https://gematik.de/fhir/erp-servicerequest/CodeSystem/medication-request-reason-cs",
          "code" : "exhausted-range"
        }
      ],
      "text" : "Medikament läuft am 15.05.2025 aus. Es sind noch 7 stk übrig."
    }
  ],
  "note" : [
    {
      "time" : "2025-05-13T14:23:12+02:00",
      "text" : "Wird weiterhin benötigt, bitte um Verlängerung."
    }
  ]
}