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

FHIR IG Statistics: ValueSet/block-change-reason

Packageca.on.oh-seris
Resource TypeValueSet
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/ValueSet/block-change-reason
URLhttp://ontariohealth.ca/fhir/ValueSet/block-change-reason
Version1.0.0
Statusdraft
NameBlockChangeReason
TitleBlock Change Reason
DescriptionThe value indicates the reason why Block was changed

Resources that use this resource

StructureDefinition
ca-on-seris-ext-blockchangeExtension: Block Change

Resources that this resource uses

CodeSystem
block-change-reasonBlock Change Reason

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"
          }
        ]
      }
    ]
  }
}