NCPI FHIR Implementation Guide v2 - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Collection Type - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "collection-type-vs"] ; #
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: ValueSet collection-type-vs</b></p><a name=\"collection-type-vs\"> </a><a name=\"hccollection-type-vs\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-collection-type.html\"><code>https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/collection-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.2.0</span></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/ValueSet/collection-type-vs"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/ValueSet/collection-type-vs>
] ; #
fhir:version [ fhir:v "0.2.0"] ; #
fhir:name [ fhir:v "CollectionTypeVS"] ; #
fhir:title [ fhir:v "Collection Type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-12-03T22:26:51+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "NCPI FHIR Working Group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "NCPI FHIR Working Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ncpi-acc.org/about/working-groups" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "ncpi-fhir-ig@googlegroups.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Enumerated list of Collection types"] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/collection-type"^^xsd:anyURI ;
fhir:l <https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/collection-type> ] ] )
] . #