put
Observation Conditional Update
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400400
Observation could not be parsed or failed basic FHIR validation rules (or multiple matches were found).
-
403403
Not Authorized.
-
412412
The given criteria is not selective enough.
Environment | URL |
---|---|
Live |
https://fhirsandbox-prod.apigee.net/fhir/v1/Observation |
Name | Values | Description |
---|---|---|
Authorization |
Specify access token for API in the given format: Bearer [access_token]. |
|
Accept |
The Accept request-header field can be used to specify certain media types which are acceptable for the response. |
|
Content-Type
(required) |
Specifies the format of data in body |
Name | Values | Description |
---|---|---|
_content |
Search the contents of the resource's data using a fulltext search |
|
_id |
The resource identity |
|
_language |
The resource language |
|
_lastUpdated |
Only return resources which were last updated as specified by the given range. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). The prefixes >, >=, <= and < may be used on the parameter value. |
|
_lastUpdated |
Only return resources which were last updated as specified by the given range. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). Two dates can be used to specify an interval. The prefixes >, >=, <= and < may be used on the parameter value. |
|
_profile |
Search for resources which have the given profile |
|
_security |
Search for resources which have the given security labels |
|
_tag |
Search for resources which have the given tag |
|
_text |
Search the contents of the resource's narrative using a fulltext search |
|
category |
The classification of the type of observation |
|
code |
The code of the observation type |
|
code-value-concept |
Both code and one of the value parameters |
|
code-value-date |
Both code and one of the value parameters |
|
code-value-quantity |
Both code and one of the value parameters |
|
code-value-string |
Both code and one of the value parameters |
|
component-code |
The component code of the observation type |
|
component-code-component-value-concept |
Both component code and one of the component value parameters |
|
component-code-component-value-quantity |
Both component code and one of the component value parameters |
|
component-code-component-value-string |
Both component code and one of the component value parameters |
|
component-data-absent-reason |
The reason why the expected value in the element Observation.component.value[x] is missing. |
|
component-value-concept |
The value of the component observation, if the value is a CodeableConcept |
|
component-value-quantity |
The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) |
|
component-value-string |
The value of the component observation, if the value is a string, and also searches in CodeableConcept.text |
|
data-absent-reason |
The reason why the expected value in the element Observation.value[x] is missing. |
|
date |
Obtained date/time. If the obtained element is a period, a date that falls in the period. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). The prefixes >, >=, <= and < may be used on the parameter value. |
|
date |
Obtained date/time. If the obtained element is a period, a date that falls in the period. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). Two dates can be used to specify an interval. The prefixes >, >=, <= and < may be used on the parameter value. |
|
device |
The Device that generated the observation data. |
|
encounter |
Healthcare event related to the observation |
|
identifier |
The unique id for a particular observation |
|
patient |
The subject that the observation is about (if patient) |
|
performer |
Who performed the observation |
|
related-target |
Resource that is related to this one |
|
related-target-related-type |
Related Observations - search on related-type and related-target together |
|
related-type |
has-member | derived-from | sequel-to | replaces | qualified-by | interfered-by |
|
specimen |
Specimen used for this observation |
|
status |
The status of the observation |
|
subject |
The subject that the observation is about |
|
value-concept |
The value of the observation, if the value is a CodeableConcept |
|
value-date |
The value of the observation, if the value is a date or period of time. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). The prefixes >, >=, <= and < may be used on the parameter value. |
|
value-date |
The value of the observation, if the value is a date or period of time. The date parameter format is yyyy-mm-ddThh:nn:ss(TZ). Two dates can be used to specify an interval. The prefixes >, >=, <= and < may be used on the parameter value. |
|
value-quantity |
The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data) |
|
value-string |
The value of the observation, if the value is a string, and also searches in CodeableConcept.text |
Working...