@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<https://hl7.or.cr/fhir/imaging-report/Observation/observation-xray-lung-finding> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-xray-lung-finding"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-xray-lung-finding</b></p><a name=\"observation-xray-lung-finding\"> </a><a name=\"hcobservation-xray-lung-finding\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 19829001}\">Hallazgo radiológico de pulmones</span></p><p><b>subject</b>: María Rodríguez García</p><p><b>effective</b>: 2026-01-20 09:15:00-0600</p><p><b>issued</b>: 2026-01-20 10:30:00-0600</p><p><b>performer</b>: Dr. Carlos López Martínez</p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 17621005}\">Normal</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></p><p><b>note</b>: </p><blockquote><div><p>Pulmones bien expandidos bilateralmente. Hilios pulmonares normales.</p>\n</div></blockquote><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 39607008}\">Pulmones</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:19829001 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "19829001" ]
     ] ) ;
     fhir:text [ fhir:v "Hallazgo radiológico de pulmones" ]
  ] ; # 
  fhir:subject [
     fhir:display [ fhir:v "María Rodríguez García" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2026-01-20T09:15:00-06:00"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2026-01-20T10:30:00-06:00"^^xsd:dateTime] ; # 
  fhir:performer ( [
     fhir:display [ fhir:v "Dr. Carlos López Martínez" ]
  ] ) ; # 
  fhir:value [
     a fhir:CodeableConcept ;
     fhir:coding ( [
       a sct:17621005 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "17621005" ]
     ] ) ;
     fhir:text [ fhir:v "Normal" ]
  ] ; # 
  fhir:interpretation ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation>
       ] ;
       fhir:code [ fhir:v "N" ]
     ] )
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Pulmones bien expandidos bilateralmente. Hilios pulmonares normales." ]
  ] ) ; # 
  fhir:bodySite [
     fhir:coding ( [
       a sct:39607008 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "39607008" ]
     ] ) ;
     fhir:text [ fhir:v "Pulmones" ]
  ] . # 

# -------------------------------------------------------------------------------------

