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

FHIR IG Statistics: StructureDefinition/ca-on-setp-ext-scheduleshift

Packageca.on.oh-seris
Resource TypeStructureDefinition
Idca-on-setp-ext-scheduleshift
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-seris@0.11.0-alpha1.0.1&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-scheduleshift
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-scheduleshift
Version0.0.1
Statusdraft
Date2023-03-10
NameSETPScheduleShift
TitleExtension: Schedule Shift
DescriptionDefine the period when the procedure is shifted to and an alternate
Purposeto define the period when the procedure is shifted to and an alternate
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-setp-ext-scheduleshift",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-scheduleshift",
  "version": "0.0.1",
  "name": "SETPScheduleShift",
  "title": "Extension: Schedule Shift",
  "status": "draft",
  "date": "2023-03-10",
  "publisher": "Ontario Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://ontariohealth.ca/fhir/"
        },
        {
          "system": "email",
          "value": "some.email@ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Define the period when the procedure is shifted to and an alternate",
  "purpose": "to define the period when the procedure is shifted to and an alternate",
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Schedule"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "schedule shift",
        "definition": "to define the period when the procedure is shifted to and an alternate",
        "max": "1"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0,
        "max": "4"
      },
      {
        "id": "Extension.extension:secondShiftPeriod",
        "path": "Extension.extension",
        "sliceName": "secondShiftPeriod",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:secondShiftPeriod.url",
        "path": "Extension.extension.url",
        "fixedUri": "secondShiftPeriod"
      },
      {
        "id": "Extension.extension:secondShiftPeriod.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Extension.extension:secondShiftWeek",
        "path": "Extension.extension",
        "sliceName": "secondShiftWeek",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:secondShiftWeek.url",
        "path": "Extension.extension.url",
        "fixedUri": "secondShiftWeek"
      },
      {
        "id": "Extension.extension:secondShiftWeek.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Extension.extension:alternatePeriod",
        "path": "Extension.extension",
        "sliceName": "alternatePeriod",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:alternatePeriod.url",
        "path": "Extension.extension.url",
        "fixedUri": "alternatePeriod"
      },
      {
        "id": "Extension.extension:alternatePeriod.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "Extension.extension:alternateWeek",
        "path": "Extension.extension",
        "sliceName": "alternateWeek",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:alternateWeek.url",
        "path": "Extension.extension.url",
        "fixedUri": "alternateWeek"
      },
      {
        "id": "Extension.extension:alternateWeek.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-scheduleshift"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}