Open NZ FHIR Implementation Guide
1.2.0 - release

Open NZ FHIR Implementation Guide - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Retrieve Release ID and Component Semver - TTL Representation

Draft as of 2024-11-28

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

 a fhir:OperationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "VersionOperation"] ; # 
  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 VersionOperation</b></p><a name=\"VersionOperation\"> </a><a name=\"hcVersionOperation\"> </a><a name=\"VersionOperation-en-US\"> </a><p>URL: [base]/$version</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>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4B/operationoutcome.html\">OperationOutcome</a></td><td/><td><div><p>Result of the version operation.</p>\n</div></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://ig.opennz.org/OperationDefinition/VersionOperation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.2.0"] ; # 
  fhir:name [ fhir:v "$version"] ; # 
  fhir:title [ fhir:v "Retrieve Release ID and Component Semver"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2024-11-28T22:16:49+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Open Standards NZ"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Open Standards NZ" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://opennz.org" ]     ] )
  ] ) ; # 
  fhir:code [ fhir:v "version"] ; # 
  fhir:system [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:instance [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "return" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v "1"^^xsd:integer ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Result of the version operation." ] ;
fhir:type [ fhir:v "OperationOutcome" ]
  ] ) . #