HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - ci-build International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Rwanda-HIV/ and changes regularly. See the Directory of published versions

: HIV Viral Load Diagnostic Report - 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 "HIVLabResultsDiagnosticReportExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.gov.rw/fhir/StructureDefinition/hiv-diagnostic-report"^^xsd:anyURI ;
fhir:link <http://moh.gov.rw/fhir/StructureDefinition/hiv-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 HIVLabResultsDiagnosticReportExample</b></p><a name=\"HIVLabResultsDiagnosticReportExample\"> </a><a name=\"hcHIVLabResultsDiagnosticReportExample\"> </a><a name=\"HIVLabResultsDiagnosticReportExample-en-US\"> </a><h2><span title=\"Codes:{http://loinc.org 25836-8}\">Test Type</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Jane Maria Smith (official) Female, DoB: 1990-12-12</td></tr><tr><td>Performer</td><td> <a href=\"Practitioner-PerformingPractitionerExample.html\">Practitioner Amy White </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>Note</b></td><td><b>When For</b></td></tr><tr><td><a href=\"Observation-HIVTestResultExample.html\"><span title=\"Codes:{http://snomed.info/sct 398579006}\">Viral Load Result</span></a></td><td>1001</td><td>Final, <span title=\"Codes:{http://snomed.info/sct 19032002}\">Viral Load Suppression Status</span></td><td>Viral load not suppressed (By Organization/HIVOrganizationExample @2015-02-07 13:28:17-0500)</td><td>2022-11-30</td></tr></table><div><p>Some conclusion text</p>\n</div></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://moh.gov.rw/fhir/StructureDefinition/tested-by-user-index"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7"^^xsd:integer ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/HIVServiceRequestExample" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:25836-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "25836-8" ] ;
fhir:display [ fhir:v "HIV 1 RNA [#/volume] (viral load) in Specimen by NAA with probe detection" ]     ] ) ;
fhir:text [ fhir:v "Test Type" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/HIVPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/TargetFacilityEncounterExample" ]
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/PerformingPractitionerExample" ]
  ] ) ; # 
  fhir:resultsInterpreter ( [
fhir:reference [ fhir:v "Practitioner/ResultsInterpreterExample" ]
  ] ) ; # 
  fhir:result ( [
fhir:reference [ fhir:v "Observation/HIVTestResultExample" ]
  ] ) ; # 
  fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/HIVOrganizationExample" ]     ] ;
fhir:time [ fhir:v "2015-02-07T13:28:17-05:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "additional notes here" ]
  ] ) ; # 
  fhir:conclusion [ fhir:v "Some conclusion text"] . #