0.1.0 - ci-build

ExampleIG, published by Example Publisher. 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/gabriel0316/fhir-slicing/ and changes regularly. See the Directory of published versions

: Test - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TestCodeCodingOptionCodeCodingCode"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/StructureDefinition/ExampleComposition2"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/ExampleComposition2>     ] )
  ] ; # 
  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: Composition TestCodeCodingOptionCodeCodingCode</b></p><a name=\"TestCodeCodingOptionCodeCodingCode\"> </a><a name=\"hcTestCodeCodingOptionCodeCodingCode\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ExampleComposition2.html\">Example Composition</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 60591-5}\">Patient summary Document</span></p><p><b>date</b>: 2025-09-09</p><p><b>author</b>: <a href=\"Patient-PatientExample.html\">James Pond  (no stated gender), DoB Unknown</a></p><p><b>title</b>: Test</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:60591-5 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "60591-5" ]     ] )
  ] ; # 
  fhir:date [ fhir:v "2025-09-09"^^xsd:date] ; # 
  fhir:author ( [
fhir:l fhir:Patient/PatientExample ;
fhir:reference [ fhir:v "Patient/PatientExample" ]
  ] ) ; # 
  fhir:title [ fhir:v "Test"] ; # 
  fhir:section ( [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://example.org/CodeSystem/ExampleCompositionSectionsCS"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/ExampleCompositionSectionsCS>         ] ;
fhir:code [ fhir:v "Section1" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">test</div>"^^rdf:XMLLiteral ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://example.org/CodeSystem/ExampleCompositionSectionsCS"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/ExampleCompositionSectionsCS>         ] ;
fhir:code [ fhir:v "Section2" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">test</div>"^^rdf:XMLLiteral ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [
fhir:v "http://example.org/CodeSystem/ExampleCompositionSectionsCS"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/ExampleCompositionSectionsCS>         ] ;
fhir:code [ fhir:v "Section3" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">test</div>"^^rdf:XMLLiteral ]     ]
  ] ) . #