FHIR R4 Procedure
This resource conforms to the Implantable Device Procedure resource definition of the US-Core StructureDefinition. This resource may be used for other non-implant procedures.
Request
GET [base]/fhir/Procedure/[id]
Parameters
Name | Description | Optional? |
---|---|---|
id | The resource ID | false |
Response
{
"id": "core:2e6f937c-3f5b-4de2-80bf-2e64d4c2108d",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
]
},
"text": {
"status": "generated",
"div": "<p><strong>Procedure: </strong>Nebulizer Therapy<br><strong>Date: </strong>2015-06-22T00:00:00-04:00</p>"
},
"contained": [
{
"id": "performer-actor",
"name": "Albert Davis",
"telecom": [
{
"system": "phone",
"value": "5555551002",
"use": "work"
}
],
"address": [
{
"text": "Neighborhood Physicians Practice 2472 Rocky place, Beaverton, OR-97006"
}
],
"resourceType": "Organization"
}
],
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "56251003",
"display": "Nebulizer Therapy"
}
],
"text": "Nebulizer Therapy"
},
"subject": {
"reference": "Patient/659426d2-094d-468f-b8ac-f2f9a813e3e1",
"type": "Patient",
"display": "Newman, Alice Jones"
},
"performedDateTime": "2015-06-22T00:00:00-04:00",
"performer": [
{
"actor": {
"reference": "#performer-actor",
"type": "Organization",
"display": "Albert Davis"
}
}
],
"resourceType": "Procedure"
}