FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | Procedure |
| Id | PS-CA BC Procedure Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Procedure
Patient: Greta Wiebe
Procedure Name: Left Knee Arthroplasty
Date Performed: 2018
Notes: No Complications
{
"resourceType": "Procedure",
"id": "ProcedurePSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/procedure-ca-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "52734007",
"display": "Arthroplasty of the knee"
}
],
"text": "Left Knee Arthroplasty"
},
"subject": {
"reference": "Patient/PatientPSBCExample",
"display": "Greta Wiebe"
},
"performedDateTime": "2018",
"note": [
{
"text": "No Complications"
}
]
}