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

FHIR IG Statistics: StructureDefinition/ext-override-reason-TO-BE-REMOVED

Packageca.on.oh.erec
Resource TypeStructureDefinition
Idext-override-reason-TO-BE-REMOVED
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.erec@0.12.0-projectathon1.0.2&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ext-override-reason
URLhttp://ehealthontario.ca/fhir/StructureDefinition/ext-override-reason
Statusdraft
NameOverrideReason
Realmca
Authoritynational
DescriptionUsed to document why referral matching recommendations were overriden.
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",
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ext-override-reason",
  "name": "OverrideReason",
  "status": "draft",
  "description": "Used to document why referral matching recommendations were overriden.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Task"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.extension:OverrideReason",
        "path": "Extension.extension",
        "sliceName": "OverrideReason",
        "short": "Used to indicate why referral recommendations were overriden",
        "definition": "Used to indicate why referral recommendations were overriden",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:OverrideReason.url",
        "path": "Extension.extension.url",
        "fixedUri": "OverrideReason"
      },
      {
        "id": "Extension.extension:OverrideReason.value[x]",
        "path": "Extension.extension.value[x]",
        "short": "Used to indicate why referral recommendations were overriden",
        "definition": "Used to indicate why referral recommendations were overriden",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "Extension.extension:Comments",
        "path": "Extension.extension",
        "sliceName": "Comments",
        "short": "Used to record additional comments",
        "definition": "Used to record additional comments",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.extension:Comments.url",
        "path": "Extension.extension.url",
        "fixedUri": "Comments"
      },
      {
        "id": "Extension.extension:Comments.value[x]",
        "path": "Extension.extension.value[x]",
        "short": "Used to record additional comments",
        "definition": "Used to record additional comments",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": false
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ehealthontario.ca/fhir/StructureDefinition/ext-override-reason"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}