PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.crmi.r4b@1.0.0-ballot2
    http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-revise
{
  "description": "Revises an existing resource with draft status.\\nA successful $revise will produce a Bundle containing the updated resource.\\nThe updated resource must also have a status draft.\\n\\nThis operation is defined as a `PUT` of the artifact resource.\\n\\nSee [description of $revise operation](artifact-repository-service.html#revise)",
  "_filename": "OperationDefinition-crmi-revise.json",
  "package_name": "hl7.fhir.uv.crmi.r4b",
  "date": "2023-03-12",
  "system": false,
  "publisher": "HL7 International / Clinical Decision Support",
  "instance": true,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "CRMIRevise",
  "type": "true",
  "experimental": "false",
  "resourceType": "OperationDefinition",
  "title": "CRMI Revise",
  "package_version": "1.0.0-ballot2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "cds"
  } ],
  "status": "draft",
  "id": "b3f29866-081c-4275-b002-d7131fdb4c5e",
  "resource": [ "Resource" ],
  "kind": "operation",
  "comment": "[Request Body]:\n```json\n{\n  \"resourceType\": \"Parameters\",\n  \"parameter\": [\n    {\n      \"name\": \"resource\",\n      \"resource\": {\n        \"resourceType\": \"Library\",\n        \"id\": \"38\",\n        \"url\": \"http://ersd.aimsplatform.org/fhir/Library/SpecificationLibrary\",\n        \"name\": \"NewSpecificationLibrary\",\n        ....\n      }\n    }\n  ]\n}\n```",
  "url": "http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-revise",
  "code": "revise",
  "version": "1.0.0-ballot2",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/dss",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "resource",
    "type": "Resource",
    "documentation": "A revised FHIR resource submitted for update."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "The result is a Bundle containing the revised resource."
  } ]
}