FHIR IG analytics| Package | hl7.fhir.in |
| Resource Type | Procedure |
| Id | Procedure-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Procedure",
"id": "example-01",
"meta": {
"profile": [
"http://nrces.in/ndhm/fhir/r4/StructureDefinition/Procedure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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/1"
},
"performedDateTime": "2019-05-12",
"complication": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "131148009",
"display": "Bleeding"
}
]
}
]
}