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

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

: Procedure Imaging - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleProcedureImagingHdr"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/hdr/StructureDefinition/procedure-imaging-myhealtheu"^^xsd:anyURI ;
fhir:link <http://fhir.ehdsi.eu/hdr/StructureDefinition/procedure-imaging-myhealtheu>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">20/05/2025: Computed tomography of abdomen and pelvis without contrast</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:16457501000119102 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "16457501000119102" ] ;
fhir:display [ fhir:v "Computed tomography of abdomen and pelvis without contrast" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
  ] ; # 
  fhir:performed [
a fhir:dateTime ;
fhir:v "2025-05-20T09:00:00+02:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "urn:uuid:b975ec26-4ecf-4588-9fa2-afbb0d9fc530" ]     ]
  ] ) ; # 
  fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/ExampleConditionHdr" ]
  ] ) . #