Example CRVS Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Divorce Grounds Value Set - 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 "divorce-grounds"] ; #
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 divorce-grounds</b></p><a name=\"divorce-grounds\"> </a><a name=\"hcdivorce-grounds\"> </a><ul><li>Include codes from<a href=\"CodeSystem-ACSA.html\"><code>https://acsa.africa/std/CodeSystem/acsa</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span> where concept descends from <a href=\"CodeSystem-ACSA.html#ACSA-divorce-grounds\">divorce-grounds</a></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://acsa.africa/std/ValueSet/divorce-grounds"^^xsd:anyURI ;
fhir:l <https://acsa.africa/std/ValueSet/divorce-grounds>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "DivorceGrounds"] ; #
fhir:title [ fhir:v "Divorce Grounds Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-12-08T12:38:42+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "ACSA"] ; #
fhir:contact ( [
fhir:name [ fhir:v "ACSA" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://acsa.africa" ] ] )
] ) ; #
fhir:description [ fhir:v "A value set for categorizing legal grounds for divorce."] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "https://acsa.africa/std/CodeSystem/acsa"^^xsd:anyURI ;
fhir:l <https://acsa.africa/std/CodeSystem/acsa> ] ;
( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "descendent-of" ] ;
fhir:value [ fhir:v "divorce-grounds" ] ] ) ] )
] . #