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

FHIR IG analytics

Packagefhirfrog.au-core-tests
Resource TypeObservation
IdObservation-au-imagingresult-conformant.json
FHIR VersionR4

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: Observation au-imagingresult-conformant

status: Final

category: Imaging, Thoracic cavity structure

code: Plain chest X-ray

subject: Patient/patient-fixture

effective: 2026-02-02 11:00:00+1000

value: No acute cardiopulmonary abnormality. Heart size normal. No pleural effusion.

bodySite: Thoracic cavity structure

Components

-CodeValue[x]
*Lateral viewLateral view unremarkable.

Source1

{
  "resourceType": "Observation",
  "id": "au-imagingresult-conformant",
  "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"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "43799004",
          "display": "Thoracic cavity structure"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "399208008",
        "display": "Plain chest X-ray"
      }
    ],
    "text": "Plain chest X-ray"
  },
  "subject": {
    "reference": "Patient/patient-fixture"
  },
  "effectiveDateTime": "2026-02-02T11:00:00+10:00",
  "valueString": "No acute cardiopulmonary abnormality. Heart size normal. No pleural effusion.",
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "43799004",
        "display": "Thoracic cavity structure"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "399139009",
            "display": "Chest X-ray, lateral view"
          }
        ],
        "text": "Lateral view"
      },
      "valueString": "Lateral view unremarkable."
    }
  ]
}