@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.hl7.at/elga/emed/r4/Bundle/at-emed-journey-01-01-03-bundle-durchgefuehrte-abgaben> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "at-emed-journey-01-01-03-bundle-durchgefuehrte-abgaben"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2026-09-17T09:30:35.855-04:00"^^xsd:dateTime ]
  ] ;
  fhir:Bundle.type [ fhir:value "searchset"] ;
  fhir:Bundle.total [ fhir:value "0"^^xsd:nonNegativeInteger] ;
  fhir:Bundle.link [
     fhir:index 0 ;
     fhir:Bundle.link.relation [ fhir:value "self" ] ;
     fhir:Bundle.link.url [ fhir:value "[base]/MedicationDispense?recorded=lt2025-01-01" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.hl7.at/elga/emed/r4/Bundle/at-emed-journey-01-01-03-bundle-durchgefuehrte-abgaben.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

