FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/capable-msg-recipients-value-set

PackageCapable.repository
Resource TypeValueSet
Idcapable-msg-recipients-value-set
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=Capable.repository@1.0.1&canonical=http://capable-project.eu/data/fhir/ValueSet/message-recipients
URLhttp://capable-project.eu/data/fhir/ValueSet/message-recipients
Versionv0
Statusdraft
NameCAPABLE message recipients
DescriptionValues 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.

Resources that use this resource

StructureDefinition
Communication_ProfileCommunication_Profile

Resources that this resource uses

CodeSystem
commCodes 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)"
          }
        ]
      }
    ]
  }
}