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

FHIR IG analytics

Packagecsiro.stars
Resource TypeDiagnosticReport
IdDiagnosticReport-Example-ID.json
FHIR VersionR5

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: DiagnosticReport Example-ID

Laboratory report

Reported2022-11-29 00:00:00+0000
Identifier 22-00001

Report Details

CodeValueFlagsWhen ForReported
Australian Bat Lyssavirus - Pteropid RT - TaqMan Assay36.6 Cycle ThresholdFinal, Positive2022-11-28 10:30:10+10002022-11-29 10:30:10+1000
Australian Bat Lyssavirus - Insectivorous RT - TaqMan Assay45 Cycle ThresholdFinal, Negative2022-11-29 10:30:10+10002022-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, Negative2022-11-29 10:30:10+10002022-11-29 10:30:10+1000

Source1

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