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
: Birth Type 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 "birth-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet birth-type</b></p><a name=\"birth-type\"> </a><a name=\"hcbirth-type\"> </a><a name=\"birth-type-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"CodeSystem-ACSA.html\"><code>http://acsa.africa/standard/CodeSystem/acsa</code></a> where concept descends from <a href=\"CodeSystem-ACSA.html#ACSA-birth-type\">birth-type</a></li><li>Include codes from<a href=\"CodeSystem-ACSA.html\"><code>http://acsa.africa/standard/CodeSystem/acsa</code></a> where concept is-a <a href=\"CodeSystem-ACSA.html#ACSA-other\">other</a></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://acsa.afrika/standard/ValueSet/birth-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "BirthType"] ; #
fhir:title [ fhir:v "Birth Type Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-03-28T12:08:54+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "SwissTPH"] ; #
fhir:contact ( [
fhir:name [ fhir:v "SwissTPH" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://swisstph-mic.ch" ] ] )
] ) ; #
fhir:description [ fhir:v "Value set for birth outcomes."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://acsa.africa/standard/CodeSystem/acsa"^^xsd:anyURI ] ;
( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "descendent-of" ] ;
fhir:value [ fhir:v "birth-type" ] ] ) ] [
fhir:system [ fhir:v "http://acsa.africa/standard/CodeSystem/acsa"^^xsd:anyURI ] ;
( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "other" ] ] ) ] )
] . #