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-3-FMDVISO - 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-3-FMDVISO"] ; # 
  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-3-FMDVISO\"> </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-3-FMDVISO&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: test3-fmdviso</p><p><b>status</b>: final</p><p><b>code</b>: Foot and Mouth Disease Virus Isolation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-legacy-analysis-code-system.html\">STARS Legacy Analysis Code System</a>#XV10082)</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>: Not detected</p><p><b>interpretation</b>: Not detected <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>#ND)</span></p><p><b>note</b>: The samples were inoculated onto BHK and LFBK cells and observed for CPE for 3 days for 2 passages. Pass 2 materials\r\nwere further investigated by FMD Taqman PCR for the presence of FMDV.</p><p><b>specimen</b>: <a href=\"Specimen-specimen-example-swab-sample-3.html\">Specimen/specimen-example-swab-sample-3</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "test3-fmdviso" ]
  ] ) ; # 
  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 "XV10082" ] ;
fhir:display [ fhir:v "Foot and Mouth Disease Virus Isolation" ]     ] )
  ] ; # 
  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 [ fhir:v "Not detected"] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ND" ] ;
fhir:display [ fhir:v "Not detected" ]     ] )
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "The samples were inoculated onto BHK and LFBK cells and observed for CPE for 3 days for 2 passages. Pass 2 materials\r\nwere further investigated by FMD Taqman PCR for the presence of FMDV." ]
  ] ) ; # 
  fhir:specimen [
fhir:reference [ fhir:v "Specimen/specimen-example-swab-sample-3" ]
  ] . #