@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 -------------------------------------------------------------------

<https://gematik.de/fhir/tiflow-chargeitem/Bundle/ExampleERPCHRGCommunicationSearchset> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleERPCHRGCommunicationSearchset"] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:link ( [
     fhir:relation [ fhir:v "self" ] ;
     fhir:url [
       fhir:v "https://erp-ref.example.org/Communication?received=NULL"^^xsd:anyURI ;
       fhir:l <https://erp-ref.example.org/Communication?received=NULL>
     ]
  ] ) ; # 
  fhir:entry ( [
     fhir:fullUrl [
       fhir:v "https://erp-ref.example.org/Communication/Communication_ChargChangeRequest"^^xsd:anyURI ;
       fhir:l <https://erp-ref.example.org/Communication/Communication_ChargChangeRequest>
     ] ;
     fhir:resource ( <https://erp-ref.example.org/Communication/Communication_ChargChangeRequest> ) ;
     fhir:search [
       fhir:mode [ fhir:v "match" ]
     ]
  ] ) . # 

<https://erp-ref.example.org/Communication/Communication_ChargChangeRequest> a fhir:Communication ;
  fhir:id [ fhir:v "b4cf7f71-3ade-40ab-97a9-929f95af29f2"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://gematik.de/fhir/erpchrg/StructureDefinition/GEM_ERPCHRG_PR_Communication_ChargChangeReq"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/erpchrg/StructureDefinition/GEM_ERPCHRG_PR_Communication_ChargChangeReq>
     ] ) ;
     fhir:tag ( [
       fhir:display [ fhir:v "Communication message sent by patient to pharmacy to request the change of an existing ChargeItem by providing the AccessCode" ]
     ] )
  ] ; # 
  fhir:basedOn ( [
     fhir:l <https://gematik.de/fhir/tiflow-chargeitem/ChargeItem/a51520ec-0899-404f-bb97-fe7d461f90a8?ac=777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea> ;
     fhir:reference [ fhir:v "ChargeItem/a51520ec-0899-404f-bb97-fe7d461f90a8?ac=777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea" ]
  ] ) ; # 
  fhir:status [ fhir:v "unknown"] ; # 
  fhir:sent [ fhir:v "2028-10-01T15:29:00.434+00:00"^^xsd:dateTime] ; # 
  fhir:recipient ( [
     fhir:identifier [
       fhir:system [
         fhir:v "https://gematik.de/fhir/sid/telematik-id"^^xsd:anyURI ;
         fhir:l <https://gematik.de/fhir/sid/telematik-id>
       ] ;
       fhir:value [ fhir:v "3-2-APO-XanthippeVeilchenblau01" ]
     ]
  ] ) ; # 
  fhir:sender [
     fhir:identifier [
       fhir:system [
         fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ;
         fhir:l <http://fhir.de/sid/gkv/kvid-10>
       ] ;
       fhir:value [ fhir:v "P987654321" ]
     ]
  ] ; # 
  fhir:payload ( [
     fhir:content [
       a fhir:String ;
       fhir:v "Bitte meinen Namen in Günther ändern, Waltraud ist falsch."
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

