FHIR IG Statistics: ValueSet/capable-msg-recipients-value-set
Resources that use this resource
Resources that this resource uses
CodeSystem |
comm | Codes of the CAPABLE components that can receive messages |
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "capable-msg-recipients-value-set",
"url": "http://capable-project.eu/data/fhir/ValueSet/message-recipients",
"version": "v0",
"name": "CAPABLE message recipients",
"status": "draft",
"publisher": "Capable team",
"description": "Values set of the possible CAPABLE components to be used as recipients of a message, using the *category* attribute of the Communication resource intended as a message exchanged between two system components.",
"compose": {
"include": [
{
"system": "http://capable-project.eu/data/dict/comm"
}
],
"exclude": [
{
"system": "http://capable-project.eu/data/dict/comm",
"concept": [
{
"code": "BROA",
"display": "CAPABLE message for broadcasting (no longer needed, only used for M12 demo)"
}
]
}
]
}
}