{

"resourceType": "Procedure",
"id": "example-implant",
"status": "completed",
"code": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "25267002",
      "display": "Insertion of intracardiac pacemaker (procedure)"
    }
  ],
  "text": "Implant Pacemaker"
},
"subject": {
  "reference": "Patient/example"
},
"performedDateTime": "2015-04-05",
"performer": [
  {
    "actor": {
      "reference": "Practitioner/example",
      "display": "Dr Cecil Surgeon"
    }
  }
],
"reasonCode": [
  {
    "text": "Bradycardia"
  }
],
"followUp": [
  {
    "text": "ROS 5 days  - 2013-04-10"
  }
],
"note": [
  {
    "text": "Routine Appendectomy. Appendix was inflamed and in retro-caecal position"
  }
],
"focalDevice": [
  {
    "action": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/device-action",
          "code": "implanted"
        }
      ]
    },
    "manipulated": {
      "reference": "Device/example-pacemaker"
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}