FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/block-change-reason

Packageca.on.oh-seris
Resource TypeCodeSystem
Idblock-change-reason
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/CodeSystem/block-change-reason
URLhttp://ontariohealth.ca/fhir/CodeSystem/block-change-reason
Version1.0.0
Statusdraft
Date2023-03-10
NameBlockChangeReason
TitleBlock Change Reason
DescriptionThe value indicates the reason why Block was changed
Contentcomplete

Resources that use this resource

ValueSet
block-change-reasonBlock Change Reason

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "block-change-reason",
  "url": "http://ontariohealth.ca/fhir/CodeSystem/block-change-reason",
  "version": "1.0.0",
  "name": "BlockChangeReason",
  "title": "Block Change Reason",
  "status": "draft",
  "experimental": false,
  "date": "2023-03-10",
  "publisher": "Ontario Health",
  "description": "The value indicates the reason why Block was changed",
  "content": "complete",
  "count": 6,
  "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"
    }
  ]
}