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

FHIR IG Statistics: ValueSet/OR-closure-reason

Packageca.on.oh-seris
Resource TypeValueSet
IdOR-closure-reason
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/ValueSet/or-closure-reason
URLhttp://ontariohealth.ca/fhir/ValueSet/or-closure-reason
Version1.0.0
Statusdraft
NameORClosureReason
TitleOR Closure Reason
DescriptionIdentifies theĀ  reason for the OR closure

Resources that use this resource

StructureDefinition
ca-on-seris-ext-or-closure-reasonORClosureReason

Resources that this resource uses

CodeSystem
or-closure-reasonOR Closure Reason

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "OR-closure-reason",
  "url": "http://ontariohealth.ca/fhir/ValueSet/or-closure-reason",
  "version": "1.0.0",
  "name": "ORClosureReason",
  "title": "OR Closure Reason",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Identifies theĀ  reason for the OR closure",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://ontariohealth.ca/fhir/CodeSystem/or-closure-reason",
        "concept": [
          {
            "code": "p-b",
            "display": "Planned-Budget"
          },
          {
            "code": "p-h",
            "display": "Planned-Holidays"
          },
          {
            "code": "p-hr",
            "display": "Planned-Human Resources"
          },
          {
            "code": "u-e",
            "display": "Unplanned-Environmental"
          },
          {
            "code": "u-hr",
            "display": "Unplanned-Human Resources"
          }
        ]
      }
    ]
  }
}