Cross-Version Extension for Consent.except.purpose in R3

URLhttp://hl7.org/fhir/3.0/StructureDefinition/extension-Consent.except.purpose
Version
Statusactive
Description

Cross-Version Extension for Consent.except.purpose. Valid in versions R2

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..*ExtensionContext of activities covered by this exception
... extension ..0
... value[x] 1..CodingBinding: todo (extensible): What purposes of use are controlled by this exception. If more than one label is specified, operations must have all the specified labels

... url "http://hl7.org/fhir/3.0/StructureDefinition/extension-Consent.except.purpose"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r3-ppc.exc.purpose",
  "url" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-Consent.except.purpose",
  "name" : "XVerExtensionConsent.except.purposeR3",
  "title" : "Cross-Version Extension for Consent.except.purpose in R3",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (Community Based Collaborative Care)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/cbcc/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for Consent.except.purpose. Valid in versions R2\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/3.0/StructureDefinition/extension-Consent.except"
  }],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "Context of activities covered by this exception",
      "definition" : "The context of the activities a user is taking - why the user is accessing the data - that are controlled by this exception.",
      "comment" : "E.g. if the purpose is 'research', then the operational context must be research, in order for the consent to apply. Not all of the security labels make sense for use in this element (may define a narrower value set?).",
      "min" : 0,
      "max" : "*",
      "isModifier" : false
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "Coding"
      }],
      "binding" : {
        "strength" : "extensible",
        "description" : "What purposes of use are controlled by this exception. If more than one label is specified, operations must have all the specified labels",
        "valueSet" : "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse|2014-03-26"
      }
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-Consent.except.purpose"
    }]
  }
}