@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:List ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "Flowsheet"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: List Flowsheet

ValueSet resources

Date: 2021-03-19 11:39:41+0530 Mode: Working List Status: Current Code: Flowsheet
Items
" ] ; # 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] . # # -------------------------------------------------------------------------------------