Cross-Version Extension for CommunicationRequest.status in R2

URLhttp://hl7.org/fhir/1.0/StructureDefinition/extension-CommunicationRequest.status
Version
Statusactive
Description

Cross-Version Extension for CommunicationRequest.status. Valid in versions R3, R4, R4B, R5

This is a valid extension because it has the following codes that are not in other versions failed (http://hl7.org/fhir/1.0/communication-request-status)

Context of Use

This extension may be used in the following contexts:


NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension ?!0..1Extensionproposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed
... extension ..0
... value[x] 1..code
... url "http://hl7.org/fhir/1.0/StructureDefinition/extension-CommunicationRequest.status"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r2-cmr.status",
  "url" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-CommunicationRequest.status",
  "name" : "XVerExtensionCommunicationRequest.statusR2",
  "title" : "Cross-Version Extension for CommunicationRequest.status in R2",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (Patient Care)",
  "contact" : [{
    "telecom" : [{
      "system" : "other",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "other",
      "value" : "http://www.hl7.org/Special/committees/patientcare/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for CommunicationRequest.status. Valid in versions R3, R4, R4B, R5\r\n\r\nThis is a valid extension because it has the following codes that are not in other versions failed (http://hl7.org/fhir/1.0/communication-request-status)",
  "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" : "proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed",
      "definition" : "The status of the proposal or order.",
      "min" : 0,
      "max" : "1",
      "isModifier" : true,
      "isModifierReason" : "No Modifier Reason provideed in previous versions of FHIR",
      "mapping" : [{
        "identity" : "w5",
        "map" : "status"
      }]
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "code"
      }]
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-CommunicationRequest.status"
    }]
  }
}