Update EHR_STATUS
Updates EHR_STATUS associated with the EHR identified by ehr_id.
The existing latest version_uid of EHR_STATUS resource (i.e. the preceding_version_uid) must be specified in the If-Match header.
A list of ITEM_TAGs can be associated with the updated EHR_STATUS, in which case a openehr-item-tag or openehr-version-item-tag request header can be set as well. The corresponding response header(s) will return ITEM_TAGs as they were set by the server - see item tags headers for more details.
The response will contain the updated EHR_STATUS resource when the Prefer header has a value of return=representation.
Path parameters
EHR identifier taken from EHR.ehr_id.value.
Headers
Header to make the request conditional. Together with ETag request tag, it helps to prevent simultaneous updates of a resource from overwriting each other ("mid-air collisions"). The format is always an version_uid identifier enclosed by double quotes. The operation will be performed only if the existing latest version_uid of the resource (i.e. the preceding_version_uid) matches this header's value.
Request header to indicate the preference over response details. The response will contain the entire resource when the Prefer header has a value of return=representation, or only the resource identifier (e.g., the uid) when the value is return=identifier.
The list of all ITEM_TAG to be set and associated with the current VERSIONED_OBJECT - see details.
[
{
"key": "flag",
"value": "follow-up",
"target_path": "/context/start_time/value"
}
]The list of all ITEM_TAG to be set and associated with the current VERSION - see details.
[
{
"key": "flag",
"value": "follow-up",
"target_path": "/context/start_time/value"
}
]Request body
Response
200 OK is returned when the EHR_STATUS is successfully updated, with the full resource in the response body when Prefer header is return=representation, or only its identifiers when Prefer header is return=identifier.
Example response
{
"uid": "6cb19121-4307-4648-9da0-d62e4d51f19b::openEHRSys.example.com::2"
}Changes
Changed in 21 of the 41 revisions of this API.227129733
- ▲
added the new required request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/valuenew-required-request-property
- ▲
added the new required request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/valuenew-required-request-property
- ●
changed the pattern of the request property
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/matchfrom/^[><=?]$/to^[><=?]$request-property-pattern-changed
- ●
changed the pattern of the request property
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/matchfrom/^[><=?]$/to^[><=?]$request-property-pattern-changed
- ●
changed the pattern of the request property
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/matchfrom/^[><=?]$/to^[><=?]$request-property-pattern-changed
- ●
changed the pattern of the request property
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/matchfrom/^[><=?]$/to^[><=?]$request-property-pattern-changed
- ●
changed the pattern of the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/matchfrom/^[><=?]$/to^[><=?]$request-property-pattern-changed
- ●
changed the pattern of the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/matchfrom/^[><=?]$/to^[><=?]$request-property-pattern-changed
- ●
changed the pattern of the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/matchfrom/^[><=?]$/to^[><=?]$request-property-pattern-changed
- ○
added
SECTIONdiscriminator mapping keys to theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/request propertyrequest-property-discriminator-mapping-added
- ○
added
SECTIONdiscriminator mapping keys to theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/allOf[subschema #1: PATHABLE]/request propertyrequest-property-discriminator-mapping-added
- ○
added
SECTIONdiscriminator mapping keys to theoneOf[subschema #1: EHR_STATUS]/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
SECTIONdiscriminator mapping keys to theoneOf[subschema #1: EHR_STATUS]/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/allOf[subschema #1: PATHABLE]/response property for the response status200response-property-discriminator-mapping-added
- ○
the
oneOf[subschema #1: EHR_STATUS]/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
oneOf[subschema #1: EHR_STATUS]/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
oneOf[subschema #1: EHR_STATUS]/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
oneOf[subschema #1: EHR_STATUS]/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
oneOf[subschema #1: EHR_STATUS]/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
oneOf[subschema #1: EHR_STATUS]/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
oneOf[subschema #1: EHR_STATUS]/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
oneOf[subschema #1: EHR_STATUS]/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
oneOf[subschema #1: EHR_STATUS]/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
- ○
- ○
added the new optional
headerrequest parameteropenehr-version-item-tagnew-optional-request-parameter
- ○
- ▲
added
EhrStatusIdentifierto the response bodyoneOflist for the response status200response-body-one-of-added
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ▲
removed the required property
is_modifiablefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
is_queryablefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
subjectfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
_typefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
other_detailsfrom the response with the200statusresponse-optional-property-removed
- ○
added the new enum value
return=identifierto theheaderrequest parameterPreferrequest-parameter-enum-value-added
- ○
removed
Versionablefrom the response bodyallOflist for the response status200response-body-all-of-removed
- ▲
- ▲
for the
pathrequest parameterehr_id, the type/format was changed fromstring/tostring/uuidrequest-parameter-type-changed
- ▲
- ○
added the new optional
headerrequest parameteropenehr-item-tagnew-optional-request-parameter
- ○
- ▲
added
ObjectRefto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_refrequest propertyallOflistrequest-property-all-of-added
- ▲
added
ObjectRefto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_refrequest propertyallOflistrequest-property-all-of-added
- ▲
added
ObjectRefto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_refrequest propertyallOflistrequest-property-all-of-added
- ▲
added
ObjectRefto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_refrequest propertyallOflistrequest-property-all-of-added
- ▲
added
ObjectRefto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_refrequest propertyallOflistrequest-property-all-of-added
- ▲
added
ObjectRefto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_refrequest propertyallOflistrequest-property-all-of-added
- ▲
added
ObjectRefto thesubject/external_refrequest propertyallOflistrequest-property-all-of-added
- ▲
added
UidBasedIdto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idrequest propertyallOflistrequest-property-all-of-added
- ▲
added
UidBasedIdto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idrequest propertyallOflistrequest-property-all-of-added
- ▲
added
UidBasedIdto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/idrequest propertyallOflistrequest-property-all-of-added
- ▲
added
UidBasedIdto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idrequest propertyallOflistrequest-property-all-of-added
- ▲
added
UidBasedIdto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idrequest propertyallOflistrequest-property-all-of-added
- ▲
added
UidBasedIdto theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/idrequest propertyallOflistrequest-property-all-of-added
- ▲
added
UidBasedIdto thesubject/external_ref/idrequest propertyallOflistrequest-property-all-of-added
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
subject/external_ref/id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
the response property
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
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
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
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
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
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
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
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
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
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
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
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
subject/external_ref/idbecame optional for the status200response-property-became-optional
- ▲
the response property
subject/external_ref/typebecame optional for the status200response-property-became-optional
- ▲
removed the required property
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
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
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
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
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
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
subject/external_ref/namespacefrom the response with the200statusresponse-required-property-removed
- ●
removed the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/namespacerequest-property-removed
- ●
removed the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/namespacerequest-property-removed
- ●
removed the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/namespacerequest-property-removed
- ●
removed the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/namespacerequest-property-removed
- ●
removed the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/namespacerequest-property-removed
- ●
removed the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/namespacerequest-property-removed
- ●
removed the request property
subject/external_ref/namespacerequest-property-removed
- ●
added the new
HIER_OBJECT_IDenum value to theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 thesubject/external_ref/id/_typeresponse property for the response status200response-property-enum-value-added
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idbecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/typebecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idbecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/typebecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/idbecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/typebecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idbecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/typebecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idbecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/typebecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/idbecame optionalrequest-property-became-optional
- ○
the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/typebecame optionalrequest-property-became-optional
- ○
the request property
subject/external_ref/idbecame optionalrequest-property-became-optional
- ○
the request property
subject/external_ref/typebecame optionalrequest-property-became-optional
- ○
removed discriminator from
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idrequest propertyrequest-property-discriminator-removed
- ○
removed discriminator from
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idrequest propertyrequest-property-discriminator-removed
- ○
removed discriminator from
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/idrequest propertyrequest-property-discriminator-removed
- ○
removed discriminator from
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/idrequest propertyrequest-property-discriminator-removed
- ○
removed discriminator from
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/idrequest propertyrequest-property-discriminator-removed
- ○
removed discriminator from
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/idrequest propertyrequest-property-discriminator-removed
- ○
removed discriminator from
subject/external_ref/idrequest propertyrequest-property-discriminator-removed
- ○
added the new
HIER_OBJECT_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typerequest-property-enum-value-added
- ○
added the new
HIER_OBJECT_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typerequest-property-enum-value-added
- ○
added the new
HIER_OBJECT_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id/_typerequest-property-enum-value-added
- ○
added the new
HIER_OBJECT_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typerequest-property-enum-value-added
- ○
added the new
HIER_OBJECT_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_typerequest-property-enum-value-added
- ○
added the new
HIER_OBJECT_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id/_typerequest-property-enum-value-added
- ○
added the new
HIER_OBJECT_IDenum value to the request propertysubject/external_ref/id/_typerequest-property-enum-value-added
- ○
added
ObjectRefto theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 thesubject/external_refresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 thesubject/external_ref/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed discriminator from
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
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
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
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
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
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
subject/external_ref/idresponse property for the response status200response-property-discriminator-removed
- ▲
- ▲
request property
_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
removed the enum value
DV_CODED_TEXTof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_CODED_TEXTof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_CODED_TEXTof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_CODED_TEXTof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_CODED_TEXTof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_CODED_TEXTof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_CODED_TEXTof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_EHR_URIof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_EHR_URIof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_EHR_URIof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_EHR_URIof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_EHR_URIof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/hyperlink/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_EHR_URIof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/target/allOf[subschema #1: DV_URI]/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_EHR_URIof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/hyperlink/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_EHR_URIof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/hyperlink/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_TEXTof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_TEXTof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_TEXTof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_TEXTof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_TEXTof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_TEXTof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_TEXTof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_URIof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_URIof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_URIof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_URIof the request propertyallOf[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/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_URIof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/hyperlink/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_URIof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/target/allOf[subschema #1: DV_URI]/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_URIof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/hyperlink/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_URIof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/hyperlink/_typerequest-property-enum-value-removed
- ●
added the new
DV_DATE_TIMEenum value to theallOf[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 theallOf[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 theallOf[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 theallOf[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 the_typeresponse property for the response status200response-property-enum-value-added
- ○
added the new optional request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/identifiers/items/_typenew-optional-request-property
- ○
added the new optional request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/identifiers/items/_typenew-optional-request-property
- ○
added the new optional request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_item_ids/items/_typenew-optional-request-property
- ○
added the new optional request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/identifiers/items/_typenew-optional-request-property
- ○
added the new optional request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/identifiers/items/_typenew-optional-request-property
- ○
added the new optional request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_item_ids/items/_typenew-optional-request-property
- ○
the
_typerequest property default valueDV_DATE_TIMEwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueDV_DATE_TIMEwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueDV_DURATIONwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueDV_DURATIONwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueEHR_STATUSwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valuePARTY_PROXYwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valuePARTY_PROXYwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valuePARTY_PROXYwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valuePARTY_PROXYwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valuePARTY_PROXYwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valuePARTY_PROXYwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valuePARTY_PROXYwas removedrequest-property-default-value-removed
- ○
added
FOLDERdiscriminator mapping keys to theallOf[subschema #1: Versionable]/request propertyrequest-property-discriminator-mapping-added
- ○
added the new
DV_DATE_TIMEenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/_typerequest-property-enum-value-added
- ○
added the new
DV_DATE_TIMEenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/_typerequest-property-enum-value-added
- ○
added the new
DV_DURATIONenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/_typerequest-property-enum-value-added
- ○
added the new
DV_DURATIONenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/_typerequest-property-enum-value-added
- ○
added the new
EHR_STATUSenum value to the request property_typerequest-property-enum-value-added
- ○
added the optional property
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
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
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
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
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
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_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
- ○
added
FOLDERdiscriminator mapping keys to theallOf[subschema #1: Versionable]/response property for the response status200response-property-discriminator-mapping-added
- ○
removed the
DV_CODED_TEXTenum value from theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ▲
- ▲
removed the enum value
DV_ENCAPSULATEDof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_typerequest-property-enum-value-removed
- ▲
removed the enum value
DV_PARSABLEof the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_typerequest-property-enum-value-removed
- ○
the
_typerequest property default valueDV_ENCAPSULATEDwas removedrequest-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_ENCAPSULATEDwas removed for the status200response-property-default-value-removed
- ○
removed the
DV_ENCAPSULATEDenum value from theallOf[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 theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_typeresponse property for the response status200response-property-enum-value-removed
- ▲
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/archetype_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/template_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/charset/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/language/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
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/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/encoding/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/language/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/target/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/encoding/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/language/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/purpose/defining_code/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/target/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/encoding/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/language/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/purpose/defining_code/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/target/terminology_id/_typewas restricted to a list of enum valuesrequest-property-became-enum
- ●
removed the request property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/uid/_typerequest-property-removed
- ●
removed the optional property
allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/uid/_typefrom the response with the200statusresponse-optional-property-removed
- ●
added the new
ARCHETYPE_IDenum value to theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[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 theallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ○
the
_typerequest property default valueARCHETYPE_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTEMPLATE_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
the
_typerequest property default valueTERMINOLOGY_IDwas removedrequest-property-default-value-removed
- ○
added the new
ARCHETYPE_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/archetype_id/_typerequest-property-enum-value-added
- ○
added the new
TEMPLATE_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/template_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/charset/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/language/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[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/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/encoding/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/language/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/target/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/encoding/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/language/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/purpose/defining_code/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/target/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/encoding/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/language/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/purpose/defining_code/terminology_id/_typerequest-property-enum-value-added
- ○
added the new
TERMINOLOGY_IDenum value to the request propertyallOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/target/terminology_id/_typerequest-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
- ▲