Ethiopia HIV IG (sandbox demo subset) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: HTS Service CodeSystem - TTL Representation
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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hts-service-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 hts-service-cs</b></p><a name=\"hts-service-cs\"> </a><a name=\"hchts-service-cs\"> </a><p>This code system <code>http://fhir.et/hiv/CodeSystem/hts-service-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\">facility-based<a name=\"hts-service-cs-facility-based\"> </a></td><td>Facility-based HTS</td></tr><tr><td style=\"white-space:nowrap\">community-based<a name=\"hts-service-cs-community-based\"> </a></td><td>Community-based HTS</td></tr><tr><td style=\"white-space:nowrap\">index-testing<a name=\"hts-service-cs-index-testing\"> </a></td><td>Index client testing</td></tr><tr><td style=\"white-space:nowrap\">self-testing<a name=\"hts-service-cs-self-testing\"> </a></td><td>HIV self-testing</td></tr><tr><td style=\"white-space:nowrap\">pmtct-hts<a name=\"hts-service-cs-pmtct-hts\"> </a></td><td>PMTCT HTS</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [ fhir:v "http://fhir.et/hiv/CodeSystem/hts-service-cs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "HTSServiceCS"] ; #
fhir:title [ fhir:v "HTS Service CodeSystem"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2026-06-17T10:46:20+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "MOH Ethiopia"] ; #
fhir:description [ fhir:v "Codes for HIV Testing Services (HTS) service types."] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "facility-based" ] ;
fhir:display [ fhir:v "Facility-based HTS" ]
] [
fhir:code [ fhir:v "community-based" ] ;
fhir:display [ fhir:v "Community-based HTS" ]
] [
fhir:code [ fhir:v "index-testing" ] ;
fhir:display [ fhir:v "Index client testing" ]
] [
fhir:code [ fhir:v "self-testing" ] ;
fhir:display [ fhir:v "HIV self-testing" ]
] [
fhir:code [ fhir:v "pmtct-hts" ] ;
fhir:display [ fhir:v "PMTCT HTS" ]
] ) . #