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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "ExampleProcedureHdr",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ehdsi.eu/hdr/StructureDefinition/procedure-hdr-myhealtheu"
    ]
  },
  "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"
        }
      ]
    }
  ]
}