AU Core Implementation Guide
1.0.0-ballot - Ballot Australia flag

This page is part of the AU Core (v1.0.0-ballot: AU Core R1 Ballot 7) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Procedure - Stent insertion - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "stentinsertion",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure stentinsertion</b></p><a name=\"stentinsertion\"> </a><a name=\"hcstentinsertion\"> </a><a name=\"stentinsertion-en-AU\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 36969009}\">Placement of stent in right coronary artery</span></p><p><b>subject</b>: <a href=\"Patient-wang-li.html\">Li Wang  Male, DoB: 1975-05-03 ( Medical Record Number:\u00a02338189)</a></p><p><b>performed</b>: 2021-09-25</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-surgeon-chau-fryer.html\">PractitionerRole Surgeon (General)</a></td></tr></table><p><b>location</b>: <a href=\"Location-murrabit-hospital.html\">Location Murrabit Public Hospital</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 876856005}\">Occlusion of right coronary artery</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 13647002}\">Right coronary artery</span></p><h3>FocalDevices</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Action</b></td><td><b>Manipulated</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 425362007}\">Surgical insertion - action</span></td><td>coronary stent</td></tr></table></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "36969009",
        "display" : "Placement of stent in coronary artery"
      }
    ],
    "text" : "Placement of stent in right coronary artery"
  },
  "subject" : {
    🔗 "reference" : "Patient/wang-li"
  },
  "performedDateTime" : "2021-09-25",
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/surgeon-chau-fryer"
      }
    }
  ],
  "location" : {
    🔗 "reference" : "Location/murrabit-hospital"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "876856005",
          "display" : "Stenosis of right coronary artery"
        }
      ],
      "text" : "Occlusion of right coronary artery"
    }
  ],
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "13647002",
          "display" : "Right coronary artery structure"
        }
      ],
      "text" : "Right coronary artery"
    }
  ],
  "focalDevice" : [
    {
      "action" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "425362007",
            "display" : "Surgical insertion - action"
          }
        ]
      },
      "manipulated" : {
        "display" : "coronary stent"
      }
    }
  ]
}