-
Notifications
You must be signed in to change notification settings - Fork 344
Technical changes for TC 3.0.2
Marco Visser edited this page Dec 19, 2019
·
1 revision
Hl7.Fhir.Code.Model.Generated:
- Condition.cs
- Con-4
- Xpath changed to
not(exists(*[starts-with(local-name(.), 'abatement')])) or f:clinicalStatus/@value=('resolved', 'remission', 'inactive')
- Xpath changed to
- Con-4
- FhirDateType.cs
- PATTERN changed to
-?([0-9]([0-9]([0-9][1-9]|[1-9]0)|[1-9]00)|[1-9]000)(-(0[1-9]|1[0-2])(-(0[1-9]|[1-2][0-9]|3[0-1])(T([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)(\.[0-9]+)?(Z|(\+|-)((0[0-9]|1[0-3]):[0-5][0-9]|14:00)))?)?)?
- PATTERN changed to
- Template-ModelInfo
- Version has changed to 3.0.2
- comes later
Profile-resources.xml:
- Sdf-8 manual changed because there were encoded elements:
- Before:
<expression value="(%resource.kind = #39;.logical#39;. or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.'))" />
- After
<expression value="(%resource.kind = 'logical' or element.first().path = %resource.type) and element.tail().all(path.startsWith(%resource.snapshot.element.first().path&'.'))" />
- Before: