{
  "resourceType" : "Procedure",
  "id" : "ExampleProcedureEps",
  "meta" : {
    "profile" : ["http://fhir.ehdsi.eu/core/StructureDefinition/procedure-myhealtheu-core"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">20/05/2025: Thoracoscopic partial lobectomy of lung.</div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "119000",
      "display" : "Thoracoscopic partial lobectomy of lung"
    }]
  },
  "subject" : {
    "reference" : "urn:uuid:1d4bbc93-63b7-4f2b-8f0f-8380aa138f49"
  },
  "performedDateTime" : "2025-05-20",
  "performer" : [{
    "actor" : {
      "reference" : "urn:uuid:b975ec26-4ecf-4588-9fa2-afbb0d9fc530"
    }
  }],
  "bodySite" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "302551006",
      "display" : "Entire thorax"
    }]
  }]
}