Get a list of procedures

get

/Procedure

Search for Procedure resources that meet specified query parameters.

GET /Procedure?:parameters
This operation supports the following authorization types:
  • Provider
  • Patient
  • System
Notes Soarian Clinicals reports the procedure code that may have been received from an interfaced financial system. If the financial system supplied a procedure code without identifying its coding system, the coding system will not appear in the procedure FHIR resource and should not be assumed to be SNOMED CT.

Request

Query Parameters
  • The logical resource ID associated with the resource.
    This parameter is required if patient is not used.
    Type: token.
  • A request to include any Provenance resource in the bundle that refers to a Procedure resource in the search results. Only supported with Provenance.
    Type: _revinclude.
  • Date range into which the procedure falls. For example, date=gt2014-09-24 or date=lt2015-09-24T12:00:00.000Z
    Type: date.
  • The encounter associated with the procedure record.
    Type: reference.
  • The patient who has the procedure.
    This parameter is required if _id is not used.
    Type: reference.
Header Parameters
Back to Top

Response

Supported Media Types

Default Response

Search by Patient
Example Request
GET https://fhir-myrecord-sc.sandboxcerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Procedure?patient=A879904FD2FE4B2D90C89FDA84E1285F
Example Response:
{
   "resourceType": "Bundle",
   "id": "3ea57196-7e5c-4ad6-9c3b-8761c38430c5",
   "type": "searchset",
   "timestamp": "2022-05-11T04:42:41-04:00",
   "entry": [
     {
       "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Procedure/A879904FD2FE4B2D90C89FDA84E1285F.8008",
       "search": {
         "mode": "match"
       },
       "resource": {
         "resourceType": "Procedure",
         "id": "A879904FD2FE4B2D90C89FDA84E1285F.8008",
         "meta": {
           "lastUpdated": "2021-03-02T15:48:45-05:00"
         },
         "status": "completed",
         "code": {
           "coding": [
             {
               "system": "http://snomed.info/sct",
               "code": "10847001",
               "display": "Bronchoscopy"
             }
           ],
           "text": "Bronchoscopy"
         },
         "subject": {
           "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
           "display": "Mcgovern,Astrid Santiago"
         },
         "encounter": {
           "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
           "display": "Inferno,Initial"
         },
         "performedDateTime": "2020-11-13T02:02:00-05:00",
         "focalDevice": [
           {
             "action": {
               "coding": [
                 {
                   "system": "http://snomed.info/sct",
                   "code": "257867005",
                   "display": "Insertion - action"
                 }
               ]
             },
             "manipulated": {
               "reference": "Device/A879904FD2FE4B2D90C89FDA84E1285F.9005",
               "display": "700803007 Orthopedic prosthesis implantation instrument, reusable (physical object)"
             }
           },
           {
             "action": {
               "coding": [
                 {
                   "system": "http://snomed.info/sct",
                   "code": "257867005",
                   "display": "Insertion - action"
                 }
               ]
             },
             "manipulated": {
               "reference": "Device/A879904FD2FE4B2D90C89FDA84E1285F.13004",
               "display": "714547008 Bone matrix implant, human derived (physical object)"
             }
           }
         ],
         "text": {
           "status": "generated",
           "div": "
Procedure
Patient:Mcgovern,Astrid Santiago;
Encounter:Inferno,Initial;
Status:completed;
Code:
system:http://snomed.info/sct code:10847001 display:Bronchoscopy;
Performed:2020-11-13T02:02:00-05:00;
Focal Device:
Action: system:http://snomed.info/sct code:257867005 display:Insertion - action;
Manipulated:Device/A879904FD2FE4B2D90C89FDA84E1285F.9005,700803007 Orthopedic prosthesis implantation instrument, reusable (physical object);
Action: system:http://snomed.info/sct code:257867005 display:Insertion - action;
Manipulated:Device/A879904FD2FE4B2D90C89FDA84E1285F.13004,714547008 Bone matrix implant, human derived (physical object);
" } } } ], "link": [ { "relation": "self", "url": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Procedure?patient=A879904FD2FE4B2D90C89FDA84E1285F" } ] }

x-_id Response

Search by ID
Example Request
GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Procedure?_id=A879904FD2FE4B2D90C89FDA84E1285F.8008
Example Response:
{
  "resourceType": "Bundle",
  "id": "3ea57196-7e5c-4ad6-9c3b-8761c38430c5",
  "type": "searchset",
  "timestamp": "2022-05-11T04:42:41-04:00",
  "entry": [
    {
      "fullUrl": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Procedure/A879904FD2FE4B2D90C89FDA84E1285F.8008",
      "search": {
        "mode": "match"
      },
      "resource": {
        "resourceType": "Procedure",
        "id": "A879904FD2FE4B2D90C89FDA84E1285F.8008",
        "meta": {
          "lastUpdated": "2021-03-02T15:48:45-05:00"
        },
        "status": "completed",
        "code": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "10847001",
              "display": "Bronchoscopy"
            }
          ],
          "text": "Bronchoscopy"
        },
        "subject": {
          "reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
          "display": "Mcgovern,Astrid Santiago"
        },
        "encounter": {
          "reference": "Encounter/A879904FD2FE4B2D90C89FDA84E1285F.29019",
          "display": "Inferno,Initial"
        },
        "performedDateTime": "2020-11-13T02:02:00-05:00",
        "focalDevice": [
          {
            "action": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "257867005",
                  "display": "Insertion - action"
                }
              ]
            },
            "manipulated": {
              "reference": "Device/A879904FD2FE4B2D90C89FDA84E1285F.9005",
              "display": "700803007 Orthopedic prosthesis implantation instrument, reusable (physical object)"
            }
          },
          {
            "action": {
              "coding": [
                {
                  "system": "http://snomed.info/sct",
                  "code": "257867005",
                  "display": "Insertion - action"
                }
              ]
            },
            "manipulated": {
              "reference": "Device/A879904FD2FE4B2D90C89FDA84E1285F.13004",
              "display": "714547008 Bone matrix implant, human derived (physical object)"
            }
          }
        ],
        "text": {
          "status": "generated",
          "div": "
Procedure
Patient:Mcgovern,Astrid Santiago;
Encounter:Inferno,Initial;
Status:completed;
Code:
system:http://snomed.info/sct code:10847001 display:Bronchoscopy;
Performed:2020-11-13T02:02:00-05:00;
Focal Device:
Action: system:http://snomed.info/sct code:257867005 display:Insertion - action;
Manipulated:Device/A879904FD2FE4B2D90C89FDA84E1285F.9005,700803007 Orthopedic prosthesis implantation instrument, reusable (physical object);
Action: system:http://snomed.info/sct code:257867005 display:Insertion - action;
Manipulated:Device/A879904FD2FE4B2D90C89FDA84E1285F.13004,714547008 Bone matrix implant, human derived (physical object);
" } } } ], "link": [ { "relation": "self", "url": "https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Procedure?patient=A879904FD2FE4B2D90C89FDA84E1285F" } ] }
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.
Back to Top