TIFlow - Verordnungen für Arzneimittel
Version 2.0.0-ballot.1 - ci-build

: Zweites Beispiel Medikamentenabgabe - 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:MedicationDispense ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-MedicationDispense-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|2.0"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense?version=2.0>     ] )
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"^^xsd:anyURI ;
fhir:l <https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId>     ] ;
fhir:value [ fhir:v "160.000.033.491.280.78" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:l fhir:Medication/SimpleMedication ;
fhir:reference [ fhir:v "Medication/SimpleMedication" ]
  ] ; # 
  fhir:subject [
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 "X123456789" ]     ]
  ] ; # 
  fhir:performer ( [
fhir:actor [
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-SMC-B-Testkarte-883110000095957" ]       ]     ]
  ] ) ; # 
  fhir:whenHandedOver [ fhir:v "2028-10-01"^^xsd:date] . #