Testing IG - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Example ValueSet - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-vs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-example-cs.html\"><code>https://fhir-ig-uat.digital.health.nz/testing-ig/CodeSystem/example-cs</code></a></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://fhir-ig-uat.digital.health.nz/testing-ig/ValueSet/example-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.0.1"] ; #
fhir:name [ fhir:v "ExampleVs"] ; #
fhir:title [ fhir:v "Example ValueSet"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-06-27T01:53:42+00:00"^^xsd:dateTime] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "https://fhir-ig-uat.digital.health.nz/testing-ig/CodeSystem/example-cs"^^xsd:anyURI ] ] )
] . #