| Package | ca.on.oh-seris |
| Resource Type | CodeSystem |
| Id | business-status |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/CodeSystem/business-status |
| URL | http://ontariohealth.ca/fhir/CodeSystem/business-status |
| Version | 1.0.0 |
| Status | draft |
| Date | 2023-03-10 |
| Name | BusinessStatus |
| Title | Business Status |
| Description | Surgery case information and status |
| Content | complete |
| ValueSet | |
| business-status | Business Status |
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "business-status",
"url": "http://ontariohealth.ca/fhir/CodeSystem/business-status",
"version": "1.0.0",
"name": "BusinessStatus",
"title": "Business Status",
"status": "draft",
"experimental": false,
"date": "2023-03-10",
"publisher": "Ontario Health",
"description": "Surgery case information and status",
"content": "complete",
"count": 4,
"concept": [
{
"code": "booked",
"display": "Booked"
},
{
"code": "cancelled",
"display": "Cancelled"
},
{
"code": "entered-in-error",
"display": "Entered in Error"
},
{
"code": "performed",
"display": "Performed"
}
]
}