@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/Parameters/Journey-01-01-Request-Body-01> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Journey-01-01-Request-Body-01"] ;
  fhir:Parameters.parameter [
     fhir:index 0 ;
     fhir:Parameters.parameter.name [ fhir:value "tbd" ] ;
     fhir:Parameters.parameter.valueString [ fhir:value "tbd" ]
  ], [
     fhir:index 1 ;
     fhir:Parameters.parameter.name [ fhir:value "tbd2" ] ;
     fhir:Parameters.parameter.valueString [ fhir:value "tbd2" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir.hl7.at/elga/emed/r4/Parameters/Journey-01-01-Request-Body-01.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

