AU Core Implementation Guide
1.0.0-ballot - Ballot Australia flag

This page is part of the AU Core (v1.0.0-ballot: AU Core R1 Ballot 7) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Specimen - Naso swab (COVID test) - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "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"
    }
  ]
}