Example CRVS Implementation Guide
0.1.0 - ci-build

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

: Person Marital Status Value Set - TTL Representation

Active as of 2025-03-28

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 "marital-status"] ; # 
  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 marital-status</b></p><a name=\"marital-status\"> </a><a name=\"hcmarital-status\"> </a><a name=\"marital-status-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>ttp://hl7.org/fhir/ValueSet/marital-status</code></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/marital-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MaritalStatus"] ; # 
  fhir:title [ fhir:v "Person Marital Status 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 MaritalStatus."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "ttp://hl7.org/fhir/ValueSet/marital-status"^^xsd:anyURI ]     ] [
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" ]       ] )     ] )
  ] . #