FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Specimen |
| Id | Specimen-nasoswab.json |
| FHIR Version | R4 |
No resources found
No resources found
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)
| Collected[x] | BodySite |
| 2021-02-15 12:00:00+1000 | Nasopharyngeal |
note:
Collection Setting COVID HSC Assessment Clinic
{
"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"
}
]
}