@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 -------------------------------------------------------------------

<http://fhir.kisumuhealth.co.ke/ValueSet/MNCHFamilyPlanningMethodVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MNCHFamilyPlanningMethodVS"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MNCHFamilyPlanningMethodVS</b></p><a name=\"MNCHFamilyPlanningMethodVS\"> </a><a name=\"hcMNCHFamilyPlanningMethodVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-MNCHCodes.html\"><code>http://fhir.health.go.ke/mnch/CodeSystem/MNCHCodes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-MNCHCodes.html#MNCHCodes-no-fp-method\">no-fp-method</a></td><td style=\"color: #cccccc\">No family planning method</td></tr><tr><td><a href=\"CodeSystem-MNCHCodes.html#MNCHCodes-oral-contraceptive\">oral-contraceptive</a></td><td style=\"color: #cccccc\">Oral contraceptive</td></tr><tr><td><a href=\"CodeSystem-MNCHCodes.html#MNCHCodes-iud\">iud</a></td><td style=\"color: #cccccc\">IUD</td></tr><tr><td><a href=\"CodeSystem-MNCHCodes.html#MNCHCodes-implant\">implant</a></td><td style=\"color: #cccccc\">Implant</td></tr><tr><td><a href=\"CodeSystem-MNCHCodes.html#MNCHCodes-injectable\">injectable</a></td><td style=\"color: #cccccc\">Injectable contraceptive</td></tr><tr><td><a href=\"CodeSystem-MNCHCodes.html#MNCHCodes-condoms\">condoms</a></td><td style=\"color: #cccccc\">Condoms</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://fhir.kisumuhealth.co.ke/ValueSet/MNCHFamilyPlanningMethodVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MNCHFamilyPlanningMethodVS"] ; # 
  fhir:title [ fhir:v "MNCH Family Planning Methods"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-06-16T20:08:11+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 "https://www.intellisoftkenya.com/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Family planning methods used by the mother (MNCH.F.DE.39)"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://fhir.health.go.ke/mnch/CodeSystem/MNCHCodes"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "no-fp-method" ]
       ] [
         fhir:code [ fhir:v "oral-contraceptive" ]
       ] [
         fhir:code [ fhir:v "iud" ]
       ] [
         fhir:code [ fhir:v "implant" ]
       ] [
         fhir:code [ fhir:v "injectable" ]
       ] [
         fhir:code [ fhir:v "condoms" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

