• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Procedure",
3  "id": "procedure-1",
4  "status": "completed",
5  "code": {
6    "coding": [
7      {
8        "system": "http://snomed.info/sct",
9        "code": "80146002",
10        "display": "Excision of appendix (procedure)"
11      }
12    ],
13    "text": "Excision of appendix"
14  },
15  "category": {
16    "coding": [
17      {
18        "system": "http://snomed.info/sct",
19        "code": "387713003",
20        "display": "Surgical procedure (procedure)"
21      }
22    ],
23    "text": "Surgical procedure"
24  },
25  "subject": {
26    "reference": "Patient/patient-1"
27  },
28  "performedDateTime": "2010-08-13",
29  "recorder": {
30    "reference": "Practitioner/practitioner-2",
31    "display": "Dr Aisha Muhammad"
32  },
33  "asserter": {
34    "reference": "Practitioner/practitioner-2",
35    "display": "Dr Aisha Muhammad"
36  },
37  "performer": [
38    {
39      "actor": {
40        "reference": "Practitioner/practitioner-2",
41        "display": "Dr Aisha Muhammad"
42      },
43      "function": {
44        "coding": [
45          {
46            "system": "http://snomed.info/sct",
47            "code": "309376005",
48            "display": "Gastrointestinal surgeon"
49          }
50        ],
51        "text": "Administering Provider"
52      },
53      "onBehalfOf": {
54        "reference": "Organization/organization-2",
55        "display": "Health Connect Hospital"
56      }
57    }
58  ],
59  "location": {
60    "reference": "Location/location-unk",
61    "display": "HC Hospital Operation Room 1"
62  },
63  "bodySite": [
64    {
65      "coding": [
66        {
67          "system": "http://snomed.info/sct",
68          "code": "66754008",
69          "display": "Appendix structure (body structure)"
70        }
71      ],
72      "text": "Appendix structure"
73    }
74  ],
75  "reasonCode": [
76    {
77      "text": "Generalized abdominal pain 24 hours. Localized in RIF with rebound and guarding. High WCC. Inflammation on ultrasound."
78    }
79  ],
80  "outcome": {
81    "coding": [
82      {
83        "system": "http://snomed.info/sct",
84        "code": "385669000",
85        "display": "Successful"
86      }
87    ],
88    "text": "Successful"
89  },
90  "complication": [
91    {
92      "coding": [
93        {
94          "system": "http://snomed.info/sct",
95          "code": "160245001",
96          "display": "No current problems or disability"
97        }
98      ],
99      "text": "No current problems or disability"
100    }
101  ],
102  "followUp": [
103    {
104       "text": "Review in clinic in 1 week."
105    }
106  ],
107  "note": [
108    {
109      "text": "Routine procedure with no complications"
110    }
111  ]
112}