FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Procedure |
| Id | Procedure-example-procedure-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Procedure",
"id": "example-procedure-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/procedure-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/Procedure",
"value": "PROC123456"
}
],
"status": "completed",
"code": {
"coding": [
{
"code": "24627-2",
"system": "http://loinc.org",
"display": "CT Chest"
}
]
},
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"performedPeriod": {
"start": "2024-03-27T10:30:00-07:00",
"end": "2024-03-27T10:45:00-07:00"
},
"performer": [
{
"actor": {
"reference": "PractitionerRole/example-practitionerrole-ca-core-3"
}
}
],
"location": {
"reference": "Location/example-location-ca-core"
},
"reasonReference": [
{
"reference": "Condition/example-condition-ca-core"
}
],
"basedOn": [
{
"reference": "ServiceRequest/example-servicerequest-ca-core"
}
],
"report": [
{
"reference": "DiagnosticReport/example-diagnosticreport-radiology-ca-core"
}
],
"note": [
{
"text": "CT scan completed with contrast."
}
]
}