| Package | hl7.fhir.us.davinci-crd |
| Resource Type | ValueSet |
| Id | cardActions |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/davinci-crd/https://build.fhir.org/ig/HL7/davinci-crd/ValueSet-cardActions.html |
| URL | http://hl7.org/fhir/us/davinci-crd/ValueSet/cardActions |
| Version | 2.2.0-ballot |
| Status | active |
| Date | 2025-08-05T21:20:40+00:00 |
| Name | CDSHookCardActionType |
| Title | CDS Hooks Card Suggestion Action Types Value Set |
| Realm | us |
| Authority | hl7 |
| Description | Codes allowed for defining the type of action in a CDS Hooks suggestion |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet cardActions
http://hl7.org/fhir/restful-interaction| Code | Display | Definition |
| create | create | Create a new resource with a server assigned id. |
| delete | delete | Delete a resource. |
| update | update | Update an existing resource by its id (or create it if it is new). |
{
"resourceType": "ValueSet",
"id": "cardActions",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fm"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 4,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/davinci-crd/ImplementationGuide/davinci-crd"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/us/davinci-crd/ImplementationGuide/davinci-crd"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/davinci-crd/ValueSet/cardActions",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.18.48.5"
}
],
"version": "2.2.0-ballot",
"name": "CDSHookCardActionType",
"title": "CDS Hooks Card Suggestion Action Types Value Set",
"status": "active",
"experimental": false,
"date": "2025-08-05T21:20:40+00:00",
"publisher": "HL7 International / Financial Management",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fm"
}
]
}
],
"description": "Codes allowed for defining the type of action in a CDS Hooks suggestion",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/restful-interaction",
"concept": [
{
"code": "create"
},
{
"code": "delete"
},
{
"code": "update"
}
]
}
]
}
}