post
Add Observation Version based Metadata
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
-
404404
Observation not found.
-
422422
The Observation resource violated applicable FHIR profiles or server business rules.
Environment | URL |
---|---|
Live |
https://fhirsandbox-prod.apigee.net/fhir/v1/Observation /{id}/_history/{vid}/$meta-add |
Name | Values | Description |
---|---|---|
Content-Type
(required) |
Specifies the format of data in body |
|
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. |
vid Add metadata info to specified Observation resource.<p><a href = 'https://www.hl7.org/fhir/observation.html'>FHIR documentation for Observation.</a></p> true
id The logical resource id associated with the Resource. true
Working...