Get a procedure by ID
get
/Procedure/{ID}
List an individual Procedure resource by its ID.
GET /Procedure/:id
This Operation supports the following Authorization types:
- Provider
- Patient
- System
Request
Path Parameters
-
ID(required): string
The logical resource ID associated with the resource.
Type: token.
Header Parameters
-
Accept(required): string
The media type to be requested. Refer to what the resource's operation produces for what is supported.
-
Authorization(required): string
Contains the credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
Response
Supported Media Types
- application/fhir+json
Default Response
Example Request
GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Procedure/A879904FD2FE4B2D90C89FDA84E1285F.8008
Example Response:
{
"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": "<div xmlns="http://www.w3.org/1999/xhtml"><b>Procedure</b><br /><b>Patient</b>:Mcgovern,Astrid Santiago;<br /><b>Encounter</b>:Inferno,Initial;<br /><b>Status</b>:completed;<br /><b>Code</b>:<br /><b>system</b>:http://snomed.info/sct <b>code</b>:10847001 <b>display</b>:Bronchoscopy;<br /><b>Performed</b>:2020-11-13T02:02:00-05:00;<br /><b>Focal Device</b>: <br /><b>Action</b>: <b>system</b>:http://snomed.info/sct <b>code</b>:257867005 <b>display</b>:Insertion - action;<br /><b>Manipulated</b>:Device/A879904FD2FE4B2D90C89FDA84E1285F.9005,700803007 Orthopedic prosthesis implantation instrument, reusable (physical object);<br /><b>Action</b>: <b>system</b>:http://snomed.info/sct <b>code</b>:257867005 <b>display</b>:Insertion - action;<br /><b>Manipulated</b>:Device/A879904FD2FE4B2D90C89FDA84E1285F.13004,714547008 Bone matrix implant, human derived (physical object);<br /></div>"
}
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
X-Request-Id, if present. -
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-Request-Id, if present.