MyHealth@Eu Medical Imaging Report
0.0.1 - ci-build
150
MyHealth@Eu Medical Imaging Report - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Procedure",
"id" : "ExampleProcedureImg",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ExampleProcedureImg</b></p><a name=\"ExampleProcedureImg\"> </a><a name=\"hcExampleProcedureImg\"> </a><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 387713003}\">Surgical procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 80146002}\">Appendectomy</span></p><p><b>subject</b>: <a href=\"Patient/example\">John Doe</a></p><p><b>encounter</b>: <a href=\"Encounter/enc123\">Emergency Surgery Admission</a></p><p><b>performed</b>: 2024-12-10 10:30:00+0000</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/performer-role primary-surgeon}\">Primary Surgeon</span></td><td><a href=\"Practitioner/example\">Dr. Alice Smith</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 4970003}\">Venography</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 362072009}\">Saphenous vein structure</span></p><p><b>followUp</b>: <span title=\"Codes:\">Stitches removal in 10 days</span></p><p><b>note</b>: </p><blockquote><div><p>Procedure was successful. No complications observed.</p>\n</div></blockquote></div>"
},
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "387713003",
"display" : "Surgical procedure"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "80146002",
"display" : "Appendectomy"
}
]
},
"subject" : {
"reference" : "Patient/example",
"display" : "John Doe"
},
"encounter" : {
"reference" : "Encounter/enc123",
"display" : "Emergency Surgery Admission"
},
"performedDateTime" : "2024-12-10T10:30:00Z",
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/performer-role",
"code" : "primary-surgeon",
"display" : "Primary Surgeon"
}
]
},
"actor" : {
"reference" : "Practitioner/example",
"display" : "Dr. Alice Smith"
}
}
],
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "4970003",
"display" : "Venography"
}
]
}
],
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "362072009",
"display" : "Saphenous vein structure"
}
]
}
],
"followUp" : [
{
"text" : "Stitches removal in 10 days"
}
],
"note" : [
{
"text" : "Procedure was successful. No complications observed."
}
]
}