Cross-Version Extension for ImagingStudy.series.endpoint in R3

URLhttp://hl7.org/fhir/3.0/StructureDefinition/extension-ImagingStudy.series.endpoint
Version
Statusactive
Description

Cross-Version Extension for ImagingStudy.series.endpoint. 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..*ExtensionSeries access endpoint
... extension ..0
... value[x] 1..Reference(Endpoint)
... url "http://hl7.org/fhir/3.0/StructureDefinition/extension-ImagingStudy.series.endpoint"

doco Documentation for this format

{
  "resourceType" : "StructureDefinition",
  "id" : "xv-r3-ims.ser.endpoint",
  "url" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-ImagingStudy.series.endpoint",
  "name" : "XVerExtensionImagingStudy.series.endpointR3",
  "title" : "Cross-Version Extension for ImagingStudy.series.endpoint in R3",
  "status" : "active",
  "experimental" : false,
  "publisher" : "Health Level Seven International (Imaging Integration)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    }]
  },
  {
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/imagemgt/index.cfm"
    }]
  }],
  "description" : "Cross-Version Extension for ImagingStudy.series.endpoint. 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" : [{
    "extension" : [{
      "extension" : [{
        "url" : "startFhirVersion",
        "valueCode" : "1.0"
      },
      {
        "url" : "endFhirVersion",
        "valueCode" : "1.0"
      }],
      "url" : "http://hl7.org/fhir/StructureDefinition/version-specific-use"
    }],
    "type" : "element",
    "expression" : "ImagingStudy.series"
  },
  {
    "type" : "extension",
    "expression" : "http://hl7.org/fhir/1.0/StructureDefinition/extension-ImagingStudy.series"
  }],
  "type" : "Extension",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation" : "constraint",
  "differential" : {
    "element" : [{
      "path" : "Extension",
      "short" : "Series access endpoint",
      "definition" : "The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.type.",
      "comment" : "Typical endpoint types include DICOM WADO-RS, which is used to retrieve DICOM instances in native or rendered (e.g., JPG, PNG) formats using a RESTful API; DICOM WADO-URI, which can similarly retrieve native or rendered instances, except using an HTTP query-based approach; and DICOM QIDO-RS, which allows RESTful query for DICOM information without retrieving the actual instances.",
      "requirements" : "Access methods for retrieving (e.g., DICOM’s WADO-URI and WADO-RS) the series or the series’ instances. A baseLocation specified at the series level has precedence over a baseLocation of the same type specified at the study level.",
      "min" : 0,
      "max" : "*",
      "isModifier" : false,
      "mapping" : [{
        "identity" : "rim",
        "map" : "Not supported"
      }]
    },
    {
      "path" : "Extension.extension",
      "max" : "0"
    },
    {
      "path" : "Extension.value[x]",
      "min" : 1,
      "type" : [{
        "code" : "Reference",
        "targetProfile" : ["http://hl7.org/fhir/StructureDefinition/Endpoint"]
      }]
    },
    {
      "path" : "Extension.url",
      "fixedUri" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-ImagingStudy.series.endpoint"
    }]
  }
}