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

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

: Procedure - 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 "ExampleProcedureHdr"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/hdr/StructureDefinition/procedure-hdr-myhealtheu"^^xsd:anyURI ;
fhir:link <http://fhir.ehdsi.eu/hdr/StructureDefinition/procedure-hdr-myhealtheu>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">20/05/2025: Thoracoscopic partial lobectomy of lung.</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:119000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "119000" ] ;
fhir:display [ fhir:v "Thoracoscopic partial lobectomy of lung" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
  ] ; # 
  fhir:performed [
a fhir:dateTime ;
fhir:v "2025-05-20"^^xsd:date
  ] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "urn:uuid:b975ec26-4ecf-4588-9fa2-afbb0d9fc530" ]     ]
  ] ) ; # 
  fhir:bodySite ( [
    ( fhir:coding [
a sct:302551006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "302551006" ] ;
fhir:display [ fhir:v "Entire thorax" ]     ] )
  ] ) . #