Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.0 - ci-build Ethiopia flag

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.0 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

: Diagnostic Report - Targeted Viral Load - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TargetedViralLoadDiagnosticReportExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/viral-load-diagnostic-report"^^xsd:anyURI ;
fhir:link <http://moh.gov.et/fhir/hiv/StructureDefinition/viral-load-diagnostic-report>     ] )
  ] ; # 
  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: DiagnosticReport TargetedViralLoadDiagnosticReportExample</b></p><a name=\"TargetedViralLoadDiagnosticReportExample\"> </a><a name=\"hcTargetedViralLoadDiagnosticReportExample\"> </a><a name=\"TargetedViralLoadDiagnosticReportExample-en-US\"> </a><h2><span title=\"Codes:{http://loinc.org 25836-8}\">HIV 1 RNA [#/volume] (viral load) in Specimen by NAA with probe detection</span> (<span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Mark Adams  Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)</td></tr><tr><td>Reported</td><td>2024-01-25 11:45:33+1100</td></tr><tr><td>Performer</td><td> <a href=\"Organization-CurrentServiceProviderExample.html\">Organization Meshwalkiya Health Center</a></td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-SuppressedViralLoadResultExample.html\"><span title=\"Codes:{http://snomed.info/sct 315124004}\">Human immunodeficiency virus viral load</span></a></td><td>900 copies/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1/mL = '1/mL')</span></td><td>Final, <span title=\"Codes:{http://snomed.info/sct 245780008}\">Suppressed</span></td><td>2023-12-11</td></tr></table></div>"
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/TargetedViralLoadServiceRequestExample" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:11502-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11502-2" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:25836-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "25836-8" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/GeneralPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/GeneralEncounterExample" ]
  ] ; # 
  fhir:issued [ fhir:v "2024-01-25T11:45:33+11:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/CurrentServiceProviderExample" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/SuppressedViralLoadResultExample" ]
  ] ) . #