Cross-Version Extension for AppointmentResponse.participantStatus in R5

URLhttp://hl7.org/fhir/5.0/StructureDefinition/extension-AppointmentResponse.participantStatus
Version
Statusactive
Description

Cross-Version Extension for AppointmentResponse.participantStatus. Valid in versions R2, R3, R4, R4B

This is a valid extension because it has the following codes that are not in other versions entered-in-error (http://hl7.org/fhir/5.0/appointmentstatus)

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension ?!1..1Extensionaccepted | declined | tentative | needs-action | entered-in-error
... extension ..0
... value[x] 1..code
... url "http://hl7.org/fhir/5.0/StructureDefinition/extension-AppointmentResponse.participantStatus"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r5-apr.participantStatus",
  "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-AppointmentResponse.participantStatus",
  "name" : "XVerExtensionAppointmentResponse.participantStatusR5",
  "title" : "Cross-Version Extension for AppointmentResponse.participantStatus in R5",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (Patient Administration)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/pafm/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for AppointmentResponse.participantStatus. Valid in versions R2, R3, R4, R4B\r\n\r\nThis is a valid extension because it has the following codes that are not in other versions entered-in-error (http://hl7.org/fhir/5.0/appointmentstatus)",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "fhirVersion" : "5.0.0",
  "kind" : "complex-type",
  "abstract" : false,
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "accepted | declined | tentative | needs-action | entered-in-error",
      "definition" : "Participation status of the participant. When the status is declined or tentative if the start/end times are different to the appointment, then these times should be interpreted as a requested time change. When the status is accepted, the times can either be the time of the appointment (as a confirmation of the time) or can be empty.",
      "comment" : "This element is labeled as a modifier because the status contains the code entered-in-error that marks the participant as not currently valid.",
      "min" : 1,
      "max" : "1",
      "isModifier" : true,
      "isModifierReason" : "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid",
      "mapping" : [{
        "identity" : "workflow",
        "map" : "Request.status"
      },
      {
        "identity" : "rim",
        "map" : "(performer | reusableDevice | subject | location).statusCode"
      },
      {
        "identity" : "ical",
        "map" : "ATTENDEE;CN=\"Brian Postlethwaite\";RSVP=TRUE:mailto:BPostlethwaite@data.com (rsvpparam | partstatparam)"
      }]
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "code"
      }]
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-AppointmentResponse.participantStatus"
    }]
  }
}