Implementation Guide
TIFlow - Verordnungen für Arzneimittel
Version 2.0.0-ballot.2 - ballot

: Example request parameters for Rx operations - 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/ExampleRxOperationRequestParameters> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleRxOperationRequestParameters"] ;
  fhir:Parameters.parameter [
     fhir:index 0 ;
     fhir:Parameters.parameter.name [ fhir:value "accessCode" ] ;
     fhir:Parameters.parameter.valueString [ fhir:value "777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea" ]
  ], [
     fhir:index 1 ;
     fhir:Parameters.parameter.name [ fhir:value "secret" ] ;
     fhir:Parameters.parameter.valueString [ fhir:value "A1B2C3D4E5" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Parameters/ExampleRxOperationRequestParameters.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Parameters/ExampleRxOperationRequestParameters.ttl> .