This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Real-world procedure example
{
"resourceType" : "Procedure",
"id" : "f001",
"status" : "completed",
"code" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "34068001",
"display" : "Heart valve replacement"
}]
},
"subject" : {
"reference" : "Patient/f001",
"display" : "P. van de Heuvel"
},
"encounter" : {
"reference" : "Encounter/f001"
},
"occurrencePeriod" : {
"start" : "2011-06-26",
"end" : "2011-06-27"
},
"performer" : [{
"function" : {
"coding" : [{
"system" : "urn:oid:2.16.840.1.113883.2.4.15.111",
"code" : "01.000",
"display" : "Arts"
}],
"text" : "Care role"
},
"actor" : {
"reference" : "Practitioner/f002",
"display" : "P. Voigt"
}
}],
"reason" : [{
"concept" : {
"text" : "Heart valve disorder"
}
}],
"bodySite" : [{
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "17401000",
"display" : "Heart valve structure"
}]
}],
"outcome" : [{
"concept" : {
"text" : "improved blood circulation"
}
}],
"report" : [{
"reference" : "DiagnosticReport/f001",
"display" : "Lab results blood test"
}],
"followUp" : [{
"concept" : {
"text" : "described in care plan"
}
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.