|
47 | 47 | POSSIBILITY OF SUCH DAMAGE. |
48 | 48 |
|
49 | 49 |
|
50 | | - Generated on Tue, Mar 10, 2026 17:33+0000 for FHIR v6.0.0-ballot4 |
| 50 | + Generated on Wed, Mar 11, 2026 21:06+0000 for FHIR v6.0.0-ballot4 |
51 | 51 | --> |
52 | 52 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://hl7.org/fhir" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xml="http://www.w3.org/XML/1998/namespace" targetNamespace="http://hl7.org/fhir" elementFormDefault="qualified" version="6.0.0-ballot4"> |
53 | 53 | <!-- Note: When using this schema with some tools, it may also be necessary to declare xmlns:xml="http://www.w3.org/XML/1998/namespace", however this causes performance issues with other tools and thus is not in the base schemas. --> |
@@ -17047,6 +17047,11 @@ into another (possibly the same) biological entity.</xs:documentation> |
17047 | 17047 | <xs:documentation xml:lang="en">Unique instance identifiers assigned to a biologically derived product. Note: This is a business identifier, not a resource identifier.</xs:documentation> |
17048 | 17048 | </xs:annotation> |
17049 | 17049 | </xs:element> |
| 17050 | + <xs:element name="therapyIdentifier" minOccurs="0" maxOccurs="unbounded" type="Identifier"> |
| 17051 | + <xs:annotation> |
| 17052 | + <xs:documentation xml:lang="en">A shared identifier common to multiple independent BiologicallyDerivedProduct instances that are intended to be administered in the course of the same given therapy. The presence of the same identifier on each BiologicallyDerivedProduct ties those products together.</xs:documentation> |
| 17053 | + </xs:annotation> |
| 17054 | + </xs:element> |
17050 | 17055 | <xs:element name="biologicalSourceEvent" minOccurs="0" maxOccurs="1" type="Identifier"> |
17051 | 17056 | <xs:annotation> |
17052 | 17057 | <xs:documentation xml:lang="en">An identifier that supports traceability to the event during which material in this product from one or more biological entities was obtained or pooled.</xs:documentation> |
@@ -27792,7 +27797,7 @@ The actual author of the section when it is not the author of the composition. I |
27792 | 27797 | <xs:complexContent> |
27793 | 27798 | <xs:extension base="BackboneElement"> |
27794 | 27799 | <xs:sequence> |
27795 | | - <xs:element name="type" minOccurs="1" maxOccurs="1" type="DeviceDefinitionRegulatoryIdentifierType"> |
| 27800 | + <xs:element name="type" minOccurs="1" maxOccurs="1" type="CodeableConcept"> |
27796 | 27801 | <xs:annotation> |
27797 | 27802 | <xs:documentation xml:lang="en">The type of identifier itself.</xs:documentation> |
27798 | 27803 | </xs:annotation> |
@@ -28186,36 +28191,6 @@ RegisteredName | UserFriendlyName | PatientReportedName.</xs:documentation> |
28186 | 28191 | </xs:extension> |
28187 | 28192 | </xs:complexContent> |
28188 | 28193 | </xs:complexType> |
28189 | | - <xs:simpleType name="DeviceDefinitionRegulatoryIdentifierTypeEnum"> |
28190 | | - <xs:restriction base="code-primitive"> |
28191 | | - <xs:enumeration value="basic"> |
28192 | | - <xs:annotation> |
28193 | | - <xs:documentation xml:lang="en">Basic</xs:documentation> |
28194 | | - </xs:annotation> |
28195 | | - </xs:enumeration> |
28196 | | - <xs:enumeration value="master"> |
28197 | | - <xs:annotation> |
28198 | | - <xs:documentation xml:lang="en">Master</xs:documentation> |
28199 | | - </xs:annotation> |
28200 | | - </xs:enumeration> |
28201 | | - <xs:enumeration value="license"> |
28202 | | - <xs:annotation> |
28203 | | - <xs:documentation xml:lang="en">License</xs:documentation> |
28204 | | - </xs:annotation> |
28205 | | - </xs:enumeration> |
28206 | | - </xs:restriction> |
28207 | | - </xs:simpleType> |
28208 | | - <xs:complexType name="DeviceDefinitionRegulatoryIdentifierType"> |
28209 | | - <xs:annotation> |
28210 | | - <xs:documentation xml:lang="en"></xs:documentation> |
28211 | | - <xs:documentation xml:lang="en">If the element is present, it must have either a @value, an @id, or extensions</xs:documentation> |
28212 | | - </xs:annotation> |
28213 | | - <xs:complexContent> |
28214 | | - <xs:extension base="Element"> |
28215 | | - <xs:attribute name="value" type="DeviceDefinitionRegulatoryIdentifierTypeEnum" use="optional"/> |
28216 | | - </xs:extension> |
28217 | | - </xs:complexContent> |
28218 | | - </xs:complexType> |
28219 | 28194 | <xs:simpleType name="DeviceCorrectiveActionScopeEnum"> |
28220 | 28195 | <xs:restriction base="code-primitive"> |
28221 | 28196 | <xs:enumeration value="model"> |
@@ -43837,9 +43812,9 @@ Reflex | Repeat | Re-run.</xs:documentation> |
43837 | 43812 | <xs:documentation xml:lang="en">An absolute URL that is used to identify this ObservationDefinition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this ObservationDefinition is (or will be) published. The URL SHOULD include the major version of the ObservationDefinition. For more information see Technical and Business Versions.</xs:documentation> |
43838 | 43813 | </xs:annotation> |
43839 | 43814 | </xs:element> |
43840 | | - <xs:element name="identifier" minOccurs="0" maxOccurs="1" type="Identifier"> |
| 43815 | + <xs:element name="identifier" minOccurs="0" maxOccurs="unbounded" type="Identifier"> |
43841 | 43816 | <xs:annotation> |
43842 | | - <xs:documentation xml:lang="en">Business identifiers assigned to this ObservationDefinition. by the performer and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server.</xs:documentation> |
| 43817 | + <xs:documentation xml:lang="en">Business identifiers assigned to this ObservationDefinition by the performer and/or other systems. These identifiers remain constant as the resource is updated and propagates from server to server.</xs:documentation> |
43843 | 43818 | </xs:annotation> |
43844 | 43819 | </xs:element> |
43845 | 43820 | <xs:element name="version" minOccurs="0" maxOccurs="1" type="string"> |
|
0 commit comments