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

FHIR IG Statistics: ValueSet/adjustment-reason

Packageca.on.oh-seris
Resource TypeValueSet
Idadjustment-reason
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/ValueSet/adjustment-reason
URLhttp://ontariohealth.ca/fhir/ValueSet/adjustment-reason
Version1.0.0
Statusdraft
NameAdjustmentReason
TitleAdjustment Reason
DescriptionReason for Adjustment

Resources that use this resource

StructureDefinition
ca-on-seris-ext-adjustment-reasonAdjustmentReason
ca-on-setp-ext-unplannedreturnExtension: Unplanned Return

Resources that this resource uses

CodeSystem
adjustment-reasonAdjustment Reason

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "adjustment-reason",
  "url": "http://ontariohealth.ca/fhir/ValueSet/adjustment-reason",
  "version": "1.0.0",
  "name": "AdjustmentReason",
  "title": "Adjustment Reason",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Reason for Adjustment",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/adjustment-reason",
        "concept": [
          {
            "code": "p-b",
            "display": "Planned-Budget"
          },
          {
            "code": "p-dt",
            "display": "Planned-Downtime"
          },
          {
            "code": "p-h",
            "display": "Planned-Holidays"
          },
          {
            "code": "p-m",
            "display": "Planned-Meetings"
          },
          {
            "code": "p-hr",
            "display": "Planned-Human Resources"
          },
          {
            "code": "p-br",
            "display": "Planned-Block release"
          },
          {
            "code": "u-e",
            "display": "Unplanned-Environmental"
          },
          {
            "code": "u-hr",
            "display": "Unplanned-Human Resources"
          },
          {
            "code": "u-sr",
            "display": "Unplanned-Supply Resources"
          },
          {
            "code": "u-br",
            "display": "Unplanned-Block releases"
          },
          {
            "code": "o",
            "display": "Opening"
          }
        ]
      }
    ]
  }
}