FHIR R6 API Incubator
0.1.0 - ci-build International flag

FHIR R6 API Incubator, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/api-incubator-ig/ and changes regularly. See the Directory of published versions

: GraphDefinition-examples - TTL Representation

Page standards status: Informative

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:List ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "GraphDefinition-examples"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List GraphDefinition-examples</b></p><a name=\"GraphDefinition-examples\"> </a><a name=\"hcGraphDefinition-examples\"> </a><table class=\"clstu\"><tr><td>Mode: Working List </td><td>Status: Current </td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"GraphDefinition-example.html\">example</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:mode [ fhir:v "working"] ; # 
  fhir:entry ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/build/StructureDefinition/description"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "GraphDefinition example"       ]     ] [
fhir:url [ fhir:v "http://hl7.org/fhir/build/StructureDefinition/title"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "graphdefinition-example"       ]     ] ) ;
fhir:item [
fhir:reference [ fhir:v "GraphDefinition/example" ] ;
fhir:display [ fhir:v "example" ]     ]
  ] ) . #