This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0-ballot2: STU1 Ballot 2) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-revise | Version: 1.0.0-ballot2 | |||
Draft as of 2023-03-12 | Computable Name: CRMIRevise |
Revises an existing resource with draft status. A successful $revise will produce a Bundle containing the updated resource. The updated resource must also have a status draft.
This operation is defined as a PUT
of the artifact resource.
See description of $revise operation
URL: [base]/Resource/$revise
URL: [base]/Resource/[id]/$revise
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | resource | 1..1 | Resource | A revised FHIR resource submitted for update. | ||
OUT | return | 1..1 | Bundle | The result is a Bundle containing the revised resource. |
[Request Body]:
{
"resourceType": "Parameters",
"parameter": [
{
"name": "resource",
"resource": {
"resourceType": "Library",
"id": "38",
"url": "http://ersd.aimsplatform.org/fhir/Library/SpecificationLibrary",
"name": "NewSpecificationLibrary",
....
}
}
]
}