STARS Implementation Guide
0.1.0 - ci-build

STARS Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: observation-example-category3-sample-2-VSVTQMMP - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-example-category3-sample-2-VSVTQMMP"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-observation-result"^^xsd:anyURI ;
fhir:link <https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/StructureDefinition/csiro-stars-observation-result>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"observation-example-category3-sample-2-VSVTQMMP\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;observation-example-category3-sample-2-VSVTQMMP&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-observation-result.html\">CSIRO STARS Observation Result Profile</a></p></div><p><b>identifier</b>: id: test2-vsvtqmmp</p><p><b>status</b>: final</p><p><b>code</b>: Vesicular Stomatitis Virus - Multiplex Indiana and New Jersey - TaqMan Assay <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-legacy-analysis-code-system.html\">STARS Legacy Analysis Code System</a>#XR10078)</span></p><p><b>effective</b>: 29 Nov 2022, 11:30:10 am</p><p><b>issued</b>: 29 Nov 2022, 11:30:10 am</p><p><b>value</b>: 45 Cycle Threshold<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {Ct_value} = '{Ct_value}')</span></p><p><b>interpretation</b>: Negative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ObservationInterpretation.html\">ObservationInterpretation</a>#NEG)</span></p><p><b>note</b>: NATA accreditation does not cover the performance of this service.</p><p><b>specimen</b>: <a href=\"Specimen-specimen-example-EDTA-blood-sample-2.html\">Specimen/specimen-example-EDTA-blood-sample-2</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "test2-vsvtqmmp" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://acdp.csiro.au/starsapi-sandbox/fhir-ig/stars/CodeSystem/legacy-analysis-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XR10078" ] ;
fhir:display [ fhir:v "Vesicular Stomatitis Virus - Multiplex Indiana and New Jersey - TaqMan Assay" ]     ] )
  ] ; # 
  fhir:effective [ fhir:v "2022-11-29T10:30:10+10:00"^^xsd:dateTime] ; # 
  fhir:issued [ fhir:v "2022-11-29T10:30:10+10:00"^^xsd:dateTime] ; # 
  fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "45"^^xsd:decimal ] ;
fhir:unit [ fhir:v "Cycle Threshold" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{Ct_value}" ]
  ] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NEG" ] ;
fhir:display [ fhir:v "Negative" ]     ] )
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "NATA accreditation does not cover the performance of this service." ]
  ] ) ; # 
  fhir:specimen [
fhir:reference [ fhir:v "Specimen/specimen-example-EDTA-blood-sample-2" ]
  ] . #