This page is part of the SMART Base (v0.2.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Smart Guidelines Documentation Section - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DocumentationSections"] ; #
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: CodeSystem DocumentationSections</b></p><a name=\"DocumentationSections\"> </a><a name=\"hcDocumentationSections\"> </a><a name=\"DocumentationSections-en-US\"> </a><p>This case-insensitive code system <code>http://smart.who.int/base/CodeSystem/DocumentationSections</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">request-trigger<a name=\"DocumentationSections-request-trigger\"> </a></td><td>Request Trigger Events</td></tr><tr><td style=\"white-space:nowrap\">request-semantics<a name=\"DocumentationSections-request-semantics\"> </a></td><td>Request Message Semantics</td></tr><tr><td style=\"white-space:nowrap\">request-actions<a name=\"DocumentationSections-request-actions\"> </a></td><td>Request Expected Actions</td></tr><tr><td style=\"white-space:nowrap\">response-trigger<a name=\"DocumentationSections-response-trigger\"> </a></td><td>Response Trigger Events</td></tr><tr><td style=\"white-space:nowrap\">response-semantics<a name=\"DocumentationSections-response-semantics\"> </a></td><td>Response Message Semantics</td></tr><tr><td style=\"white-space:nowrap\">response-actions<a name=\"DocumentationSections-response-actions\"> </a></td><td>Response Expected Actions</td></tr><tr><td style=\"white-space:nowrap\">security-considerations<a name=\"DocumentationSections-security-considerations\"> </a></td><td>Security Considerations</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://smart.who.int/base/CodeSystem/DocumentationSections"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.0"] ; #
fhir:name [ fhir:v "DocumentationSections"] ; #
fhir:title [ fhir:v "Smart Guidelines Documentation Section"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-04-02T12:10:23+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "WHO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ] ] )
] ) ; #
fhir:description [ fhir:v "CodeSystem for Smart Guidelines Documentation Section to autogenerate documentation from artifacts"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "request-trigger" ] ;
fhir:display [ fhir:v "Request Trigger Events" ]
] [
fhir:code [ fhir:v "request-semantics" ] ;
fhir:display [ fhir:v "Request Message Semantics" ]
] [
fhir:code [ fhir:v "request-actions" ] ;
fhir:display [ fhir:v "Request Expected Actions" ]
] [
fhir:code [ fhir:v "response-trigger" ] ;
fhir:display [ fhir:v "Response Trigger Events" ]
] [
fhir:code [ fhir:v "response-semantics" ] ;
fhir:display [ fhir:v "Response Message Semantics" ]
] [
fhir:code [ fhir:v "response-actions" ] ;
fhir:display [ fhir:v "Response Expected Actions" ]
] [
fhir:code [ fhir:v "security-considerations" ] ;
fhir:display [ fhir:v "Security Considerations" ]
] ) . #