FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Observation |
| Id | Observation-pathresult-covid-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation pathresult-covid-1
Profile: AU Core Pathology Result Observation
status: Final
category: Laboratory, Microbiology
code: 2019-Novel Coronavirus PCR
subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)
effective: 2021-02-15 12:00:00+1000
performer: PATHOLOGY LAB
value: Not detected
specimen: Specimen: type = Swab; note = Collection Setting COVID HSC Assessment Clinic
{
"resourceType": "Observation",
"id": "pathresult-covid-1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "laboratory"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "MB"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "94309-2"
}
],
"text": "2019-Novel Coronavirus PCR"
},
"subject": {
"reference": "Patient/wang-li"
},
"effectiveDateTime": "2021-02-15T12:00:00+10:00",
"performer": [
{
"display": "PATHOLOGY LAB"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "260415000",
"display": "Not detected"
}
],
"text": "Not detected"
},
"specimen": {
"reference": "Specimen/nasoswab"
}
}