MyHealth@Eu Hospital Discharge Report
9.1.0 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v9.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Radiology Observation (Chest X-Ray) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "d532c253-9bd1-433a-a08e-fb6384f4a6b6"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/hdr/StructureDefinition/observation-imgFinding-eu-hdr"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/hdr/StructureDefinition/observation-imgFinding-eu-hdr>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example observation for radiology results.</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>       ] ;
fhir:code [ fhir:v "imaging" ] ;
fhir:display [ fhir:v "Imaging" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:36554-4 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org>       ] ;
fhir:code [ fhir:v "36554-4" ] ;
fhir:display [ fhir:v "XR Chest Single View" ]     ] )
  ] ; # 
  fhir:subject [
fhir:l <urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49> ;
fhir:reference [ fhir:v "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
  ] ; # 
  fhir:effective [
a fhir:DateTime ;
fhir:v "2024-09-10T10:30:00Z"^^xsd:dateTime
  ] ; # 
  fhir:issued [ fhir:v "2024-09-10T11:00:00Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:l fhir:PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530 ;
fhir:reference [ fhir:v "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530" ]
  ] ) ; # 
  fhir:value [
a fhir:String ;
fhir:v "Found a mass in the heart cavity"
  ] ; # 
  fhir:bodySite [
    ( fhir:coding [
a sct:727751002 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "727751002" ] ;
fhir:display [ fhir:v "Entire surface region of front of chest" ]     ] )
  ] . #