FHIR IG Statistics: ValueSet/block-change-reason
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "block-change-reason",
"url": "http://ontariohealth.ca/fhir/ValueSet/block-change-reason",
"version": "1.0.0",
"name": "BlockChangeReason",
"title": "Block Change Reason",
"status": "draft",
"publisher": "Ontario Health",
"description": "The value indicates the reason why Block was changed",
"immutable": false,
"compose": {
"include": [
{
"system": "http://ontariohealth.ca/fhir/CodeSystem/block-change-reason",
"concept": [
{
"code": "b-add",
"display": "Block Added"
},
{
"code": "b-oh",
"display": "Block On-Hold"
},
{
"code": "b-r",
"display": "Block Removed"
},
{
"code": "b-ti",
"display": "Block Time Increased"
},
{
"code": "b-tr",
"display": "Block Time Revoked"
},
{
"code": "r-ch",
"display": "Room Change"
},
{
"code": "s-a",
"display": "Schedule Adjustment"
},
{
"code": "su-ch",
"display": "Surgeon Changed"
},
{
"code": "se-ch",
"display": "Service Changed"
}
]
}
]
}
}