FHIR IG analytics| Package | ca.on.erec.r4 |
| Resource Type | Procedure |
| Id | Procedure-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Procedure",
"id": "5c116e10-03b5-4503-9e65-6c26e5cc750f",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Procedure|1.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/physical-therapy",
"display": "Order for the assessment of passive range of motion"
}
],
"status": "completed",
"category": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "386053000",
"display": "Evaluation procedure (procedure)"
}
],
"text": "Evaluation"
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "710830005",
"display": "Assessment of passive range of motion (procedure)"
}
],
"text": "Assessment of passive range of motion"
},
"subject": {
"reference": "Patient/example"
},
"performedDateTime": "2016-09-27",
"performer": [
{
"actor": {
"display": "Paul Therapist, PT"
}
}
],
"location": {
"display": "Sawbones Orthopedic Clinic"
},
"reasonCode": [
{
"text": "assessment of mobility limitations due to osteoarthritis"
}
],
"bodySite": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "36701003",
"display": "Both knees (body structure)"
}
],
"text": "Both knees"
}
]
}