{
  "resourceType" : "Procedure",
  "id" : "proc",
  "meta" : {
    "versionId" : "1"
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure proc</b></p><a name=\"proc\"> </a><a name=\"hcproc\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Language: en</p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 80146002}\">Appendectomy</span></p><p><b>subject</b>: <a href=\"http://server.example.org/fhir/Patient/pat\">http://server.example.org/fhir/Patient/pat</a></p><p><b>performed</b>: 2013-04-05</p><p><b>recorder</b>: <a href=\"http://server.example.org/fhir/Practitioner/pract\">http://server.example.org/fhir/Practitioner/pract</a></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=\"http://server.example.org/fhir/Practitioner/pract\">http://server.example.org/fhir/Practitioner/pract</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:\">Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding</span></p><p><b>followUp</b>: <span title=\"Codes:\">ROS 5 days  - 2013-04-10</span></p><p><b>note</b>: </p><blockquote><div><p>Routine Appendectomy. Appendix was inflamed and in retro-caecal position</p>\n</div></blockquote></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "80146002",
      "display" : "Excision of appendix"
    }],
    "text" : "Appendectomy"
  },
  "subject" : {
    "reference" : "http://server.example.org/fhir/Patient/pat"
  },
  "performedDateTime" : "2013-04-05",
  "recorder" : {
    "reference" : "http://server.example.org/fhir/Practitioner/pract"
  },
  "performer" : [{
    "actor" : {
      "reference" : "http://server.example.org/fhir/Practitioner/pract"
    }
  }],
  "reasonCode" : [{
    "text" : "Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding"
  }],
  "followUp" : [{
    "text" : "ROS 5 days  - 2013-04-10"
  }],
  "note" : [{
    "text" : "Routine Appendectomy. Appendix was inflamed and in retro-caecal position"
  }]
}