FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/action-selection-behavior version 📦4.0.1| Code | Display | Definition |
one-or-more | One Or More | The end user must choose a minimum of one, and as many additional as desired. |
all | All | All the actions in the group must be selected as a single unit. |
Source1
{
"resourceType": "ValueSet",
"id": "ehealth-trigger-behavior",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/vs/trigger-behavior",
"version": "8.0.0",
"name": "TriggerBehavior",
"title": "Trigger Behavior",
"status": "active",
"experimental": true,
"date": "2021-10-22T00:00:00+00:00",
"publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact": [
{
"name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom": [
{
"system": "url",
"value": "http://ehealth.sundhed.dk"
}
]
}
],
"description": "Trigger behavior",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/action-selection-behavior",
"concept": [
{
"code": "one-or-more",
"display": "One Or More"
},
{
"code": "all",
"display": "All"
}
]
}
]
}
}