@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "MaritalStatusVS"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: ValueSet MaritalStatusVS

" ] ; # fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/ValueSet/MaritalStatusVS"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "MARITALSTATUSVS"] ; # fhir:title [ fhir:v "Patient's Marital (Civil) Status"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-09-06T09:59:02+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "intellisoftkenya"] ; # fhir:contact ( [ fhir:name [ fhir:v "intellisoftkenya" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://example.org/example-publisher" ] ] ) ] ) ; # fhir:description [ fhir:v "Patient's Marital (Civil) Status"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.MARITALSTATUS"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "divorced" ] ] [ fhir:code [ fhir:v "married" ] ] [ fhir:code [ fhir:v "polygamous" ] ] [ fhir:code [ fhir:v "customary" ] ] [ fhir:code [ fhir:v "unmarried" ] ] [ fhir:code [ fhir:v "widow" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------