FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r3 |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-profile-ImagingSelection.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition profile-ImagingSelection
{
"resourceType": "StructureDefinition",
"id": "profile-ImagingSelection",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r5.r3"
},
{
"url": "version",
"valueString": "0.1.0"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueUri": "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r3"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueUri": "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r3"
}
]
}
}
],
"url": "http://hl7.org/fhir/5.0/StructureDefinition/profile-ImagingSelection",
"version": "0.1.0",
"name": "Profile_R5_ImagingSelection_R3",
"title": "Cross-version Profile for R5.ImagingSelection for use in FHIR STU3",
"status": "active",
"experimental": false,
"date": "2026-03-17T16:05:13.0023164-05:00",
"publisher": "FHIR Infrastructure",
"contact": [
{
"name": "FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "This cross-version profile allows R5 ImagingSelection content to be represented via FHIR STU3 Basic resources.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"fhirVersion": "3.0.2",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/w5",
"name": "W5 Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Basic",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Basic",
"derivation": "constraint",
"snapshot": {
"element": [
{
"id": "Basic",
"path": "Basic",
"short": "Resource for non-supported content",
"definition": "Basic is used for handling concepts not yet defined in FHIR, narrative-only resources that don't map to an existing resource, and custom resources not appropriate for inclusion in the FHIR specification.",
"alias": [
"Z-resource",
"Extension-resource",
"Custom-resource"
],
"min": 0,
"max": "*",
"base": {
"path": "Basic",
"min": 0,
"max": "*"
},
"constraint": [
{
"key": "dom-2",
"severity": "error",
"human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
"expression": "contained.contained.empty()",
"xpath": "not(parent::f:contained and f:contained)",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
},
{
"key": "dom-1",
"severity": "error",
"human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
"expression": "contained.text.empty()",
"xpath": "not(parent::f:contained and f:text)",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
},
{
"key": "dom-4",
"severity": "error",
"human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
"expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()",
"xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
},
{
"key": "dom-3",
"severity": "error",
"human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource",
"expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()",
"xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))",
"source": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}
],
"mapping": [
{
"identity": "rim",
"map": "Entity. Role, or Act"
},
{
"identity": "rim",
"map": "Act, Entity or Role"
},
{
"identity": "w5",
"map": "infrastructure.structure"
}
]
},
{
"id": "Basic.id",
"path": "Basic.id",
"short": "Logical id of this artifact",
"definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
"comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
"min": 0,
"max": "1",
"base": {
"path": "Resource.id",
"min": 0,
"max": "1"
},
"type": [
{
"code": "id"
}
],
"isSummary": true
},
{
"id": "Basic.meta",
"path": "Basic.meta",
"short": "Metadata about the resource",
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
"min": 0,
"max": "1",
"base": {
"path": "Resource.meta",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Meta"
}
],
"isSummary": true
},
{
"id": "Basic.implicitRules",
"path": "Basic.implicitRules",
"short": "A set of rules under which this content was created",
"definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
"comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
"min": 0,
"max": "1",
"base": {
"path": "Resource.implicitRules",
"min": 0,
"max": "1"
},
"type": [
{
"code": "uri"
}
],
"isModifier": true,
"isSummary": true
},
{
"id": "Basic.language",
"path": "Basic.language",
"short": "Language of the resource content",
"definition": "The base language in which the resource is written.",
"comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
"min": 0,
"max": "1",
"base": {
"path": "Resource.language",
"min": 0,
"max": "1"
},
"type": [
{
"code": "code"
}
],
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
"valueReference": {
"reference": "http://hl7.org/fhir/ValueSet/all-languages|3.0.2"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Language"
}
],
"strength": "extensible",
"description": "A human language.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/languages|3.0.2"
}
}
},
{
"id": "Basic.text",
"path": "Basic.text",
"short": "Text summary of the resource, for human interpretation",
"definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
"comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
"alias": [
"narrative",
"html",
"xhtml",
"display"
],
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.text",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Narrative"
}
],
"condition": [
"dom-1"
],
"mapping": [
{
"identity": "rim",
"map": "Act.text?"
}
]
},
{
"id": "Basic.contained",
"path": "Basic.contained",
"short": "Contained, inline Resources",
"definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
"comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
"alias": [
"inline resources",
"anonymous resources",
"contained resources"
],
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.contained",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Resource"
}
],
"mapping": [
{
"identity": "rim",
"map": "N/A"
}
]
},
{
"id": "Basic.extension",
"path": "Basic.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
},
"short": "Extension",
"definition": "An Extension",
"min": 1,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
]
},
{
"id": "Basic.extension:issued",
"path": "Basic.extension",
"sliceName": "issued",
"short": "R5: Date / Time when this imaging selection was created (new)",
"definition": "R5: `ImagingSelection.issued` (new:instant)",
"comment": "Element `ImagingSelection.issued` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.issued` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.issued|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:performer",
"path": "Basic.extension",
"sliceName": "performer",
"short": "R5: Selector of the instances (human or machine) (new)",
"definition": "R5: `ImagingSelection.performer` (new:BackboneElement)",
"comment": "Element `ImagingSelection.performer` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.performer` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.performer|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:basedOn",
"path": "Basic.extension",
"sliceName": "basedOn",
"short": "R5: Associated request (new)",
"definition": "R5: `ImagingSelection.basedOn` (new:Reference(CarePlan,ServiceRequest,Appointment,AppointmentResponse,Task))",
"comment": "Element `ImagingSelection.basedOn` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.basedOn` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.basedOn|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:category",
"path": "Basic.extension",
"sliceName": "category",
"short": "R5: Classifies the imaging selection (new)",
"definition": "R5: `ImagingSelection.category` (new:CodeableConcept)",
"comment": "Element `ImagingSelection.category` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.category` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.category|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:code",
"path": "Basic.extension",
"sliceName": "code",
"short": "R5: Imaging Selection purpose text or code (new)",
"definition": "R5: `ImagingSelection.code` (new:CodeableConcept)",
"comment": "Element `ImagingSelection.code` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.code` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\n*All* code-value and, if present, component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.",
"min": 1,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.code|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:studyUid",
"path": "Basic.extension",
"sliceName": "studyUid",
"short": "R5: DICOM Study Instance UID (new)",
"definition": "R5: `ImagingSelection.studyUid` (new:id)",
"comment": "Element `ImagingSelection.studyUid` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.studyUid` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nSee [DICOM PS3.3 C.7.2](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.html).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.studyUid|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:derivedFrom",
"path": "Basic.extension",
"sliceName": "derivedFrom",
"short": "R5: The imaging study from which the imaging selection is derived (new)",
"definition": "R5: `ImagingSelection.derivedFrom` (new:Reference(ImagingStudy,DocumentReference))",
"comment": "Element `ImagingSelection.derivedFrom` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.derivedFrom` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.derivedFrom|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:endpoint",
"path": "Basic.extension",
"sliceName": "endpoint",
"short": "R5: The network service providing retrieval for the images referenced in the imaging selection (new)",
"definition": "R5: `ImagingSelection.endpoint` (new:Reference(Endpoint))",
"comment": "Element `ImagingSelection.endpoint` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.endpoint` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nTypical 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.",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.endpoint|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:seriesUid",
"path": "Basic.extension",
"sliceName": "seriesUid",
"short": "R5: DICOM Series Instance UID (new)",
"definition": "R5: `ImagingSelection.seriesUid` (new:id)",
"comment": "Element `ImagingSelection.seriesUid` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.seriesUid` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nSee [DICOM PS3.3 C.7.3](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.3.html).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.seriesUid|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:seriesNumber",
"path": "Basic.extension",
"sliceName": "seriesNumber",
"short": "R5: DICOM Series Number (new)",
"definition": "R5: `ImagingSelection.seriesNumber` (new:unsignedInt)",
"comment": "Element `ImagingSelection.seriesNumber` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.seriesNumber` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nSee [DICOM PS3.3 C.7.3](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.3.html).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.seriesNumber|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:frameOfReferenceUid",
"path": "Basic.extension",
"sliceName": "frameOfReferenceUid",
"short": "R5: The Frame of Reference UID for the selected images (new)",
"definition": "R5: `ImagingSelection.frameOfReferenceUid` (new:id)",
"comment": "Element `ImagingSelection.frameOfReferenceUid` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.frameOfReferenceUid` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nSee [DICOM PS3.3 C.7.4.1](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.4.html).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.frameOfReferenceUid|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:bodySite",
"path": "Basic.extension",
"sliceName": "bodySite",
"short": "R5: Body part examined (new)",
"definition": "R5: `ImagingSelection.bodySite` (new:CodeableReference(BodyStructure))",
"comment": "Element `ImagingSelection.bodySite` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.bodySite` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.bodySite|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:focus",
"path": "Basic.extension",
"sliceName": "focus",
"short": "R5: Related resource that is the focus for the imaging selection (new)",
"definition": "R5: `ImagingSelection.focus` (new:Reference(ImagingSelection))",
"comment": "Element `ImagingSelection.focus` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.focus` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nAn imaging selection may reference a DICOM resource that itself references other DICOM resources.\n e.g. a presentation state references a set of source images or frames.",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.focus|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.extension:instance",
"path": "Basic.extension",
"sliceName": "instance",
"short": "R5: The selected instances (new)",
"definition": "R5: `ImagingSelection.instance` (new:BackboneElement)",
"comment": "Element `ImagingSelection.instance` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.instance` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.instance|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": false
},
{
"id": "Basic.modifierExtension",
"path": "Basic.modifierExtension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
},
"short": "Extension",
"definition": "An Extension",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension"
}
],
"isModifier": true
},
{
"id": "Basic.modifierExtension:status",
"path": "Basic.modifierExtension",
"sliceName": "status",
"short": "R5: available | entered-in-error | unknown (new)",
"definition": "R5: `ImagingSelection.status` (new:code)",
"comment": "Element `ImagingSelection.status` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.status` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nUnknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.",
"min": 1,
"max": "1",
"base": {
"path": "DomainResource.modifierExtension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.status|0.1.0"
}
],
"condition": [
"ele-1"
],
"constraint": [
{
"key": "ele-1",
"severity": "error",
"human": "All FHIR elements must have a @value or children",
"expression": "hasValue() | (children().count() > id.count())",
"xpath": "@value|f:*|h:div",
"source": "http://hl7.org/fhir/StructureDefinition/Element"
},
{
"key": "ext-1",
"severity": "error",
"human": "Must have either extensions or value[x], not both",
"expression": "extension.exists() != value.exists()",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "http://hl7.org/fhir/StructureDefinition/Extension"
}
],
"isModifier": true
},
{
"id": "Basic.identifier",
"path": "Basic.identifier",
"short": "Business identifier",
"definition": "Identifier assigned to the resource for business purposes, outside the context of FHIR.",
"min": 0,
"max": "*",
"base": {
"path": "Basic.identifier",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
],
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "./identifier"
},
{
"identity": "w5",
"map": "id"
}
]
},
{
"id": "Basic.code",
"path": "Basic.code",
"short": "Kind of Resource",
"definition": "Identifies the 'type' of resource - equivalent to the resource name for other resources.",
"comment": "Because resource references will only be able to indicate 'Basic', the type of reference will need to be specified in a Profile identified as part of the resource. Refer to the resource notes section for information on appropriate terminologies for this code.\n\nThis element is labeled as a modifier because the it defines the meaning of the resource and cannot be ignored.",
"requirements": "Must be able to distinguish different types of Basic resources.",
"min": 1,
"max": "1",
"base": {
"path": "Basic.code",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"isModifier": true,
"isSummary": true,
"binding": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "BasicResourceType"
}
],
"strength": "example",
"description": "Codes for identifying types of resources not yet defined by FHIR",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/basic-resource-type|3.0.2"
}
},
"mapping": [
{
"identity": "rim",
"map": "./code"
},
{
"identity": "w5",
"map": "what"
}
]
},
{
"id": "Basic.subject",
"path": "Basic.subject",
"short": "Identifies the focus of this resource",
"definition": "Identifies the patient, practitioner, device or any other resource that is the \"focus\" of this resource.",
"comment": "Optional as not all potential resources will have subjects. Resources associated with multiple subjects can handle this via extension.",
"requirements": "Needed for partitioning the resource by Patient.",
"min": 0,
"max": "1",
"base": {
"path": "Basic.subject",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Resource"
}
],
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "./participation[typeCode='SBJ'] (possibly through a ControlAct and Role)"
},
{
"identity": "w5",
"map": "who.focus"
}
]
},
{
"id": "Basic.created",
"path": "Basic.created",
"short": "When created",
"definition": "Identifies when the resource was first created.",
"requirements": "Allows ordering resource instances by time.",
"min": 0,
"max": "1",
"base": {
"path": "Basic.created",
"min": 0,
"max": "1"
},
"type": [
{
"code": "date"
}
],
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "./participation[typeCode='AUT']/time (possibly through a ControlAct and Role)"
},
{
"identity": "w5",
"map": "when.recorded"
}
]
},
{
"id": "Basic.author",
"path": "Basic.author",
"short": "Who created",
"definition": "Indicates who was responsible for creating the resource instance.",
"requirements": "Needed for partitioning the resource.",
"min": 0,
"max": "1",
"base": {
"path": "Basic.author",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
},
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
},
{
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
}
],
"isSummary": true,
"mapping": [
{
"identity": "rim",
"map": "./participation[typeCode='SUB'] (possibly through a ControlAct and Role)"
},
{
"identity": "w5",
"map": "who.author"
}
]
}
]
},
"differential": {
"element": [
{
"id": "Basic",
"path": "Basic"
},
{
"id": "Basic.extension",
"path": "Basic.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
},
"min": 1,
"max": "*"
},
{
"id": "Basic.extension:issued",
"path": "Basic.extension",
"sliceName": "issued",
"short": "R5: Date / Time when this imaging selection was created (new)",
"definition": "R5: `ImagingSelection.issued` (new:instant)",
"comment": "Element `ImagingSelection.issued` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.issued` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.issued|0.1.0"
}
]
},
{
"id": "Basic.extension:performer",
"path": "Basic.extension",
"sliceName": "performer",
"short": "R5: Selector of the instances (human or machine) (new)",
"definition": "R5: `ImagingSelection.performer` (new:BackboneElement)",
"comment": "Element `ImagingSelection.performer` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.performer` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.performer|0.1.0"
}
]
},
{
"id": "Basic.extension:basedOn",
"path": "Basic.extension",
"sliceName": "basedOn",
"short": "R5: Associated request (new)",
"definition": "R5: `ImagingSelection.basedOn` (new:Reference(CarePlan,ServiceRequest,Appointment,AppointmentResponse,Task))",
"comment": "Element `ImagingSelection.basedOn` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.basedOn` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.basedOn|0.1.0"
}
]
},
{
"id": "Basic.extension:category",
"path": "Basic.extension",
"sliceName": "category",
"short": "R5: Classifies the imaging selection (new)",
"definition": "R5: `ImagingSelection.category` (new:CodeableConcept)",
"comment": "Element `ImagingSelection.category` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.category` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.category|0.1.0"
}
]
},
{
"id": "Basic.extension:code",
"path": "Basic.extension",
"sliceName": "code",
"short": "R5: Imaging Selection purpose text or code (new)",
"definition": "R5: `ImagingSelection.code` (new:CodeableConcept)",
"comment": "Element `ImagingSelection.code` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.code` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\n*All* code-value and, if present, component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.",
"min": 1,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.code|0.1.0"
}
]
},
{
"id": "Basic.extension:studyUid",
"path": "Basic.extension",
"sliceName": "studyUid",
"short": "R5: DICOM Study Instance UID (new)",
"definition": "R5: `ImagingSelection.studyUid` (new:id)",
"comment": "Element `ImagingSelection.studyUid` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.studyUid` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nSee [DICOM PS3.3 C.7.2](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.2.html).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.studyUid|0.1.0"
}
]
},
{
"id": "Basic.extension:derivedFrom",
"path": "Basic.extension",
"sliceName": "derivedFrom",
"short": "R5: The imaging study from which the imaging selection is derived (new)",
"definition": "R5: `ImagingSelection.derivedFrom` (new:Reference(ImagingStudy,DocumentReference))",
"comment": "Element `ImagingSelection.derivedFrom` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.derivedFrom` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.derivedFrom|0.1.0"
}
]
},
{
"id": "Basic.extension:endpoint",
"path": "Basic.extension",
"sliceName": "endpoint",
"short": "R5: The network service providing retrieval for the images referenced in the imaging selection (new)",
"definition": "R5: `ImagingSelection.endpoint` (new:Reference(Endpoint))",
"comment": "Element `ImagingSelection.endpoint` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.endpoint` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nTypical 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.",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.endpoint|0.1.0"
}
]
},
{
"id": "Basic.extension:seriesUid",
"path": "Basic.extension",
"sliceName": "seriesUid",
"short": "R5: DICOM Series Instance UID (new)",
"definition": "R5: `ImagingSelection.seriesUid` (new:id)",
"comment": "Element `ImagingSelection.seriesUid` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.seriesUid` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nSee [DICOM PS3.3 C.7.3](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.3.html).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.seriesUid|0.1.0"
}
]
},
{
"id": "Basic.extension:seriesNumber",
"path": "Basic.extension",
"sliceName": "seriesNumber",
"short": "R5: DICOM Series Number (new)",
"definition": "R5: `ImagingSelection.seriesNumber` (new:unsignedInt)",
"comment": "Element `ImagingSelection.seriesNumber` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.seriesNumber` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nSee [DICOM PS3.3 C.7.3](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.3.html).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.seriesNumber|0.1.0"
}
]
},
{
"id": "Basic.extension:frameOfReferenceUid",
"path": "Basic.extension",
"sliceName": "frameOfReferenceUid",
"short": "R5: The Frame of Reference UID for the selected images (new)",
"definition": "R5: `ImagingSelection.frameOfReferenceUid` (new:id)",
"comment": "Element `ImagingSelection.frameOfReferenceUid` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.frameOfReferenceUid` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nSee [DICOM PS3.3 C.7.4.1](http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.4.html).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.frameOfReferenceUid|0.1.0"
}
]
},
{
"id": "Basic.extension:bodySite",
"path": "Basic.extension",
"sliceName": "bodySite",
"short": "R5: Body part examined (new)",
"definition": "R5: `ImagingSelection.bodySite` (new:CodeableReference(BodyStructure))",
"comment": "Element `ImagingSelection.bodySite` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.bodySite` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.bodySite|0.1.0"
}
]
},
{
"id": "Basic.extension:focus",
"path": "Basic.extension",
"sliceName": "focus",
"short": "R5: Related resource that is the focus for the imaging selection (new)",
"definition": "R5: `ImagingSelection.focus` (new:Reference(ImagingSelection))",
"comment": "Element `ImagingSelection.focus` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.focus` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nAn imaging selection may reference a DICOM resource that itself references other DICOM resources.\n e.g. a presentation state references a set of source images or frames.",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.focus|0.1.0"
}
]
},
{
"id": "Basic.extension:instance",
"path": "Basic.extension",
"sliceName": "instance",
"short": "R5: The selected instances (new)",
"definition": "R5: `ImagingSelection.instance` (new:BackboneElement)",
"comment": "Element `ImagingSelection.instance` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.instance` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).",
"min": 0,
"max": "*",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.instance|0.1.0"
}
]
},
{
"id": "Basic.modifierExtension",
"path": "Basic.modifierExtension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"ordered": false,
"rules": "open"
},
"min": 0,
"max": "*"
},
{
"id": "Basic.modifierExtension:status",
"path": "Basic.modifierExtension",
"sliceName": "status",
"short": "R5: available | entered-in-error | unknown (new)",
"definition": "R5: `ImagingSelection.status` (new:code)",
"comment": "Element `ImagingSelection.status` is not mapped to FHIR STU3, since FHIR R5 `ImagingSelection` is not mapped.\nElement `ImagingSelection.status` has no mapping targets in FHIR STU3. Typically, this is because the element has been added (is a new element).\nUnknown does not represent \"other\" - one of the defined statuses must apply. Unknown is used when the authoring system is not sure what the current status is.",
"min": 1,
"max": "1",
"base": {
"path": "DomainResource.extension",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Extension",
"profile": "http://hl7.org/fhir/5.0/StructureDefinition/extension-ImagingSelection.status|0.1.0"
}
]
}
]
}
}