@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.et/core/CodeSystem/gonorrhoea-specimen-type-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "gonorrhoea-specimen-type-cs"] ; # 
  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: CodeSystem gonorrhoea-specimen-type-cs</b></p><a name=\"gonorrhoea-specimen-type-cs\"> </a><a name=\"hcgonorrhoea-specimen-type-cs\"> </a><p>This  code system <code>http://fhir.et/core/CodeSystem/gonorrhoea-specimen-type-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">BLOOD<a name=\"gonorrhoea-specimen-type-cs-BLOOD\"> </a></td><td>Blood</td></tr><tr><td style=\"white-space:nowrap\">CERVICAL_VAGINAL<a name=\"gonorrhoea-specimen-type-cs-CERVICAL_VAGINAL\"> </a></td><td>Cervical or vaginal swab</td></tr><tr><td style=\"white-space:nowrap\">URETHRAL_PENILE<a name=\"gonorrhoea-specimen-type-cs-URETHRAL_PENILE\"> </a></td><td>Urethral or penile swab</td></tr><tr><td style=\"white-space:nowrap\">RECTAL<a name=\"gonorrhoea-specimen-type-cs-RECTAL\"> </a></td><td>Rectal swab</td></tr><tr><td style=\"white-space:nowrap\">OTHER<a name=\"gonorrhoea-specimen-type-cs-OTHER\"> </a></td><td>Other</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://fhir.et/core/CodeSystem/gonorrhoea-specimen-type-cs"^^xsd:anyURI ;
     fhir:l <http://fhir.et/core/CodeSystem/gonorrhoea-specimen-type-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "GonorrhoeaSpecimenTypeCS"] ; # 
  fhir:title [ fhir:v "Gonorrhoea Specimen Types"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-05-09T14:33:41+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MOH Ethiopia"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "MOH Ethiopia" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://moh.gov.et" ]
     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "BLOOD" ] ;
     fhir:display [ fhir:v "Blood" ]
  ] [
     fhir:code [ fhir:v "CERVICAL_VAGINAL" ] ;
     fhir:display [ fhir:v "Cervical or vaginal swab" ]
  ] [
     fhir:code [ fhir:v "URETHRAL_PENILE" ] ;
     fhir:display [ fhir:v "Urethral or penile swab" ]
  ] [
     fhir:code [ fhir:v "RECTAL" ] ;
     fhir:display [ fhir:v "Rectal swab" ]
  ] [
     fhir:code [ fhir:v "OTHER" ] ;
     fhir:display [ fhir:v "Other" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

