Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION
0.0.1-ballot - ci-build Nepal flag

Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION - Local Development build (v0.0.1-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Marital Status (वैवाहिक स्थिति) - TTL Representation

Active as of 2025-09-08

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><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/473022002\">473022002</a></td><td>Unmarried</td></tr><tr><td><a href=\"http://snomed.info/id/87915002\">87915002</a></td><td>Married</td></tr><tr><td><a href=\"http://snomed.info/id/20295000\">20295000</a></td><td>Divorced</td></tr><tr><td><a href=\"http://snomed.info/id/33553000\">33553000</a></td><td>Widowed</td></tr><tr><td><a href=\"http://snomed.info/id/13184001\">13184001</a></td><td>Separated</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://fhir.hmis.gov.np/ValueSet/marital-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.0.1-ballot"] ; # 
  fhir:name [ fhir:v "MaritalStatusVS"] ; # 
  fhir:title [ fhir:v "Marital Status (वैवाहिक स्थिति)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2025-09-08T06:44:10+05:45"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Integrated Health Information Management Section"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Integrated Health Information Management Section" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hmis.gov.np" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "it@hmis.gov.np" ]     ] )
  ] [
fhir:name [ fhir:v "RC Poudel" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rcpoudel@amakomaya.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rmchndrapdl@gmail.com" ]     ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+977-9851341921" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes representing marital status of a person."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NP" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Used by permission of HL7 International, all rights reserved Creative Commons License"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "473022002" ] ;
fhir:display [ fhir:v "Unmarried" ]       ] [
fhir:code [ fhir:v "87915002" ] ;
fhir:display [ fhir:v "Married" ]       ] [
fhir:code [ fhir:v "20295000" ] ;
fhir:display [ fhir:v "Divorced" ]       ] [
fhir:code [ fhir:v "33553000" ] ;
fhir:display [ fhir:v "Widowed" ]       ] [
fhir:code [ fhir:v "13184001" ] ;
fhir:display [ fhir:v "Separated" ]       ] )     ] )
  ] . #