FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions
: Procedure/example-01 - JSON Representation
Raw json | Download
{
"resourceType" : "Procedure",
"id" : "example-01",
"meta" : {
"profile" : [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/Procedure"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placement of stent in coronary artery</div>"
},
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "36969009",
"display" : "Placement of stent in coronary artery"
}
],
"text" : "Placement of stent in coronary artery"
},
"subject" : {
"reference" : "Patient/example-01"
},
"performedDateTime" : "2019-05-12",
"complication" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "131148009",
"display" : "Bleeding"
}
]
}
]
}