FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | Observation |
| Id | Observation-au-imagingresult-minimal.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation au-imagingresult-minimal
Profile: AU Base Diagnostic Imaging Result
status: Final
category: Imaging
code: Plain chest X-ray
subject: Patient/patient-fixture
effective: 2026-02-03 14:00:00+1000
dataAbsentReason: Not Performed
{
"resourceType": "Observation",
"id": "au-imagingresult-minimal",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-imagingresult"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "imaging",
"display": "Imaging"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "168537006",
"display": "Plain chest X-ray"
}
],
"text": "Plain chest X-ray"
},
"subject": {
"reference": "Patient/patient-fixture"
},
"effectiveDateTime": "2026-02-03T14:00:00+10:00",
"dataAbsentReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code": "not-performed",
"display": "Not Performed"
}
]
}
}