AI Transparency on FHIR
0.1.0 - ci-build International flag

AI Transparency on FHIR, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/aitransparency-ig/ and changes regularly. See the Directory of published versions

: Appendectomy Procedure - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "proc",
  "meta" : {
    "versionId" : "1"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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</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://example.org/fhir/Patient/pat\">http://example.org/fhir/Patient/pat</a></p><p><b>performed</b>: 2013-04-05</p><p><b>recorder</b>: <a href=\"http://example.org/fhir/Practitioner/pract\">http://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://example.org/fhir/Practitioner/pract\">http://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://example.org/fhir/Patient/pat"
  },
  "performedDateTime" : "2013-04-05",
  "recorder" : {
    "reference" : "http://example.org/fhir/Practitioner/pract"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "http://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"
    }
  ]
}