@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pathresult-covid-1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "pathresult-covid-1"

Profile: AU Core Pathology Result Observation

identifier: Placer Order Identifier/3451451243, Filler Identifier/8328qjs

status: final

category: Laboratory (Observation Category Codes#laboratory), Microbiology (diagnosticServiceSectionId#MB)

code: 2019-Novel Coronavirus PCR (LOINC#94309-2)

subject: Patient/wang-li " WANG"

effective: 2021-02-15 12:00:00+1000

performer: : PATHOLOGY LAB

value: Not detected (SNOMED CT#260415000)

note: PATHOLOGY LAB NATA/RCPA accreditation does not cover the SARS-CoV-2 (COVID-19) PCR test., This test is currently under evaluation and has not been fully validated. Failure to detect organism-specific nucleic acids does not exclude the presence of disease due to this agent.

specimen: Specimen/nasoswab

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PLAC" ] ; fhir:display [ fhir:v "Placer Identifier" ] ] ) ; fhir:text [ fhir:v "Placer Order Identifier" ] ] ; fhir:system [ fhir:v "http://bobrestergp.example.com/order"^^xsd:anyURI ] ; fhir:value [ fhir:v "3451451243" ] ; fhir:assigner [ fhir:display [ fhir:v "Bobregster Medical Center QLD" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "FILL" ] ; fhir:display [ fhir:v "Filler Identifier" ] ] ) ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/report/1.0/8003621566684455"^^xsd:anyURI ] ; fhir:value [ fhir:v "8328qjs" ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "laboratory" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ; fhir:code [ fhir:v "MB" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a loinc:94309-2 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "94309-2" ] ] ) ; fhir:text [ fhir:v "2019-Novel Coronavirus PCR" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:effective [ fhir:v "2021-02-15T12:00:00+10:00"^^xsd:dateTime] ; # fhir:performer ( [ fhir:display [ fhir:v "PATHOLOGY LAB" ] ] ) ; # fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ a sct:260415000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "260415000" ] ; fhir:display [ fhir:v "Not detected" ] ] ) ; fhir:text [ fhir:v "Not detected" ] ] ; # fhir:note ( [ fhir:text [ fhir:v "PATHOLOGY LAB NATA/RCPA accreditation does not cover the SARS-CoV-2 (COVID-19) PCR test." ] ] [ fhir:text [ fhir:v "This test is currently under evaluation and has not been fully validated. Failure to detect organism-specific nucleic acids does not exclude the presence of disease due to this agent." ] ] ) ; # fhir:specimen [ fhir:link ; fhir:reference [ fhir:v "Specimen/nasoswab" ] ] . # # -------------------------------------------------------------------------------------