Cross-Version Extension for ElementDefinition.binding.additional.usage in R5

URLhttp://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.binding.additional.usage
Version
Statusactive
Description

Cross-Version Extension for ElementDefinition.binding.additional.usage. Valid in versions R2, R3, R4, R4B

This is a valid cross-version extension because it's counted as a new element

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..*ExtensionQualifies the usage - jurisdiction, gender, workflow status etc.
... extension ..0
... value[x] 1..UsageContext
... url "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.binding.additional.usage"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r5-eld.bin.add.usage",
  "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.binding.additional.usage",
  "name" : "XVerExtensionElementDefinition.binding.additional.usageR5",
  "title" : "Cross-Version Extension for ElementDefinition.binding.additional.usage in R5",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 FHIR Standard",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  }],
  "description" : "Cross-Version Extension for ElementDefinition.binding.additional.usage. Valid in versions R2, R3, R4, R4B\r\n\r\nThis is a valid cross-version extension because it's counted as a new element",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [{
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.binding.additional"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.binding.additional"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.binding.additional"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.binding.additional"
  }],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "Qualifies the usage - jurisdiction, gender, workflow status etc.",
      "definition" : "Qualifies the usage of the binding. Typically bindings are qualified by jurisdiction, but they may also be qualified by gender, workflow status, clinical domain etc. The information to decide whether a usege context applies is usually outside the resource, determined by context, and this might present challenges for validation tooling.",
      "comment" : "This specification does not define exactly how the context is determined for the usage; typically, this will be described in implementation guides.",
      "min" : 0,
      "max" : "*",
      "isModifier" : false
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "UsageContext"
      }]
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.binding.additional.usage"
    }]
  }
}