WildFHIR R4 Enterprise Edition Implementation Guide
1.0.0 - current International flag

WildFHIR R4 Enterprise Edition Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: AEGIS WildFHIR R4 Load Examples - TTL Representation

Active as of 2025-03-26

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:OperationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "wildfhir-operation-load-examples"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition wildfhir-operation-load-examples</b></p><a name=\"wildfhir-operation-load-examples\"> </a><a name=\"hcwildfhir-operation-load-examples\"> </a><a name=\"wildfhir-operation-load-examples-en-US\"> </a><p>URL: [base]/$load-examples</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>baseurl</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>The baseurl value is used to insure search parameter indexing for reference search parameter values is correct for the WildFHIR server's resource repository.</p>\n</div></td></tr><tr><td>IN</td><td>dirpath</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>The dirpath value must point to a valid directory folder on the physical machine hosting the WildFHIR server.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>If successful, the result parameter will contain a string value with further information about the load results (such as a count of resources that were loaded / skipped).</p>\n<p>If unsuccessful, the result parameter will contain a string value with a reason for the failure (e.g. reference integrity issue, security issue, or insufficient privileges).</p>\n</div></td></tr></table><div><p>Implemented in AEGIS WildFHIR R4 FHIR test server - http://wildfhir4.aegis.net/fhir4-0-1</p>\n</div></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://wildfhir4.aegis.net/ig/wildfhir/OperationDefinition/wildfhir-operation-load-examples"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "AEGISWildFHIRR4LoadExamples"] ; # 
  fhir:title [ fhir:v "AEGIS WildFHIR R4 Load Examples"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2025-03-26"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "AEGIS.net, Inc."] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "AEGIS.net, Inc." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.aegis.net" ]     ] )
  ] [
fhir:name [ fhir:v "Richard Ettema" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:richard.ettema@aegis.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This is the WildFHIR R4 Global Load Examples operation. It provides a standardized mechanism to process all files in the specified directory folder in ascending alphanumeric order by filename and create/update them on the target WildFHIR server."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:affectsState [ fhir:v false] ; # 
  fhir:code [ fhir:v "load-examples"] ; # 
  fhir:comment [ fhir:v "Implemented in AEGIS WildFHIR R4 FHIR test server - http://wildfhir4.aegis.net/fhir4-0-1"] ; # 
  fhir:system [ fhir:v true] ; # 
  fhir:type [ fhir:v false] ; # 
  fhir:instance [ fhir:v false] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "baseurl" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The baseurl value is used to insure search parameter indexing for reference search parameter values is correct for the WildFHIR server's resource repository." ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:name [ fhir:v "dirpath" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The dirpath value must point to a valid directory folder on the physical machine hosting the WildFHIR server." ] ;
fhir:type [ fhir:v "string" ]
  ] [
fhir:name [ fhir:v "return" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "If successful, the result parameter will contain a string value with further information about the load results (such as a count of resources that were loaded / skipped).\n\nIf unsuccessful, the result parameter will contain a string value with a reason for the failure (e.g. reference integrity issue, security issue, or insufficient privileges)." ] ;
fhir:type [ fhir:v "string" ]
  ] ) . #