FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-entry-action.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2606.2&canonical=http://health-samurai.io/fhir/core/CodeSystem/entry-action |
| URL | http://health-samurai.io/fhir/core/CodeSystem/entry-action |
| Version | 0.2606.2 |
| Status | active |
| Name | EntryAction |
| Title | Entry Action |
| Description | The action to perform for a Bundle entry. |
| Content | complete |
| ValueSet | ||
| io.health-samurai.core.r4b#0.2606.2 | entry-action | Entry Action |
No resources found
No narrative content found in resource
{
"description": "The action to perform for a Bundle entry.",
"publisher": "Health Samurai",
"content": "complete",
"name": "EntryAction",
"resourceType": "CodeSystem",
"title": "Entry Action",
"status": "active",
"id": "entry-action",
"url": "http://health-samurai.io/fhir/core/CodeSystem/entry-action",
"concept": [
{
"code": "create",
"display": "Create",
"definition": "Create a new resource."
},
{
"code": "update",
"display": "Update",
"definition": "Update an existing resource."
},
{
"code": "delete",
"display": "Delete",
"definition": "Delete an existing resource."
}
],
"caseSensitive": true,
"version": "0.2606.2"
}