Terminology > Terminology
Terminology
This section lists the coded value sets that are referenced by the FHIR profiles in this implementation guide. These coded values are used to describe and standardize clinical concepts and other data content within health records.
User Guidance
Value Set | Description | Profile | Binding Strength |
---|---|---|---|
Subscription channel type (HL7 FHIR) | Defines the types of communication channels that a subscription can use to deliver notifications about resource changes. This value set is used in the Subscription resource to specify how notifications should be sent to subscribers. Supported channels for OH are web-sockets and rest-hooks. | Subscription | Required |
Subscription Status (HL7 FHIR) | Defines the possible statuses of a Subscription resource. A Subscription in FHIR allows clients to request notifications about changes to resources. The status of a subscription indicates its current state in the system, Suppoted statuses for OH are requested, off and active | Subscription | Required |
Subscription Notification Type (HL7 FHIR) | Defines the types of notifications that can be sent for a subscription. This value set is used to specify how and when notifications are triggered in response to changes in resources that match the criteria defined in a SubscriptionTopic | Subscription | Required |
Subscription Content Type (HL7 FHIR) | Defines the types of content that can be included in notifications sent by a FHIR Subscription resource. This value set is used to specify the format and level of detail included in the payload when a subscription event is triggered. OH supports empty, id-only, and full content types | Subscription | Required |