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

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

Packageca.on.oh-seris
Resource TypeStructureDefinition
Idca-on-setp-ext-anaesthesiatype
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-anaesthesiatype
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-anaesthesiatype
Version0.0.1
Statusdraft
Date2023-03-09
NameSETPAnaesthesia Type
TitleExtension: Anaesthesia Type
Purposegeneral category for the anaesthesia to be used during the surgical procedure
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-anaesthesiatype",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-anaesthesiatype",
  "version": "0.0.1",
  "name": "SETPAnaesthesia Type",
  "title": "Extension: Anaesthesia Type",
  "status": "draft",
  "date": "2023-03-09",
  "publisher": "Ontario Health",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://ontariohealth.ca/fhir/"
        },
        {
          "system": "email",
          "value": "some.email@ontariohealth.ca"
        }
      ]
    }
  ],
  "purpose": "general category for the anaesthesia to be used during the surgical procedure",
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Procedure"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Anaesthesia Type",
        "definition": "general category for the anaesthesia to be used during the surgical procedure"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-anaesthesiatype"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://ontariohealth.ca/fhir/ValueSet/AnaesthesiaType"
        }
      }
    ]
  }
}