Cross-Version Extension for Appointment.priority in R2

URLhttp://hl7.org/fhir/1.0/StructureDefinition/extension-Appointment.priority
Version
Statusactive
Description

Cross-Version Extension for Appointment.priority. Valid in versions R5

This is a valid extension because the types unsignedInt were removed in a later version

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1ExtensionUsed to make informed decisions if needing to re-prioritize
... extension ..0
... value[x] 1..
... url "http://hl7.org/fhir/1.0/StructureDefinition/extension-Appointment.priority"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r2-app.priority",
  "url" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-Appointment.priority",
  "name" : "XVerExtensionAppointment.priorityR2",
  "title" : "Cross-Version Extension for Appointment.priority in R2",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (Patient Administration)",
  "contact" : [{
    "telecom" : [{
      "system" : "other",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "other",
      "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for Appointment.priority. Valid in versions R5\r\n\r\nThis is a valid extension because the types unsignedInt were removed in a later version",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "context" : [{
    "extension" : [{
      "extension" : [{
        "url" : "startFhirVersion",
        "valueCode" : "5.0"
      },
      {
        "url" : "endFhirVersion",
        "valueCode" : "5.0"
      }],
      "url" : "http://hl7.org/fhir/StructureDefinition/version-specific-use"
    }],
    "type" : "element",
    "expression" : "Appointment"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Appointment"
  }],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "Used to make informed decisions if needing to re-prioritize",
      "definition" : "The priority of the appointment. Can be used to make informed decisions if needing to re-prioritize appointments. (The iCal Standard specifies 0 as undefined, 1 as highest, 9 as lowest priority).",
      "comment" : "Seeking implementer feedback on this property and how interoperable it is.  Using an extension to record a codeableconcept for named values may be tested at a future connectathon.",
      "min" : 0,
      "max" : "1",
      "isModifier" : false,
      "mapping" : [{
        "identity" : "ical",
        "map" : "PRIORITY"
      },
      {
        "identity" : "v2",
        "map" : "ARQ-12, SCH-11.6 / TQ1-9"
      },
      {
        "identity" : "rim",
        "map" : ".priorityCode"
      },
      {
        "identity" : "w5",
        "map" : "class"
      }]
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-Appointment.priority"
    }]
  }
}