Get versioned EHR_STATUS version at time
Retrieves a VERSION from the VERSIONED_EHR_STATUS associated with the EHR identified by ehr_id.
If version_at_time is supplied, retrieves the VERSION extant at specified time, otherwise retrieves the latest VERSION.
Path parameters
EHR identifier taken from EHR.ehr_id.value.
Query parameters
A given time in the extended ISO 8601 format.
Headers
Response
200 OK is returned when the requested VERSION is successfully retrieved.
Example response
{
"contribution": {
"id": {
"_type": "OBJECT_VERSION_ID",
"value": "fb458d9c-1323-42bc-b7f8-787f3660a0b5::openEHRSys.example.com::1"
},
"namespace": "local",
"type": "COMPOSITION"
},
"commit_audit": {
"system_id": "9624982A-9F42-41A5-9318-AE13D5F5031F",
"committer": {
"_type": "PARTY_IDENTIFIED",
"name": "A user name"
},
"time_committed": {
"value": "2017-08-15T10:37:15.422+02:00"
},
"change_type": {
"value": "creation",
"defining_code": {
"terminology_id": {
"value": "openehr"
},
"code_string": "249"
}
},
"description": {
"value": "Description text"
}
}
}Changes
Changed in 20 of the 41 revisions of this API.29132498
- ○
added
SECTIONdiscriminator mapping keys to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
SECTIONdiscriminator mapping keys to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/allOf[subschema #1: PATHABLE]/response property for the response status200response-property-discriminator-mapping-added
- ○
the
commit_audit/description/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
commit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
commit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
added the required property
commit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/valueto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/valueto the response with the200statusresponse-required-property-added
- ○
added the required property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/valueto the response with the200statusresponse-required-property-added
- ○
- ○
added the new optional
headerrequest parameterAcceptnew-optional-request-parameter
- ○
added the new optional
headerrequest parameterContent-Typenew-optional-request-parameter
- ○
- ▲
for the
pathrequest parameterehr_id, the type/format was changed fromstring/tostring/uuidrequest-parameter-type-changed
- ▲
for the
queryrequest parameterversion_at_time, the type/format was changed fromstring/tostring/datetimerequest-parameter-type-changed
- ▲
- ▲
the response property
commit_audit/committer/external_ref/idbecame optional for the status200response-property-became-optional
- ▲
the response property
commit_audit/committer/external_ref/typebecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/typebecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/typebecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/typebecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/typebecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/typebecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/typebecame optional for the status200response-property-became-optional
- ▲
the response property
data/subject/external_ref/idbecame optional for the status200response-property-became-optional
- ▲
the response property
data/subject/external_ref/typebecame optional for the status200response-property-became-optional
- ▲
removed the required property
commit_audit/committer/external_ref/namespacefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/namespacefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/namespacefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/namespacefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/namespacefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/namespacefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/namespacefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/subject/external_ref/namespacefrom the response with the200statusresponse-required-property-removed
- ●
added the new
HIER_OBJECT_IDenum value to thecommit_audit/committer/external_ref/id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
HIER_OBJECT_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
HIER_OBJECT_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
HIER_OBJECT_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
HIER_OBJECT_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
HIER_OBJECT_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
HIER_OBJECT_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
HIER_OBJECT_IDenum value to thedata/subject/external_ref/id/_typeresponse property for the response status200response-property-enum-value-added
- ○
added
ObjectRefto thecommit_audit/committer/external_refresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ObjectRefto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_refresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ObjectRefto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_refresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ObjectRefto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_refresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ObjectRefto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_refresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ObjectRefto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_refresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ObjectRefto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_refresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
ObjectRefto thedata/subject/external_refresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto thecommit_audit/committer/external_ref/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto thedata/subject/external_ref/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
PARTY_REFdiscriminator mapping keys to thecontribution/allOf[subschema #1: OBJECT_REF]/response property for the response status200response-property-discriminator-mapping-added
- ○
removed discriminator from
commit_audit/committer/external_ref/idresponse property for the response status200response-property-discriminator-removed
- ○
removed discriminator from
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idresponse property for the response status200response-property-discriminator-removed
- ○
removed discriminator from
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idresponse property for the response status200response-property-discriminator-removed
- ○
removed discriminator from
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/idresponse property for the response status200response-property-discriminator-removed
- ○
removed discriminator from
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idresponse property for the response status200response-property-discriminator-removed
- ○
removed discriminator from
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idresponse property for the response status200response-property-discriminator-removed
- ○
removed discriminator from
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/idresponse property for the response status200response-property-discriminator-removed
- ○
removed discriminator from
data/subject/external_ref/idresponse property for the response status200response-property-discriminator-removed
- ▲
- ●
added the new
DV_DATE_TIMEenum value to thecommit_audit/time_committed/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_DATE_TIMEenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_DATE_TIMEenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_DURATIONenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_DURATIONenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_DURATIONenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
EHR_STATUSenum value to thedata/_typeresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/identifiers/items/_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/identifiers/items/_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_item_ids/items/_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/identifiers/items/_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/identifiers/items/_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_item_ids/items/_typeto the response with the200statusresponse-optional-property-added
- ○
the
_typeresponse's property default valueDV_DATE_TIMEwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_DATE_TIMEwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_DATE_TIMEwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_DURATIONwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_DURATIONwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_DURATIONwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueEHR_STATUSwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valuePARTY_PROXYwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valuePARTY_PROXYwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valuePARTY_PROXYwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valuePARTY_PROXYwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valuePARTY_PROXYwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valuePARTY_PROXYwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valuePARTY_PROXYwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valuePARTY_PROXYwas removed for the status200response-property-default-value-removed
- ○
added
FOLDERdiscriminator mapping keys to thedata/allOf[subschema #1: Versionable]/response property for the response status200response-property-discriminator-mapping-added
- ○
removed the
DV_CODED_TEXTenum value from thecommit_audit/description/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thecommit_audit/description/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/target/allOf[subschema #1: DV_URI]/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from thecommit_audit/description/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thecommit_audit/description/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/target/allOf[subschema #1: DV_URI]/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ●
- ○
the
_typeresponse's property default valueDV_ENCAPSULATEDwas removed for the status200response-property-default-value-removed
- ○
removed the
DV_ENCAPSULATEDenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_PARSABLEenum value from thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_typeresponse property for the response status200response-property-enum-value-removed
- ○
- ▲
the response property
contribution/idbecame optional for the status200response-property-became-optional
- ▲
removed the required property
contribution/namespacefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
contribution/typefrom the response with the200statusresponse-required-property-removed
- ●
added the new
HIER_OBJECT_IDenum value to thecontribution/id/_typeresponse property for the response status200response-property-enum-value-added
- ○
added
ObjectRefto thecontributionresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto thecontribution/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed discriminator from
contribution/idresponse property for the response status200response-property-discriminator-removed
- ▲
- ●
removed the optional property
data/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/uid/_typefrom the response with the200statusresponse-optional-property-removed
- ●
added the new
ARCHETYPE_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/archetype_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TEMPLATE_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/template_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/change_type/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/description/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/description/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/description/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/description/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_status/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_status/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_status/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_status/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/charset/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_status/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_status/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ○
the
_typeresponse's property default valueARCHETYPE_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTEMPLATE_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ●
- ●
added the new
DV_ENCAPSULATEDenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_PARSABLEenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_typeresponse property for the response status200response-property-enum-value-added
- ○
the
_typeresponse's property default valueDATA_STRUCTUREwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDATA_STRUCTUREwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDATA_STRUCTUREwas removed for the status200response-property-default-value-removed
- ●
- ●
added the new
DV_CODED_TEXTenum value to thecommit_audit/change_type/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thecommit_audit/description/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thecommit_audit/description/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to thecommit_audit/description/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to thecommit_audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to thedata/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_typeresponse property for the response status200response-property-enum-value-added
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ●