AU Core Implementation Guide
1.0.0-ci-build - CI Build
AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-core/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Specimen",
"id" : "nasoswab",
"text" : {
"status" : "generated",
"div" : "<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><a name=\"nasoswab-en-AU\"> </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:\u00a02338189)</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>: Collection Setting COVID HSC Assessment Clinic</p></div>"
},
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "257261003",
"display" : "Swab"
}
]
},
"subject" : {
🔗 "reference" : "Patient/wang-li"
},
"collection" : {
"collectedDateTime" : "2021-02-15T12:00:00+10:00",
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "71836000",
"display" : "Nasopharyngeal structure"
}
],
"text" : "Nasopharyngeal"
}
},
"note" : [
{
"text" : "Collection Setting COVID HSC Assessment Clinic"
}
]
}