FHIR IG analytics| Package | csiro.stars |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-Example-ID.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DiagnosticReport Example-ID
Profile: CSIRO STARS DiagnosticReport Profile
| Reported | 2022-11-29 00:00:00+0000 |
| Identifier | 22-00001 |
Report Details
| Code | Value | Flags | When For | Reported |
| Australian Bat Lyssavirus - Pteropid RT - TaqMan Assay | 36.6 Cycle Threshold | Final, Positive | 2022-11-28 10:30:10+1000 | 2022-11-29 10:30:10+1000 |
| Australian Bat Lyssavirus - Insectivorous RT - TaqMan Assay | 45 Cycle Threshold | Final, Negative | 2022-11-29 10:30:10+1000 | 2022-11-29 10:30:10+1000 |
| Rabies Fluorescent Antibody Virus Neutralisation Test. | >2 international unit per milliliter (Details: UCUM code[IU]/mL = '[IU]/mL') | Final, Negative | 2022-11-29 10:30:10+1000 | 2022-11-29 10:30:10+1000 |
{
"resourceType": "DiagnosticReport",
"id": "Example-ID",
"meta": {
"profile": [
"https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-diagnosticreport"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/requisition",
"valueString": "AS-99322"
}
],
"identifier": [
{
"value": "22-00001"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11502-2",
"display": "Laboratory report"
}
]
},
"issued": "2022-11-29T00:00:00Z",
"resultsInterpreter": [
{
"reference": "Practitioner/practitioner-example"
}
],
"result": [
{
"reference": "Observation/observation-example-category3-bat-ABLVPt"
},
{
"reference": "Observation/observation-example-category3-bat-ABLVIn"
},
{
"reference": "Observation/observation-example-category3-bat-RABIESFAV"
}
]
}