FHIR Terminology Ecosystem IG
1.7.6 - Release International flag

This page is part of the HL7 Terminology Ecosystem IG (v1.7.6: Releases - Informative) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions

: TestCaseVersion - TTL Representation

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:FeatureDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TestCaseVersion"] ; # 
  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: FeatureDefinition TestCaseVersion</b></p><table class=\"grid\"><tr><td>Feature <code>http://hl7.org/fhir/uv/tx-ecosystem/FeatureDefinition/TestCaseVersion</code></td></tr><tr><td><div><p>This feature is used to report the version of the test cases that the application passes. Note that applications are allowed to change this after release if they pass subsequent versions, but are not required to. The value is a code which is the most recent version of the test cases that the version passes supported</p>\n</div></td></tr><tr><td><b>Type: </b>code</td></tr><tr><td><b>Contexts</b><ul><li><a href=\"http://hl7.org/fhir/R5/capabilitystatement.html\">CapabilityStatement</a> element <code>CapabilityStatement</code></li></ul></td></tr><tr><td>This feature doesn't have any qualifiers</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/tx-ecosystem/FeatureDefinition/TestCaseVersion"^^xsd:anyURI] ; # 
  fhir:name [ fhir:v "TestCaseVersion"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:description [ fhir:v "This feature is used to report the version of the test cases that the application passes. Note that applications are allowed to change this after release if they pass subsequent versions, but are not required to. The value is a code which is the most recent version of the test cases that the version passes supported"] ; # 
  fhir:valueType [ fhir:v "code"] ; # 
  fhir:context ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/CapabilityStatement#CapabilityStatement"^^xsd:anyURI] ) . #