FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.api-incubator
Resource TypeOperationDefinition
IdOperationDefinition-Resource-large-resource-remove.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/api-incubator-ig/OperationDefinition-Resource-large-resource-remove.html
URLhttp://hl7.org/fhir/OperationDefinition/Resource-large-resource-remove
Version0.1.0
Statusactive
Date2022-08-23T10:01:24+11:00
NameRemove
TitleRemove from an array in a large resource
Realmuv
Authorityhl7
DescriptionRemove content from an array in a large resource such as List or Group. See [Operations for Large Resources](operations-for-large-resources.html).
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition Resource-large-resource-remove

Last updated: 2022-08-23 10:01:24+1100

URL: [base]/Group/[id]/$remove

URL: [base]/List/[id]/$remove

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INremovals1..1Resource

Resource containing content to remove. See Operations for Large Resources.

OUTreturn0..1Resource

Resource containing content removed. See Operations for Large Resources.


Source1

{
  "resourceType": "OperationDefinition",
  "id": "Resource-large-resource-remove",
  "meta": {
    "lastUpdated": "2022-08-23T10:01:24.148+11:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/OperationDefinition/Resource-large-resource-remove",
  "version": "0.1.0",
  "name": "Remove",
  "title": "Remove from an array in a large resource",
  "status": "active",
  "kind": "operation",
  "date": "2022-08-23T10:01:24+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "name": "HL7 International / FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Remove content from an array in a large resource such as List or Group. See [Operations for Large Resources](operations-for-large-resources.html).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "affectsState": true,
  "code": "remove",
  "resource": [
    "Group",
    "List"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "removals",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Resource containing content to remove. See [Operations for Large Resources](operations-for-large-resources.html).",
      "type": "Resource"
    },
    {
      "name": "return",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "Resource containing content removed. See [Operations for Large Resources](operations-for-large-resources.html).",
      "type": "Resource"
    }
  ]
}