@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:List ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "unified-Rendering"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "" ] ; # fhir:status [ fhir:v "current"] ; # fhir:mode [ fhir:v "working"] ; # fhir:title [ fhir:v "Unified Rendering Manifest"] ; # fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/hl7TermMaintInfra"^^xsd:anyURI ] ; fhir:code [ fhir:v "UTGCTGManifest" ] ] ) ] ; # fhir:orderedBy [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/list-order"^^xsd:anyURI ] ; fhir:code [ fhir:v "alphabetic" ] ] ) ] ; # fhir:entry ( [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/conceptdomains" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/hl7TermMaintInfra" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/hl7-work-group" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/v3-hl7Realm" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "CodeSystem/utg-concept-properties" ] ; fhir:type [ fhir:v "CodeSystem"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "ValueSet/mif-conceptRelationshipKind" ] ; fhir:type [ fhir:v "ValueSet"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "ValueSet/mif-conceptRelationshipReflexivity" ] ; fhir:type [ fhir:v "ValueSet"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "ValueSet/mif-conceptRelationshipSymmetry" ] ; fhir:type [ fhir:v "ValueSet"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "ValueSet/mif-conceptRelationshipTransitivity" ] ; fhir:type [ fhir:v "ValueSet"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "ValueSet/mif-conceptRelationshipTransitivity" ] ; fhir:type [ fhir:v "ValueSet"^^xsd:anyURI ] ] ] [ fhir:item [ fhir:link ; fhir:reference [ fhir:v "ValueSet/yes-no-unknown-not-asked" ] ; fhir:type [ fhir:v "ValueSet"^^xsd:anyURI ] ] ] ) . # # -------------------------------------------------------------------------------------