ELGA e-Medikation (R4) DRAFT
0.1.1 - ci-build

ELGA e-Medikation (R4) DRAFT - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TBD - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/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 ------------------------------------------------------------

<http://hl7.org/fhir/Parameters/Journey-01-01-Request-Body-01.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Parameters/Journey-01-01-Request-Body-01.ttl> .