@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 -------------------------------------------------------------------

<https://nhdr.gov.ph/fhir/ValueSet/SexVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SexVS"] ; # 
  fhir:language [ fhir:v "en-US"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xml:lang=\"en-US\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet SexVS</b></p><a name=\"SexVS\"> </a><a name=\"hcSexVS\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-US</p></div><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v2-0001.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0001</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 3.0.0, the version found through the package references\"> version ?3.0.0</span></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v2-0001.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0001</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 3.0.0, the version found through the package references\"> version ?3.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v2-0001.html#v2-0001-O\">O</a></td><td style=\"color: #cccccc\">Other</td><td>Other</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v2-0001.html#v2-0001-A\">A</a></td><td style=\"color: #cccccc\">Ambiguous</td><td>Ambiguous</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v2-0001.html#v2-0001-N\">N</a></td><td style=\"color: #cccccc\">Not applicable</td><td>Not applicable</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-v2-0001.html#v2-0001-X\">X</a></td><td style=\"color: #cccccc\">Non-Binary</td><td>Intended for situations where the gender or sex representation of the individual is not strictly male, or strictly female, and is driven by jurisdictional requirements, personal needs, or legal boundaries.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "draft"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "https://nhdr.gov.ph/fhir/ValueSet/SexVS"^^xsd:anyURI ;
     fhir:l <https://nhdr.gov.ph/fhir/ValueSet/SexVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "SexVS"] ; # 
  fhir:title [ fhir:v "Sex"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-02-05T04:03:48+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "NHDR"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "NHDR" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://nhdr.gov.ph" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A person's sex at birth"] ; # 
  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://terminology.hl7.org/CodeSystem/v2-0001"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v2-0001>
       ]
     ] ) ;
     fhir:exclude ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v2-0001"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v2-0001>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "O" ]
       ] [
         fhir:code [ fhir:v "A" ]
       ] [
         fhir:code [ fhir:v "N" ]
       ] [
         fhir:code [ fhir:v "X" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

