0.1.0 - ci-build

KenyaDiagnosticsFHIRIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: vl-hiv-observation - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-vl-hiv-observation"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.nphl.go.ke/StructureDefinition/KenyaObservation"^^xsd:anyURI ;
fhir:link <http://fhir.nphl.go.ke/StructureDefinition/KenyaObservation>     ] )
  ] ; # 
  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: Observation example-vl-hiv-observation</b></p><a name=\"example-vl-hiv-observation\"> </a><a name=\"hcexample-vl-hiv-observation\"> </a><a name=\"example-vl-hiv-observation-en-US\"> </a><p><b>identifier</b>: vl-hiv-observation-1</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 10351-5}\">HIV 1 RNA [Units/volume] (viral load) in Serum or Plasma by Probe with amplification</span></p><p><b>subject</b>: <a href=\"example-vl-hiv-patient\">example-vl-hiv-patient</a></p><p><b>effective</b>: 2021-01-01</p><p><b>performer</b>: <a href=\"Organization-example-lab-organization--cgrh.html\">Organization Coast General Teaching and Referal Hospital</a></p><p><b>value</b>: 1001 copies/mL</p><p><b>specimen</b>: <a href=\"Specimen-example-cbc-specimen.html\">Specimen: status = available; type = specimen</a></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>200 copies/mL</td><td>1000 copies/mL</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "vl-hiv-observation-1" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:10351-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10351-5" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "example-vl-hiv-patient" ]
  ] ; # 
  fhir:effective [ fhir:v "2021-01-01"^^xsd:date] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/example-lab-organization--cgrh" ]
  ] ) ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1001"^^xsd:decimal ] ;
fhir:unit [ fhir:v "copies/mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]
  ] ; # 
  fhir:specimen [
fhir:reference [ fhir:v "Specimen/example-cbc-specimen" ]
  ] ; # 
  fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v "200"^^xsd:decimal ] ;
fhir:unit [ fhir:v "copies/mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]     ] ;
fhir:high [
fhir:value [ fhir:v "1000"^^xsd:decimal ] ;
fhir:unit [ fhir:v "copies/mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]     ]
  ] ) . #