EHR_STATUS

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.

put/ehr/{ehr_id}/ehr_status

Path parameters

ehr_idstring uuid required
Example:7d44b88c-4199-4bad-97dc-d78268e01398

EHR identifier taken from EHR.ehr_id.value.

Headers

If-Matchstring required
Example:"6cb19121-4307-4648-9da0-d62e4d51f19b::openEHRSys.example.com::1"

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.

Prefer'return=representation' | 'return=minimal' | 'return=identifier'

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.

Accept'application/json' | 'application/xml' | 'application/openehr.wt.flat+json' | 'application/openehr.wt.structured+json'
Content-Type'application/json' | 'application/xml' | 'application/openehr.wt.flat+json' | 'application/openehr.wt.structured+json'
keystring required

Tag key (identifier)

valuestring

Tag value

target_pathstring

An AQL path withing the target used to tag a fine-grained element

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"
  }
]
keystring required

Tag key (identifier)

valuestring

Tag value

target_pathstring

An AQL path withing the target used to tag a fine-grained element

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

_typestring

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.

OR

Example response

{
  "uid": "6cb19121-4307-4648-9da0-d62e4d51f19b::openEHRSys.example.com::2"
}

Changes

Changed in 21 of the 41 revisions of this API.227129733

  • a81c0c47d29d2713See the full diff
    • 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/value

      new-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/value

      new-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/match from /^[><=?]$/ 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/match from /^[><=?]$/ 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/match from /^[><=?]$/ 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/match from /^[><=?]$/ 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/match from /^[><=?]$/ 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/match from /^[><=?]$/ to ^[><=?]$

      request-property-pattern-changed

    • changed the pattern of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/match from /^[><=?]$/ to ^[><=?]$

      request-property-pattern-changed

    • added SECTION discriminator mapping keys to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/ request property

      request-property-discriminator-mapping-added

    • added SECTION discriminator mapping keys to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/allOf[subschema #1: PATHABLE]/ request property

      request-property-discriminator-mapping-added

    • added SECTION discriminator mapping keys to the oneOf[subschema #1: EHR_STATUS]/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • added SECTION discriminator mapping keys to the oneOf[subschema #1: EHR_STATUS]/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/allOf[subschema #1: PATHABLE]/ response property for the response status 200

      response-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/match response's property pattern was changed from /^[><=?]$/ to ^[><=?]$ for the status 200

      response-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/match response's property pattern was changed from /^[><=?]$/ to ^[><=?]$ for the status 200

      response-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/match response's property pattern was changed from /^[><=?]$/ to ^[><=?]$ for the status 200

      response-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/match response's property pattern was changed from /^[><=?]$/ to ^[><=?]$ for the status 200

      response-property-pattern-changed

    • the oneOf[subschema #1: EHR_STATUS]/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/match response's property pattern was changed from /^[><=?]$/ to ^[><=?]$ for the status 200

      response-property-pattern-changed

    • the oneOf[subschema #1: EHR_STATUS]/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/match response's property pattern was changed from /^[><=?]$/ to ^[><=?]$ for the status 200

      response-property-pattern-changed

    • the oneOf[subschema #1: EHR_STATUS]/allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/match response's property pattern was changed from /^[><=?]$/ to ^[><=?]$ for the status 200

      response-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/value to the response with the 200 status

      response-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/value to the response with the 200 status

      response-required-property-added

    • added the new optional header request parameter Accept

      new-optional-request-parameter

    • added the new optional header request parameter Content-Type

      new-optional-request-parameter

    • added the new optional header request parameter openehr-version-item-tag

      new-optional-request-parameter

  • 1da1a70fea07522See the full diff
    • added EhrStatus Identifier to the response body oneOf list for the response status 200

      response-body-one-of-added

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the required property is_modifiable from the response with the 200 status

      response-required-property-removed

    • removed the required property is_queryable from the response with the 200 status

      response-required-property-removed

    • removed the required property subject from the response with the 200 status

      response-required-property-removed

    • removed the optional property _type from the response with the 200 status

      response-optional-property-removed

    • removed the optional property other_details from the response with the 200 status

      response-optional-property-removed

    • added the new enum value return=identifier to the header request parameter Prefer

      request-parameter-enum-value-added

    • removed Versionable from the response body allOf list for the response status 200

      response-body-all-of-removed

    • for the path request parameter ehr_id, the type/format was changed from string/ to string/uuid

      request-parameter-type-changed

    • added the new optional header request parameter openehr-item-tag

      new-optional-request-parameter

  • 932a3707247c421449See the full diff
    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref request property allOf list

      request-property-all-of-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref request property allOf list

      request-property-all-of-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref request property allOf list

      request-property-all-of-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref request property allOf list

      request-property-all-of-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref request property allOf list

      request-property-all-of-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref request property allOf list

      request-property-all-of-added

    • added ObjectRef to the subject/external_ref request property allOf list

      request-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id request property allOf list

      request-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id request property allOf list

      request-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id request property allOf list

      request-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id request property allOf list

      request-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id request property allOf list

      request-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id request property allOf list

      request-property-all-of-added

    • added UidBasedId to the subject/external_ref/id request property allOf list

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property subject/external_ref/id/_type was restricted to a list of enum values

      request-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/id became optional for the status 200

      response-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/type became optional for the status 200

      response-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/id became optional for the status 200

      response-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/type became optional for the status 200

      response-property-became-optional

    • the response property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id became optional for the status 200

      response-property-became-optional

    • the response property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/type became optional for the status 200

      response-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/id became optional for the status 200

      response-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/type became optional for the status 200

      response-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/id became optional for the status 200

      response-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/type became optional for the status 200

      response-property-became-optional

    • the response property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id became optional for the status 200

      response-property-became-optional

    • the response property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/type became optional for the status 200

      response-property-became-optional

    • the response property subject/external_ref/id became optional for the status 200

      response-property-became-optional

    • the response property subject/external_ref/type became optional for the status 200

      response-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/namespace from the response with the 200 status

      response-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/namespace from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/namespace from the response with the 200 status

      response-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/namespace from the response with the 200 status

      response-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/namespace from the response with the 200 status

      response-required-property-removed

    • removed the required property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/namespace from the response with the 200 status

      response-required-property-removed

    • removed the required property subject/external_ref/namespace from the response with the 200 status

      response-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/namespace

      request-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/namespace

      request-property-removed

    • removed the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/namespace

      request-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/namespace

      request-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/namespace

      request-property-removed

    • removed the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/namespace

      request-property-removed

    • removed the request property subject/external_ref/namespace

      request-property-removed

    • added the new HIER_OBJECT_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the subject/external_ref/id/_type response property for the response status 200

      response-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/id became optional

      request-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/type became optional

      request-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/id became optional

      request-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/type became optional

      request-property-became-optional

    • the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id became optional

      request-property-became-optional

    • the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/type became optional

      request-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/id became optional

      request-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/type became optional

      request-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/id became optional

      request-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/type became optional

      request-property-became-optional

    • the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id became optional

      request-property-became-optional

    • the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/type became optional

      request-property-became-optional

    • the request property subject/external_ref/id became optional

      request-property-became-optional

    • the request property subject/external_ref/type became optional

      request-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/id request property

      request-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/id request property

      request-property-discriminator-removed

    • removed discriminator from allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id request property

      request-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/id request property

      request-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/id request property

      request-property-discriminator-removed

    • removed discriminator from allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id request property

      request-property-discriminator-removed

    • removed discriminator from subject/external_ref/id request property

      request-property-discriminator-removed

    • added the new HIER_OBJECT_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_type

      request-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_type

      request-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id/_type

      request-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_type

      request-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id/_type

      request-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id/_type

      request-property-enum-value-added

    • added the new HIER_OBJECT_ID enum value to the request property subject/external_ref/id/_type

      request-property-enum-value-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref response property allOf list for the response status 200

      response-property-all-of-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref response property allOf list for the response status 200

      response-property-all-of-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref response property allOf list for the response status 200

      response-property-all-of-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref response property allOf list for the response status 200

      response-property-all-of-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref response property allOf list for the response status 200

      response-property-all-of-added

    • added ObjectRef to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref response property allOf list for the response status 200

      response-property-all-of-added

    • added ObjectRef to the subject/external_ref response property allOf list for the response status 200

      response-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id response property allOf list for the response status 200

      response-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id response property allOf list for the response status 200

      response-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id response property allOf list for the response status 200

      response-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/allOf[subschema #1: PARTY_PROXY]/external_ref/id response property allOf list for the response status 200

      response-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/allOf[subschema #1: PARTY_PROXY]/external_ref/id response property allOf list for the response status 200

      response-property-all-of-added

    • added UidBasedId to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id response property allOf list for the response status 200

      response-property-all-of-added

    • added UidBasedId to the subject/external_ref/id response property allOf list for the response status 200

      response-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/id response property for the response status 200

      response-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/id response property for the response status 200

      response-property-discriminator-removed

    • removed discriminator from allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/subject/external_ref/id response property for the response status 200

      response-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/id response property for the response status 200

      response-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/id response property for the response status 200

      response-property-discriminator-removed

    • removed discriminator from allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/subject/external_ref/id response property for the response status 200

      response-property-discriminator-removed

    • removed discriminator from subject/external_ref/id response property for the response status 200

      response-property-discriminator-removed

  • 6318c0ca72c835573See the full diff
    • request property _type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-property-became-enum

    • removed the enum value DV_CODED_TEXT 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/_type

      request-property-enum-value-removed

    • removed the enum value DV_CODED_TEXT 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/_type

      request-property-enum-value-removed

    • removed the enum value DV_CODED_TEXT 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/_type

      request-property-enum-value-removed

    • removed the enum value DV_CODED_TEXT 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/_type

      request-property-enum-value-removed

    • removed the enum value DV_CODED_TEXT of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/_type

      request-property-enum-value-removed

    • removed the enum value DV_CODED_TEXT of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/_type

      request-property-enum-value-removed

    • removed the enum value DV_CODED_TEXT of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_type

      request-property-enum-value-removed

    • removed the enum value DV_EHR_URI 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/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_EHR_URI 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/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_EHR_URI 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/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_EHR_URI 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/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_EHR_URI of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_EHR_URI of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/target/allOf[subschema #1: DV_URI]/_type

      request-property-enum-value-removed

    • removed the enum value DV_EHR_URI of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_EHR_URI of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_TEXT 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/_type

      request-property-enum-value-removed

    • removed the enum value DV_TEXT 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/_type

      request-property-enum-value-removed

    • removed the enum value DV_TEXT 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/_type

      request-property-enum-value-removed

    • removed the enum value DV_TEXT 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/_type

      request-property-enum-value-removed

    • removed the enum value DV_TEXT of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/_type

      request-property-enum-value-removed

    • removed the enum value DV_TEXT of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/_type

      request-property-enum-value-removed

    • removed the enum value DV_TEXT of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_type

      request-property-enum-value-removed

    • removed the enum value DV_URI 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/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_URI 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/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_URI 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/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_URI 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/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_URI of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_URI of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/target/allOf[subschema #1: DV_URI]/_type

      request-property-enum-value-removed

    • removed the enum value DV_URI of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/hyperlink/_type

      request-property-enum-value-removed

    • removed the enum value DV_URI of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/hyperlink/_type

      request-property-enum-value-removed

    • added the new DV_DATE_TIME enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/_type response property for the response status 200

      response-property-enum-value-added

    • added the new DV_DATE_TIME enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/_type response property for the response status 200

      response-property-enum-value-added

    • added the new DV_DURATION enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/_type response property for the response status 200

      response-property-enum-value-added

    • added the new DV_DURATION enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/_type response property for the response status 200

      response-property-enum-value-added

    • added the new EHR_STATUS enum value to the _type response property for the response status 200

      response-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/_type

      new-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/_type

      new-optional-request-property

    • added the new optional request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_item_ids/items/_type

      new-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/_type

      new-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/_type

      new-optional-request-property

    • added the new optional request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_item_ids/items/_type

      new-optional-request-property

    • the _type request property default value DV_DATE_TIME was removed

      request-property-default-value-removed

    • the _type request property default value DV_DATE_TIME was removed

      request-property-default-value-removed

    • the _type request property default value DV_DURATION was removed

      request-property-default-value-removed

    • the _type request property default value DV_DURATION was removed

      request-property-default-value-removed

    • the _type request property default value EHR_STATUS was removed

      request-property-default-value-removed

    • the _type request property default value PARTY_PROXY was removed

      request-property-default-value-removed

    • the _type request property default value PARTY_PROXY was removed

      request-property-default-value-removed

    • the _type request property default value PARTY_PROXY was removed

      request-property-default-value-removed

    • the _type request property default value PARTY_PROXY was removed

      request-property-default-value-removed

    • the _type request property default value PARTY_PROXY was removed

      request-property-default-value-removed

    • the _type request property default value PARTY_PROXY was removed

      request-property-default-value-removed

    • the _type request property default value PARTY_PROXY was removed

      request-property-default-value-removed

    • added FOLDER discriminator mapping keys to the allOf[subschema #1: Versionable]/ request property

      request-property-discriminator-mapping-added

    • added the new DV_DATE_TIME enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/_type

      request-property-enum-value-added

    • added the new DV_DATE_TIME enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/_type

      request-property-enum-value-added

    • added the new DV_DURATION enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/_type

      request-property-enum-value-added

    • added the new DV_DURATION enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/_type

      request-property-enum-value-added

    • added the new EHR_STATUS enum value to the request property _type

      request-property-enum-value-added

    • added the optional property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/location/identifiers/items/_type to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/provider/identifiers/items/_type to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_item_ids/items/_type to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/location/identifiers/items/_type to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/provider/identifiers/items/_type to the response with the 200 status

      response-optional-property-added

    • added the optional property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_item_ids/items/_type to the response with the 200 status

      response-optional-property-added

    • the _type response's property default value DV_DATE_TIME was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value DV_DATE_TIME was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value DV_DURATION was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value DV_DURATION was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value EHR_STATUS was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value PARTY_PROXY was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value PARTY_PROXY was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value PARTY_PROXY was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value PARTY_PROXY was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value PARTY_PROXY was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value PARTY_PROXY was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value PARTY_PROXY was removed for the status 200

      response-property-default-value-removed

    • added FOLDER discriminator mapping keys to the allOf[subschema #1: Versionable]/ response property for the response status 200

      response-property-discriminator-mapping-added

    • removed the DV_CODED_TEXT enum value from the 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/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_CODED_TEXT enum value from the 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/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_CODED_TEXT enum value from the 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/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_CODED_TEXT enum value from the 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/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_CODED_TEXT enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_CODED_TEXT enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_CODED_TEXT enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_EHR_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_EHR_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_EHR_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_EHR_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_EHR_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_EHR_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/target/allOf[subschema #1: DV_URI]/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_EHR_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_EHR_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_TEXT enum value from the 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/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_TEXT enum value from the 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/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_TEXT enum value from the 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/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_TEXT enum value from the 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/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_TEXT enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_TEXT enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_TEXT enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/feeder_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/originating_system_audit/time/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/target/allOf[subschema #1: DV_URI]/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_URI enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/hyperlink/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the enum value DV_ENCAPSULATED of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_type

      request-property-enum-value-removed

    • removed the enum value DV_PARSABLE of the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_type

      request-property-enum-value-removed

    • the _type request property default value DV_ENCAPSULATED was removed

      request-property-default-value-removed

    • the _type response's property default value DV_ENCAPSULATED was removed for the status 200

      response-property-default-value-removed

    • removed the DV_ENCAPSULATED enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_type response property for the response status 200

      response-property-enum-value-removed

    • removed the DV_PARSABLE enum value from the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/_type response property for the response status 200

      response-property-enum-value-removed

  • 8dab5d4b9cc43638108See the full diff
    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/archetype_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/template_id/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/charset/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/language/terminology_id/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-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/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/encoding/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/language/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/purpose/defining_code/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/target/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/encoding/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/language/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/purpose/defining_code/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/target/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/encoding/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/language/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/purpose/defining_code/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/target/terminology_id/_type was restricted to a list of enum values

      request-property-became-enum

    • removed the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/uid/_type

      request-property-removed

    • removed the optional property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/uid/_type from the response with the 200 status

      response-optional-property-removed

    • added the new ARCHETYPE_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/archetype_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TEMPLATE_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/template_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/charset/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/language/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the 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/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/encoding/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/language/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/purpose/defining_code/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/target/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/encoding/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/language/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/purpose/defining_code/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/target/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/encoding/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/language/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/purpose/defining_code/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/target/terminology_id/_type response property for the response status 200

      response-property-enum-value-added

    • the _type request property default value ARCHETYPE_ID was removed

      request-property-default-value-removed

    • the _type request property default value TEMPLATE_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • the _type request property default value TERMINOLOGY_ID was removed

      request-property-default-value-removed

    • added the new ARCHETYPE_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/archetype_id/_type

      request-property-enum-value-added

    • added the new TEMPLATE_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/archetype_details/template_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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]/normal_status/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/encoding/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/language/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/purpose/defining_code/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/target/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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]/normal_status/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/encoding/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/language/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/purpose/defining_code/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/target/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/charset/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/feeder_audit/original_content/language/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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]/normal_status/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/encoding/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/language/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/purpose/defining_code/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/target/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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]/normal_status/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/encoding/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/language/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/purpose/defining_code/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to 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/target/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/encoding/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/language/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/purpose/defining_code/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/meaning/mappings/items/target/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/encoding/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/language/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/purpose/defining_code/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/links/items/type/mappings/items/target/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/encoding/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/language/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/purpose/defining_code/terminology_id/_type

      request-property-enum-value-added

    • added the new TERMINOLOGY_ID enum value to the request property allOf[subschema #1: Versionable]/allOf[subschema #1: LOCATABLE]/name/mappings/items/target/terminology_id/_type

      request-property-enum-value-added

    • the _type response's property default value ARCHETYPE_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TEMPLATE_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed

    • the _type response's property default value TERMINOLOGY_ID was removed for the status 200

      response-property-default-value-removed