@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/Observation/au-imagingresult-conformant> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-imagingresult-conformant"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-imagingresult" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-imagingresult>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation au-imagingresult-conformant</b></p><a name=\"au-imagingresult-conformant\"> </a><a name=\"hcau-imagingresult-conformant\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org.au/fhir/6.0.0/StructureDefinition-au-imagingresult.html\">AU Base Diagnostic Imaging Result</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category imaging}\">Imaging</span>, <span title=\"Codes:{http://snomed.info/sct 43799004}\">Thoracic cavity structure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 399208008}\">Plain chest X-ray</span></p><p><b>subject</b>: <a href=\"Patient/patient-fixture\">Patient/patient-fixture</a></p><p><b>effective</b>: 2026-02-02 11:00:00+1000</p><p><b>value</b>: No acute cardiopulmonary abnormality. Heart size normal. No pleural effusion.</p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 43799004}\">Thoracic cavity structure</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 399139009}\">Lateral view</span></td><td>Lateral view unremarkable.</td></tr></table></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "imaging" ] ;
       fhir:Coding.display [ fhir:value "Imaging" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:43799004 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "43799004" ] ;
       fhir:Coding.display [ fhir:value "Thoracic cavity structure" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:399208008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "399208008" ] ;
       fhir:Coding.display [ fhir:value "Plain chest X-ray" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Plain chest X-ray" ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://fhirfrog.org/fhir/au-core-tests/Patient/patient-fixture> ;
     fhir:Reference.reference [ fhir:value "Patient/patient-fixture" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-02-02T11:00:00+10:00"^^xsd:dateTime] ;
  fhir:Observation.valueString [ fhir:value "No acute cardiopulmonary abnormality. Heart size normal. No pleural effusion."] ;
  fhir:Observation.bodySite [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:43799004 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "43799004" ] ;
       fhir:Coding.display [ fhir:value "Thoracic cavity structure" ]
     ]
  ] ;
  fhir:Observation.component [
     fhir:index 0 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         a sct:399139009 ;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
         fhir:Coding.code [ fhir:value "399139009" ] ;
         fhir:Coding.display [ fhir:value "Chest X-ray, lateral view" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "Lateral view" ]
     ] ;
     fhir:Observation.component.valueString [ fhir:value "Lateral view unremarkable." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/Observation/au-imagingresult-conformant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

