@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org.au/fhir/core/Specimen/nasoswab> a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nasoswab"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen nasoswab</b></p><a name=\"nasoswab\"> </a><a name=\"hcnasoswab\"> </a><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 257261003}\">Swab</span></p><p><b>subject</b>: <a href=\"Patient-wang-li.html\">Li Wang  Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2021-02-15 12:00:00+1000</td><td><span title=\"Codes:{http://snomed.info/sct 71836000}\">Nasopharyngeal</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Collection Setting COVID HSC Assessment Clinic</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:type [
     fhir:coding ( [
       a sct:257261003 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "257261003" ] ;
       fhir:display [ fhir:v "Swab" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org.au/fhir/core/Patient/wang-li> ;
     fhir:reference [ fhir:v "Patient/wang-li" ]
  ] ; # 
  fhir:collection [
     fhir:collected [
       a fhir:DateTime ;
       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:l <http://snomed.info/sct>
         ] ;
         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" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

