WHO Immunization Implementation Guide, published by World Health Organization (WHO). This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/WorldHealthOrganization/smart-immunizations and changes regularly. See the Directory of published versions
: CD4 Percentage Test - TTL Representation
Raw ttl | Download
@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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CD4percentageTest-values"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/313938009\">313938009</a></td><td>CD4 percent count (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/413069009\">413069009</a></td><td>Percentage CD4 (T4 cells) count (procedure)</td></tr></table></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/80223-1/\">80223-1</a></td><td>CD4 cells/100 lymphocytes in Specimen</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://fhir.org/guides/who/smart-immunization/ValueSet/CD4percentageTest-values"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "CD4percentageTestvalues"] ; #
fhir:title [ fhir:v "CD4 Percentage Test"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-04-13T07:36:12+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "World Health Organization (WHO)"] ; #
fhir:description [ fhir:v "Codes representing CD4 Percentage Test values"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:immutable [ fhir:v "true"^^xsd:boolean] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "313938009" ] ;
fhir:display [ fhir:v "CD4 percent count (procedure)" ] ] [
fhir:code [ fhir:v "413069009" ] ;
fhir:display [ fhir:v "Percentage CD4 (T4 cells) count (procedure)" ] ] ) ] [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "80223-1" ] ;
fhir:display [ fhir:v "CD4 cells/100 lymphocytes in Specimen" ] ] ) ] )
] . #