@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://ig.hiu.lk/fhir/nehr/ValueSet/vs-lk-pregnancy-outcomes> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-lk-pregnancy-outcomes"] ; # 
  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 vs-lk-pregnancy-outcomes</b></p><a name=\"vs-lk-pregnancy-outcomes\"> </a><a name=\"hcvs-lk-pregnancy-outcomes\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/11640-0/\">11640-0</a></td><td style=\"color: #cccccc\">[#] Births total</td></tr><tr><td><a href=\"https://loinc.org/11996-6/\">11996-6</a></td><td style=\"color: #cccccc\">[#] Pregnancies</td></tr><tr><td><a href=\"https://loinc.org/11636-8/\">11636-8</a></td><td style=\"color: #cccccc\">[#] Births.live</td></tr><tr><td><a href=\"https://loinc.org/11637-6/\">11637-6</a></td><td style=\"color: #cccccc\">[#] Births.preterm</td></tr><tr><td><a href=\"https://loinc.org/11639-2/\">11639-2</a></td><td style=\"color: #cccccc\">[#] Births.term</td></tr><tr><td><a href=\"https://loinc.org/11612-9/\">11612-9</a></td><td style=\"color: #cccccc\">[#] Abortions</td></tr><tr><td><a href=\"https://loinc.org/11613-7/\">11613-7</a></td><td style=\"color: #cccccc\">[#] Abortions.induced</td></tr><tr><td><a href=\"https://loinc.org/11614-5/\">11614-5</a></td><td style=\"color: #cccccc\">[#] Abortions.spontaneous</td></tr><tr><td><a href=\"https://loinc.org/33065-4/\">33065-4</a></td><td style=\"color: #cccccc\">[#] Ectopic pregnancy</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://ig.hiu.lk/fhir/nehr/ValueSet/vs-lk-pregnancy-outcomes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VSPregnancyOutcomes"] ; # 
  fhir:title [ fhir:v "Pregnancy Outcomes Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-10-23T17:48:11+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Sir Lanka Ministry of Health"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Sir Lanka Ministry of Health" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.health.gov.lk" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Pregnancy Outcomes ValueSet from LOINC"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "LKA" ] ;
       fhir:display [ fhir:v "Sri Lanka" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "11640-0" ]
       ] [
         fhir:code [ fhir:v "11996-6" ]
       ] [
         fhir:code [ fhir:v "11636-8" ]
       ] [
         fhir:code [ fhir:v "11637-6" ]
       ] [
         fhir:code [ fhir:v "11639-2" ]
       ] [
         fhir:code [ fhir:v "11612-9" ]
       ] [
         fhir:code [ fhir:v "11613-7" ]
       ] [
         fhir:code [ fhir:v "11614-5" ]
       ] [
         fhir:code [ fhir:v "33065-4" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

