@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "RightAtriumArea"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation RightAtriumArea

status: Final

category: Echocardiography

code: Right atrial Area at end systole by US.2D.A4C+Measured by planimetry

subject: Anonymous Patient (no stated gender), DoB Unknown

effective: 2025-05-28 12:00:00+0000

value: 75 cm²

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ a sct:40701008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "40701008" ] ; fhir:display [ fhir:v "Echocardiography" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a loinc:80075-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "80075-5" ] ; fhir:display [ fhir:v "Right atrial Area at end systole by US.2D.A4C+Measured by planimetry" ] ] ) ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/P001" ] ] ; # fhir:effective [ a fhir:dateTime ; fhir:v "2025-05-28T12:00:00.000+00:00"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "75"^^xsd:decimal ] ; fhir:unit [ fhir:v "cm²" ] ] . # # -------------------------------------------------------------------------------------