Ethiopia HIV IG (sandbox demo subset)
0.1.0 - ci-build

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

: HIV Assay Number - TTL Representation

Active as of 2026-06-17

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 "hiv-assay-number-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 hiv-assay-number-cs</b></p><a name=\"hiv-assay-number-cs\"> </a><a name=\"hchiv-assay-number-cs\"> </a><p>This  code system <code>http://fhir.et/hiv/CodeSystem/hiv-assay-number-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\">assay0<a name=\"hiv-assay-number-cs-assay0\"> </a></td><td>Assay 0</td></tr><tr><td style=\"white-space:nowrap\">assay1<a name=\"hiv-assay-number-cs-assay1\"> </a></td><td>Assay 1</td></tr><tr><td style=\"white-space:nowrap\">assay2<a name=\"hiv-assay-number-cs-assay2\"> </a></td><td>Assay 2</td></tr><tr><td style=\"white-space:nowrap\">assay3<a name=\"hiv-assay-number-cs-assay3\"> </a></td><td>Assay 3</td></tr><tr><td style=\"white-space:nowrap\">assay1-repeat<a name=\"hiv-assay-number-cs-assay1-repeat\"> </a></td><td>Assay 1 repeated</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "http://fhir.et/hiv/CodeSystem/hiv-assay-number-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HIVAssayNumberCS"] ; # 
  fhir:title [ fhir:v "HIV Assay Number"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-06-17T10:46:20+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MOH Ethiopia"] ; # 
  fhir:description [ fhir:v "Assay sequence in HIV testing strategy"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "assay0" ] ;
fhir:display [ fhir:v "Assay 0" ]
  ] [
fhir:code [ fhir:v "assay1" ] ;
fhir:display [ fhir:v "Assay 1" ]
  ] [
fhir:code [ fhir:v "assay2" ] ;
fhir:display [ fhir:v "Assay 2" ]
  ] [
fhir:code [ fhir:v "assay3" ] ;
fhir:display [ fhir:v "Assay 3" ]
  ] [
fhir:code [ fhir:v "assay1-repeat" ] ;
fhir:display [ fhir:v "Assay 1 repeated" ]
  ] ) . #