@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Specimen ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "nasoswab"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Specimen

Resource Specimen "nasoswab"

type: Swab (SNOMED CT#257261003)

subject: Patient/wang-li " WANG"

Collections

-Collected[x]BodySite
*2021-02-15 12:00:00+1000Nasopharyngeal (SNOMED CT#71836000 "Nasopharyngeal structure")

note: Collection Setting COVID HSC Assessment Clinic

" ] ; # fhir:type [ fhir:coding ( [ a sct:257261003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "257261003" ] ; fhir:display [ fhir:v "Swab" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/wang-li" ] ] ; # fhir:collection [ fhir:collected [ fhir:v "2021-02-15T12:00:00+10:00"^^xsd:dateTime ] ; fhir:bodySite [ fhir:coding ( [ a sct:71836000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "71836000" ] ; fhir:display [ fhir:v "Nasopharyngeal structure" ] ] ) ; fhir:text [ fhir:v "Nasopharyngeal" ] ] ] ; # fhir:note ( [ fhir:text [ fhir:v "Collection Setting COVID HSC Assessment Clinic" ] ] ) . # # -------------------------------------------------------------------------------------