FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeProcedure
IdProcedure-stentinsertion.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Procedure stentinsertion

status: Completed

code: Placement of stent in right coronary artery

subject: Li Wang Male, DoB: 1975-05-03 ( Medical Record Number: 22421441)

performed: 2021-09-25

Performers

-Actor
*PractitionerRole Surgeon (General)

location: Location Murrabit Public Hospital

reasonCode: Occlusion of right coronary artery

bodySite: Right coronary artery

FocalDevices

-ActionManipulated
*Surgical insertion - actioncoronary stent

Source1

{
  "resourceType": "Procedure",
  "id": "stentinsertion",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}