FHIR IG analytics| Package | hl7.fhir.uv.api-incubator |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-Resource-large-resource-add.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/api-incubator-ig/OperationDefinition-Resource-large-resource-add.html |
| URL | http://hl7.org/fhir/OperationDefinition/Resource-large-resource-add |
| Version | 0.1.0 |
| Status | active |
| Date | 2022-08-23T10:01:24+11:00 |
| Name | Add |
| Title | Add to an array in a large resource |
| Realm | uv |
| Authority | hl7 |
| Description | Add content to an array in a large resource such as List or Group. See [Operations for Large Resources](operations-for-large-resources.html). |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition Resource-large-resource-add
Last updated: 2022-08-23 10:01:24+1100
URL: [base]/Group/[id]/$add
URL: [base]/List/[id]/$add
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | additions | 1..1 | Resource | Resource containing content to add. See Operations for Large Resources. | ||
| OUT | return | 0..1 | Resource | Resource containing content added. See Operations for Large Resources. |
{
"resourceType": "OperationDefinition",
"id": "Resource-large-resource-add",
"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-add",
"version": "0.1.0",
"name": "Add",
"title": "Add to 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": "Add content to 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": "add",
"resource": [
"Group",
"List"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "additions",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Resource containing content to add. See [Operations for Large Resources](operations-for-large-resources.html).",
"type": "Resource"
},
{
"name": "return",
"use": "out",
"min": 0,
"max": "1",
"documentation": "Resource containing content added. See [Operations for Large Resources](operations-for-large-resources.html).",
"type": "Resource"
}
]
}