Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.1 - ci-build
Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/ethiopia-hiv/ and changes regularly. See the Directory of published versions
Active as of 2024-10-14 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "routine-indication-viral-load-code-system"] ; #
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: CodeSystem routine-indication-viral-load-code-system</b></p><a name=\"routine-indication-viral-load-code-system\"> </a><a name=\"hcroutine-indication-viral-load-code-system\"> </a><a name=\"routine-indication-viral-load-code-system-en-US\"> </a><p>This case-sensitive code system <code>http://moh.gov.et/fhir/hiv/CodeSystem/routine-indication-viral-load-code-system</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\">1st-VL-Test-3-months-Post-ART<a name=\"routine-indication-viral-load-code-system-1st-VL-Test-3-months-Post-ART\"> </a></td><td>First viral load test at 3 months or longer post ART</td></tr><tr><td style=\"white-space:nowrap\">2nd-VL-Test-6-months-Post-ART<a name=\"routine-indication-viral-load-code-system-2nd-VL-Test-6-months-Post-ART\"> </a></td><td>First viral load test at 6 months or longer post ART</td></tr><tr><td style=\"white-space:nowrap\">2nd-VL-Test-12-months-Post-ART<a name=\"routine-indication-viral-load-code-system-2nd-VL-Test-12-months-Post-ART\"> </a></td><td>2nd VL at 12 month post ART</td></tr><tr><td style=\"white-space:nowrap\">Annual-VL-Test<a name=\"routine-indication-viral-load-code-system-Annual-VL-Test\"> </a></td><td>Annual VL Test</td></tr><tr><td style=\"white-space:nowrap\">First-ANC-visit<a name=\"routine-indication-viral-load-code-system-First-ANC-visit\"> </a></td><td>At the first ANC visit</td></tr><tr><td style=\"white-space:nowrap\">34-36-weeks-of-gestation<a name=\"routine-indication-viral-load-code-system-34-36-weeks-of-gestation\"> </a></td><td>At 34-36 weeks of gestation</td></tr><tr><td style=\"white-space:nowrap\">3-months-after-delivery<a name=\"routine-indication-viral-load-code-system-3-months-after-delivery\"> </a></td><td>Three months after delivery</td></tr><tr><td style=\"white-space:nowrap\">6-months-after-first-VL-at-postnatal-period<a name=\"routine-indication-viral-load-code-system-6-months-after-first-VL-at-postnatal-period\"> </a></td><td>Six months after the first VL at postnatal period</td></tr><tr><td style=\"white-space:nowrap\">Every-6-months-until-MTCT-ends<a name=\"routine-indication-viral-load-code-system-Every-6-months-until-MTCT-ends\"> </a></td><td>Every six months until MTCT ends</td></tr><tr><td style=\"white-space:nowrap\">VL-after-EAC-Repeat-VL-50-to-1000<a name=\"routine-indication-viral-load-code-system-VL-after-EAC-Repeat-VL-50-to-1000\"> </a></td><td>VL after EAC: Repeat VL > 50 to <= 1000 copies/ml</td></tr><tr><td style=\"white-space:nowrap\">VL-after-EAC-Confirmatory-VL-Initial-50-to-1000<a name=\"routine-indication-viral-load-code-system-VL-after-EAC-Confirmatory-VL-Initial-50-to-1000\"> </a></td><td>VL after EAC: Confirmatory VL: Initial > 50 to <= 1000 copies/ml</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://moh.gov.et/fhir/hiv/CodeSystem/routine-indication-viral-load-code-system"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.1"] ; #
fhir:name [ fhir:v "RoutineIndicationViralLoadCodeSystem"] ; #
fhir:title [ fhir:v "Routine Indication Viral Load"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-14T10:58:37+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Jembi Health Systems"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Jembi Health Systems" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.jembi.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@jembi.org" ] ] )
] [
fhir:name [ fhir:v "Jembi Health Systems" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@jembi.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes used for representing routine indication for viral load."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ET" ] ;
fhir:display [ fhir:v "Ethiopia" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "1st-VL-Test-3-months-Post-ART" ] ;
fhir:display [ fhir:v "First viral load test at 3 months or longer post ART" ]
] [
fhir:code [ fhir:v "2nd-VL-Test-6-months-Post-ART" ] ;
fhir:display [ fhir:v "First viral load test at 6 months or longer post ART" ]
] [
fhir:code [ fhir:v "2nd-VL-Test-12-months-Post-ART" ] ;
fhir:display [ fhir:v "2nd VL at 12 month post ART" ]
] [
fhir:code [ fhir:v "Annual-VL-Test" ] ;
fhir:display [ fhir:v "Annual VL Test" ]
] [
fhir:code [ fhir:v "First-ANC-visit" ] ;
fhir:display [ fhir:v "At the first ANC visit" ]
] [
fhir:code [ fhir:v "34-36-weeks-of-gestation" ] ;
fhir:display [ fhir:v "At 34-36 weeks of gestation" ]
] [
fhir:code [ fhir:v "3-months-after-delivery" ] ;
fhir:display [ fhir:v "Three months after delivery" ]
] [
fhir:code [ fhir:v "6-months-after-first-VL-at-postnatal-period" ] ;
fhir:display [ fhir:v "Six months after the first VL at postnatal period" ]
] [
fhir:code [ fhir:v "Every-6-months-until-MTCT-ends" ] ;
fhir:display [ fhir:v "Every six months until MTCT ends" ]
] [
fhir:code [ fhir:v "VL-after-EAC-Repeat-VL-50-to-1000" ] ;
fhir:display [ fhir:v "VL after EAC: Repeat VL > 50 to <= 1000 copies/ml" ]
] [
fhir:code [ fhir:v "VL-after-EAC-Confirmatory-VL-Initial-50-to-1000" ] ;
fhir:display [ fhir:v "VL after EAC: Confirmatory VL: Initial > 50 to <= 1000 copies/ml" ]
] ) . #
IG © 2021+ Jembi Health Systems. Package ethiopia.fhir.hiv#1.0.1 based on FHIR 4.0.1. Generated 2024-10-14
Links: Table of Contents |
QA Report