0.1.0 - ci-build

lhssFHIRIG, published by IntelliSOFT Consulting Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/LHSS-FHIR-IG/ and changes regularly. See the Directory of published versions

: Marital Status - TTL Representation

Draft as of 2024-10-10

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 "maritalStatusVS"] ; # 
  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 maritalStatusVS</b></p><a name=\"maritalStatusVS\"> </a><a name=\"hcmaritalStatusVS\"> </a><a name=\"maritalStatusVS-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-MARITALSTATUS.html\"><code>http://example.org/CodeSystem/MARITALSTATUS</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-MARITALSTATUS.html#MARITALSTATUS-DE1\">DE1</a></td><td style=\"color: #cccccc\">single</td></tr><tr><td><a href=\"CodeSystem-MARITALSTATUS.html#MARITALSTATUS-DE2\">DE2</a></td><td style=\"color: #cccccc\">married</td></tr><tr><td><a href=\"CodeSystem-MARITALSTATUS.html#MARITALSTATUS-DE3\">DE3</a></td><td style=\"color: #cccccc\">divorced</td></tr><tr><td><a href=\"CodeSystem-MARITALSTATUS.html#MARITALSTATUS-DE4\">DE4</a></td><td style=\"color: #cccccc\">widowed</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://example.org/ValueSet/maritalStatusVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MARITALSTATUSVS"] ; # 
  fhir:title [ fhir:v "Marital Status"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-10-10T07:13:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IntelliSOFT Consulting Kenya"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "IntelliSOFT Consulting Kenya" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.intellisoftkenya.com/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Marital Status"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://example.org/CodeSystem/MARITALSTATUS"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "DE1" ]       ] [
fhir:code [ fhir:v "DE2" ]       ] [
fhir:code [ fhir:v "DE3" ]       ] [
fhir:code [ fhir:v "DE4" ]       ] )     ] )
  ] . #