Get CONTRIBUTION by id
Retrieves a CONTRIBUTION identified by contribution_uid and associated with the EHR identified by ehr_id.
Simplified Formats (FLAT / STRUCTURED)
The Accept header MAY be set to one of the Simplified Formats MIME types - application/openehr.wt.flat+json or application/openehr.wt.structured+json - in addition to the canonical application/json / application/xml.
When a Simplified Formats MIME type is requested, the CONTRIBUTION envelope itself is still returned as canonical JSON (uid, versions[] metadata, audit). Only the inner versions[i].data payload (COMPOSITION, EHR_STATUS, or FOLDER) is serialized in the chosen FLAT or STRUCTURED form. See Simplified Formats for the rules that apply to that inner payload.
Path parameters
EHR identifier taken from EHR.ehr_id.value.
The CONTRIBUTION uid.
Headers
Response
200 OK is returned when the CONTRIBUTION is successfully retrieved.
When the request Accept header selects a Simplified Formats MIME type (application/openehr.wt.flat+json or application/openehr.wt.structured+json), the response body is still a canonical CONTRIBUTION envelope; only each versions[i].data payload is serialized in the requested FLAT or STRUCTURED form.
Example response
{
"uid": {
"value": "0826851c-c4c2-4d61-92b9-410fb8275ff0"
},
"versions": [
{
"id": {
"_type": "OBJECT_VERSION_ID",
"value": "fb458d9c-1323-42bc-b7f8-787f3660a0b5::openEHRSys.example.com::1"
},
"namespace": "local",
"type": "COMPOSITION"
},
{
"id": {
"_type": "OBJECT_VERSION_ID",
"value": "abcdefgh-1323-42bc-b7f8-787f3660a0ba::openEHRSys.example.com::1"
},
"namespace": "local",
"type": "FOLDER"
}
],
"audit": {
"system_id": "9624982A-9F42-41A5-9318-AE13D5F5031F",
"committer": {
"_type": "PARTY_IDENTIFIED",
"name": "A user name"
},
"time_committed": {
"value": "2017-08-15T10:37:15.422+02:00"
},
"change_type": {
"value": "creation",
"defining_code": {
"terminology_id": {
"value": "openehr"
},
"code_string": "249"
}
},
"description": {
"value": "Description text"
}
}
}Changes
Changed in 14 of the 41 revisions of this API.1038127
- ○
added the new enum value
application/openehr.wt.flat+jsonto theheaderrequest parameterAcceptrequest-parameter-enum-value-added
- ○
added the new enum value
application/openehr.wt.structured+jsonto theheaderrequest parameterAcceptrequest-parameter-enum-value-added
- ○
the
audit/description/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
the
audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/matchresponse's property pattern was changed from/^[><=?]$/to^[><=?]$for the status200response-property-pattern-changed
- ○
added the required property
audit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/valueto the response with the200statusresponse-required-property-added
- ○
- ○
added the new optional
headerrequest parameterAcceptnew-optional-request-parameter
- ○
- ▲
for the
pathrequest parametercontribution_uid, the type/format was changed fromstring/tostring/uuidrequest-parameter-type-changed
- ▲
for the
pathrequest parameterehr_id, the type/format was changed fromstring/tostring/uuidrequest-parameter-type-changed
- ▲
- ▲
the response property
audit/committer/external_ref/idbecame optional for the status200response-property-became-optional
- ▲
the response property
audit/committer/external_ref/typebecame optional for the status200response-property-became-optional
- ▲
removed the required property
audit/committer/external_ref/namespacefrom the response with the200statusresponse-required-property-removed
- ●
added the new
HIER_OBJECT_IDenum value to theaudit/committer/external_ref/id/_typeresponse property for the response status200response-property-enum-value-added
- ○
added
ObjectRefto theaudit/committer/external_refresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto theaudit/committer/external_ref/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
added
PARTY_REFdiscriminator mapping keys to theversions/items/allOf[subschema #1: OBJECT_REF]/response property for the response status200response-property-discriminator-mapping-added
- ○
removed discriminator from
audit/committer/external_ref/idresponse property for the response status200response-property-discriminator-removed
- ▲
- ●
added the new
DV_DATE_TIMEenum value to theaudit/time_committed/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_DURATIONenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/_typeresponse property for the response status200response-property-enum-value-added
- ○
the
_typeresponse's property default valueDV_DATE_TIMEwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_DURATIONwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valuePARTY_PROXYwas removed for the status200response-property-default-value-removed
- ○
removed the
DV_CODED_TEXTenum value from theaudit/description/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_CODED_TEXTenum value from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from theaudit/description/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_EHR_URIenum value from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from theaudit/description/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_TEXTenum value from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from theaudit/description/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
DV_URIenum value from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-removed
- ●
- ▲
the response property
versions/items/idbecame optional for the status200response-property-became-optional
- ▲
removed the required property
versions/items/id/valuefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
versions/items/namespacefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
versions/items/typefrom the response with the200statusresponse-required-property-removed
- ●
added the new
OBJECT_VERSION_IDenum value to theversions/items/id/_typeresponse property for the response status200response-property-enum-value-added
- ○
added
ObjectRefto theversions/items/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
UidBasedIdto theversions/items/idresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed discriminator from
versions/items/idresponse property for the response status200response-property-discriminator-removed
- ▲
- ●
removed the optional property
uid/allOf[subschema #1: UID_BASED_ID]/_typefrom the response with the200statusresponse-optional-property-removed
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/change_type/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/description/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/description/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/description/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/description/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_status/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_status/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/encoding/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/language/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/defining_code/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
TERMINOLOGY_IDenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/target/terminology_id/_typeresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
uid/_typeto the response with the200statusresponse-optional-property-added
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueTERMINOLOGY_IDwas removed for the status200response-property-default-value-removed
- ●
- ●
added the new
DV_CODED_TEXTenum value to theaudit/change_type/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to theaudit/description/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to theaudit/description/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_CODED_TEXTenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to theaudit/description/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_TEXTenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/_typeresponse property for the response status200response-property-enum-value-added
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ○
the
_typeresponse's property default valueDV_CODED_TEXTwas removed for the status200response-property-default-value-removed
- ●
- ●
added the new
DV_EHR_URIenum value to theaudit/description/hyperlink/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_EHR_URIenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_EHR_URIenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_URIenum value to theaudit/description/hyperlink/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_URIenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
DV_URIenum value to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlink/_typeresponse property for the response status200response-property-enum-value-added
- ●
- ○
added
DV_TIMEdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
PARTY_RELATEDdiscriminator mapping keys to theaudit/committerresponse property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/change_type/defining_code/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/committer/external_ref/idresponse property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/description/encoding/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/description/language/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/description/mappings/items/purpose/defining_code/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/description/mappings/items/target/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_status/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/encoding/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/language/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/defining_code/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/target/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_status/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/encoding/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/language/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/purpose/defining_code/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/mappings/items/target/terminology_id/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theuid/allOf[subschema #1: UID_BASED_ID]/allOf[subschema #1: OBJECT_ID]/response property for the response status200response-property-discriminator-mapping-added
- ○
added
UID_BASED_IDdiscriminator mapping keys to theversions/items/idresponse property for the response status200response-property-discriminator-mapping-added
- ○
removed
AUDIT_DETAILSdiscriminator mapping keys from theauditresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_DTIMEdiscriminator mapping keys from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/response property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_INTERVALdiscriminator mapping keys from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_rangeresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_INTERVALdiscriminator mapping keys from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/rangeresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_INTERVALdiscriminator mapping keys from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/normal_rangeresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_INTERVALdiscriminator mapping keys from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/rangeresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_TEXTdiscriminator mapping keys from theaudit/descriptionresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_TEXTdiscriminator mapping keys from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaningresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_TEXTdiscriminator mapping keys from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaningresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_URIdiscriminator mapping keys from theaudit/description/hyperlinkresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_URIdiscriminator mapping keys from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/accuracy/allOf[subschema #1: DV_AMOUNT]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlinkresponse property for the response status200response-property-discriminator-mapping-deleted
- ○
removed
DV_URIdiscriminator mapping keys from theaudit/time_committed/allOf[subschema #1: DV_TEMPORAL]/allOf[subschema #1: DV_QUANTIFIED]/allOf[subschema #1: DV_ORDERED]/other_reference_ranges/items/meaning/hyperlinkresponse property for the response status200response-property-discriminator-mapping-deleted
- ○