This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Real-world procedure example
{
"resourceType": "Procedure",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>subject</b>: Roel\n </p>\n <p>\n <b>type</b>: \n <span title=\"Codes: {http://snomed.info/sct 367336001}\">Chemotherapy</span>\n </p>\n <p>\n <b>bodySite</b>: \n <span title=\"Codes: {http://snomed.info/sct 272676008}\">Sphenoid bone</span>\n </p>\n <p>\n <b>indication</b>: \n <span title=\"Codes: \">DiagnosticReport/f201</span>\n </p>\n <h3>Performers</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Person</b>\n </td>\n <td>\n <b>Role</b>\n </td>\n </tr>\n <tr>\n <td>Dokter Bronsig</td>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 310512001}\">Medical oncologist</span>\n </td>\n </tr>\n </table>\n <p>\n <b>date</b>: 28-Jan 2013 13:31 --> 28-Jan 2013 14:27\n </p>\n <p>\n <b>encounter</b>: Roel's encounter on January 28th, 2013\n </p>\n <p>\n <b>notes</b>: Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding.\n </p>\n </div>"
},
"subject": {
"reference": "Patient/f201",
"display": "Roel"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "367336001",
"display": "Chemotherapy"
}
]
},
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "272676008",
"display": "Sphenoid bone"
}
]
}
],
"indication": [
{
"text": "DiagnosticReport/f201"
}
],
"performer": [
{
"person": {
"reference": "Practitioner/f201",
"display": "Dokter Bronsig"
},
"role": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "310512001",
"display": "Medical oncologist"
}
]
}
}
],
"date": {
"start": "2013-01-28T13:31:00+01:00",
"end": "2013-01-28T14:27:00+01:00"
},
"encounter": {
"reference": "Encounter/f202",
"display": "Roel's encounter on January 28th, 2013"
},
"notes": "Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding."
}