0.1.0 - ci-build
kenyaClaimsIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "KNHTS.MARITALSTATUS"] ; # 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: CodeSystem KNHTS.MARITALSTATUS</b></p><a name=\"KNHTS.MARITALSTATUS\"> </a><a name=\"hcKNHTS.MARITALSTATUS\"> </a><a name=\"KNHTS.MARITALSTATUS-en-US\"> </a><p>This case-insensitive code system <code>https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.MARITALSTATUS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">divorced<a name=\"KNHTS.MARITALSTATUS-divorced\"> </a></td><td>divorced</td></tr><tr><td style=\"white-space:nowrap\">married<a name=\"KNHTS.MARITALSTATUS-married\"> </a></td><td>married</td></tr><tr><td style=\"white-space:nowrap\">polygamous<a name=\"KNHTS.MARITALSTATUS-polygamous\"> </a></td><td>polygamous</td></tr><tr><td style=\"white-space:nowrap\">customary<a name=\"KNHTS.MARITALSTATUS-customary\"> </a></td><td>customary</td></tr><tr><td style=\"white-space:nowrap\">unmarried<a name=\"KNHTS.MARITALSTATUS-unmarried\"> </a></td><td>unmarried</td></tr><tr><td style=\"white-space:nowrap\">widow<a name=\"KNHTS.MARITALSTATUS-widow\"> </a></td><td>widow</td></tr></table></div>" ] ; # fhir:url [ fhir:v "https://shr.tiberbuapps.com/fhir/CodeSystem/KNHTS.MARITALSTATUS"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "MARITAL_STATUS"] ; # fhir:title [ fhir:v "CodeSystem for 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 "CodeSystem for Patient's Marital (Civil) Status"] ; # fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "divorced" ] ; fhir:display [ fhir:v "divorced" ] ; fhir:definition [ fhir:v "divorced" ] ] [ fhir:code [ fhir:v "married" ] ; fhir:display [ fhir:v "married" ] ; fhir:definition [ fhir:v "married" ] ] [ fhir:code [ fhir:v "polygamous" ] ; fhir:display [ fhir:v "polygamous" ] ; fhir:definition [ fhir:v "polygamous" ] ] [ fhir:code [ fhir:v "customary" ] ; fhir:display [ fhir:v "customary" ] ; fhir:definition [ fhir:v "customary" ] ] [ fhir:code [ fhir:v "unmarried" ] ; fhir:display [ fhir:v "unmarried" ] ; fhir:definition [ fhir:v "unmarried" ] ] [ fhir:code [ fhir:v "widow" ] ; fhir:display [ fhir:v "widow" ] ; fhir:definition [ fhir:v "widow" ] ] ) . #