FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh-seris-r4
Resource TypeStructureDefinition
IdSETPUnplannedReturn.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ca-on-setp-ext-unplannedreturn",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-unplannedreturn",
  "version": "0.0.1",
  "name": "SETPUnplannedReturn",
  "title": "Extension: Unplanned Return",
  "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": "Indicates whether this case is an unplanned return to surgery.",
  "purpose": "to define circumstances where this case is an unplanned return to surgery.",
  "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": "Procedure"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "unplanned return to surgery",
        "definition": "to define circumstances where this case is an unplanned return to surgery",
        "max": "1"
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0,
        "max": "2"
      },
      {
        "id": "Extension.extension:unplannedIndicator",
        "path": "Extension.extension",
        "sliceName": "unplannedIndicator",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:unplannedIndicator.url",
        "path": "Extension.extension.url",
        "fixedUri": "unplannedIndicator"
      },
      {
        "id": "Extension.extension:unplannedIndicator.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Extension.extension:unplannedReturnReason",
        "path": "Extension.extension",
        "sliceName": "unplannedReturnReason",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:unplannedReturnReason.url",
        "path": "Extension.extension.url",
        "fixedUri": "unplannedReturnReason"
      },
      {
        "id": "Extension.extension:unplannedReturnReason.value[x]",
        "path": "Extension.extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://ontariohealth.ca/fhir/ValueSet/adjustment-reason"
        }
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-unplannedreturn"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}