Implementation Guide
Version 1.2.0 - release

: Rezeptanforderung für Patienteneinlösung - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:_ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "UC2-Initial-Prescription-Request"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-prescription-request"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-prescription-request>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:modifierExtension ( [
fhir:url [ fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/redeem-by-patient-ex"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://gematik.de/fhir/erp-servicerequest/sid/RequestIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "MedicationRequest/Example-Initial-Medication-Request" ]
  ] ) ; # 
  fhir:requisition [
fhir:system [ fhir:v "https://gematik.de/fhir/erp-servicerequest/sid/ProcedureIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GroupID-UC2" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://gematik.de/fhir/erp-servicerequest/CodeSystem/service-request-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prescription-request" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Patient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-05-13"^^xsd:date] ; # 
  fhir:requester [
fhir:reference [ fhir:v "Organization/Example-HealthCareService-Organization" ]
  ] ; # 
  fhir:note ( [
fhir:time [ fhir:v "2025-05-13T14:23:12+02:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Rezeptanfrage zur Einlösung von Herrn Königsstein." ]
  ] ) . #