Neo Connect
1.0.0 - ci-build International flag

Neo Connect, published by Botho Neo. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/dolly9991/fhir-solvathon/ and changes regularly. See the Directory of published versions

: Marital Status - TTL Representation

Active as of 2025-08-29

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 "vs-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 vs-marital-status</b></p><a name=\"vs-marital-status\"> </a><a name=\"hcvs-marital-status\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-cs-marital-status.html\"><code>http://neo.providers/fhir/CodeSystem/cs-marital-status</code></a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://neo.providers/fhir/ValueSet/vs-marital-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "VSMaritalStatus"] ; # 
  fhir:title [ fhir:v "Marital Status"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2025-08-29T12:44:47+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Botho Neo"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Botho Neo" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://neo.providers/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bothodolly@gmail.com" ]     ] )
  ] [
fhir:name [ fhir:v "Botho Neo" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bothodolly@gmail.com" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A list of codes for marital status."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://neo.providers/fhir/CodeSystem/cs-marital-status"^^xsd:anyURI ]     ] )
  ] . #