Publish Box goes here
: Flowsheet List Example - TTL Representation
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:List ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Flowsheet"] ; #
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: List Flowsheet</b></p><a name=\"Flowsheet\"> </a><a name=\"hcFlowsheet\"> </a><a name=\"Flowsheet-en-US\"> </a><h2>ValueSet resources</h2><table class=\"clstu\"><tr><td>Date: 2021-03-19 11:39:41+0530 </td><td>Mode: Working List </td><td>Status: Current </td><td>Code: Flowsheet </td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:mode [ fhir:v "working"] ; #
fhir:title [ fhir:v "ValueSet resources"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Flowsheet" ] ] )
] ; #
fhir:date [ fhir:v "2021-03-19T11:39:41+05:30"^^xsd:dateTime] . #