FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeSpecimen
IdSpecimen-nasoswab.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Specimen nasoswab

type: Swab

subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)

Collections

-Collected[x]BodySite
*2021-02-15 12:00:00+1000Nasopharyngeal

note:

Collection Setting COVID HSC Assessment Clinic


Source1

{
  "resourceType": "Specimen",
  "id": "nasoswab",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}