This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
v6.0.0-ballot1:
Release
6
Ballot
(1st
Draft)
(see
Ballot
Notes
).
This
is
the
The
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Infrastructure
And
Messaging
Work
Group
|
Maturity Level : 1 | Trial Use | Security Category : Anonymous | Compartments : No defined compartments |
Defines the characteristics of a message that can be shared between systems, including the type of event that initiates the message, the content to be transmitted and what response(s), if any, are permitted.
Implementers should be familiar with the messaging concepts and descriptions found in Messaging using FHIR Resources before working with this resource.
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
TU | DomainResource |
A
resource
that
defines
a
type
of
message
that
can
be
exchanged
between
systems
+ Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension Interfaces Implemented: CanonicalResource |
|
|
Σ C | 0..1 | uri |
The
cannonical
URL
for
a
given
MessageDefinition
+ Warning: URL should not contain | or # - these characters make processing canonical references problematic |
|
Σ | 0..* | Identifier |
Business
Identifier
for
a
given
MessageDefinition
|
|
Σ | 0..1 | string |
Business
version
of
the
message
definition
|
|
Σ | 0..1 |
How
to
compare
versions
Binding: Version Algorithm ( Extensible ) |
|
|
string | |||
|
Coding | |||
|
Σ C | 0..1 | string |
Name
for
this
message
definition
(computer
friendly)
|
|
Σ T | 0..1 | string |
Name
for
this
message
definition
(human
friendly)
|
|
Σ | 0..* | canonical ( MessageDefinition ) |
Takes
the
place
of
|
|
?! Σ | 1..1 | code |
draft
|
active
|
retired
|
unknown
Binding: PublicationStatus ( Required ) |
|
Σ | 0..1 | boolean |
For
testing
purposes,
not
real
usage
|
|
Σ | 1..1 | dateTime |
Date
last
changed
|
|
Σ T | 0..1 | string |
Name
of
the
publisher/steward
(organization
or
individual)
|
|
Σ | 0..* | ContactDetail |
Contact
details
for
the
publisher
|
|
Σ T | 0..1 | markdown |
Natural
language
description
of
the
message
definition
|
|
Σ | 0..* | UsageContext |
The
context
that
the
content
is
intended
to
support
|
|
Σ XD | 0..* | CodeableConcept |
Intended
jurisdiction
for
message
definition
(if
applicable)
Binding: Jurisdiction ValueSet ( Extensible ) |
|
Σ T | 0..1 | markdown |
Why
this
message
definition
is
defined
|
|
T | 0..1 | markdown |
Use
and/or
publishing
restrictions
|
|
T | 0..1 | string |
Copyright
holder
and
year(s)
|
|
Σ | 0..1 | canonical ( MessageDefinition ) |
Definition
this
one
is
based
on
|
|
Σ | 0..* | canonical ( ActivityDefinition | PlanDefinition ) |
Protocol/workflow
this
is
part
of
|
|
Σ | 1..1 |
Event
code
or
link
to
the
EventDefinition
Binding: MessageEvent ( Example ) |
|
|
Coding | |||
|
uri | |||
|
Σ | 0..1 | code |
consequence
|
currency
|
notification
Binding: Message Significance Category ( Required ) |
|
Σ C | 0..* | BackboneElement |
Resource(s)
that
are
the
subject
of
the
event
+ Rule: Max must be postive int or * |
|
Σ | 1..1 | code |
Type
of
resource
Binding: Resource Types ( Required ) |
|
0..1 | canonical ( StructureDefinition ) |
Profile
that
must
be
adhered
to
by
focus
|
|
|
Σ | 1..1 | unsignedInt |
Minimum
number
of
focuses
of
this
type
|
|
C | 0..1 | string |
Maximum
number
of
focuses
of
this
type
|
|
0..1 | code |
always
|
on-error
|
never
|
on-success
Binding: messageheader-response-request ( Required ) |
|
|
0..* | BackboneElement |
Responses
to
this
message
|
|
|
1..1 | canonical ( MessageDefinition ) |
Reference
to
allowed
message
definition
response
|
|
|
0..1 | markdown |
When
should
this
response
be
used
|
|
|
0..1 | canonical ( GraphDefinition ) |
Canonical
reference
to
a
GraphDefinition
|
|
Documentation
for
this
format
|
||||
See the Extensions for this resource
UML Diagram ( Legend )
XML Template
<MessageDefinition xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 The cannonical URL for a given MessageDefinition --> <identifier><!-- 0..* Identifier Business Identifier for a given MessageDefinition --></identifier> <version value="[string]"/><!-- 0..1 Business version of the message definition --> <versionAlgorithm[x]><!-- 0..1 string|Coding How to compare versions --></versionAlgorithm[x]> <name value="[string]"/><!-- I 0..1 Name for this message definition (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this message definition (human friendly) --> <replaces><!-- 0..* canonical(MessageDefinition) Takes the place of --></replaces> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <experimental value="[boolean]"/><!-- 0..1 For testing purposes, not real usage --> <date value="[dateTime]"/><!-- 1..1 Date last changed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher/steward (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <description value="[markdown]"/><!-- 0..1 Natural language description of the message definition --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for message definition (if applicable) --></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this message definition is defined --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <copyrightLabel value="[string]"/><!-- 0..1 Copyright holder and year(s) --> <base><!-- 0..1 canonical(MessageDefinition) Definition this one is based on --></base> <parent><!-- 0..* canonical(ActivityDefinition|PlanDefinition) Protocol/workflow this is part of --></parent> <event[x]><!-- 1..1 Coding|uri Event code or link to the EventDefinition --></event[x]> <category value="[code]"/><!-- 0..1 consequence | currency | notification --> <focus> <!-- 0..* Resource(s) that are the subject of the event --> <code value="[code]"/><!-- 1..1 Type of resource --> <profile><!-- 0..1 canonical(StructureDefinition) Profile that must be adhered to by focus --></profile> <min value="[unsignedInt]"/><!-- 1..1 Minimum number of focuses of this type --> <max value="[string]"/><!-- I 0..1 Maximum number of focuses of this type --> </focus> <responseRequired value="[code]"/><!-- 0..1 always | on-error | never | on-success --> <allowedResponse> <!-- 0..* Responses to this message --> <message><!-- 1..1 canonical(MessageDefinition) Reference to allowed message definition response --></message> <situation value="[markdown]"/><!-- 0..1 When should this response be used --> </allowedResponse> <graph><!-- 0..1 canonical(GraphDefinition) Canonical reference to a GraphDefinition --></graph> </MessageDefinition>
JSON Template
{
"resourceType" : "MessageDefinition",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // The cannonical URL for a given MessageDefinition
"identifier" : [{ Identifier }], // Business Identifier for a given MessageDefinition
"version" : "<string>", // Business version of the message definition
// versionAlgorithm[x]: How to compare versions. One of these 2:
"versionAlgorithmString" : "<string>",
"versionAlgorithmCoding" : { Coding },
"name" : "<string>", // I Name for this message definition (computer friendly)
"title" : "<string>", // Name for this message definition (human friendly)
"replaces" : ["<canonical(MessageDefinition)>"], // Takes the place of
"status" : "<code>", // R! draft | active | retired | unknown
"experimental" : <boolean>, // For testing purposes, not real usage
"date" : "<dateTime>", // R! Date last changed
"publisher" : "<string>", // Name of the publisher/steward (organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"description" : "<markdown>", // Natural language description of the message definition
"useContext" : [{ UsageContext }], // The context that the content is intended to support
"jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for message definition (if applicable)
"purpose" : "<markdown>", // Why this message definition is defined
"copyright" : "<markdown>", // Use and/or publishing restrictions
"copyrightLabel" : "<string>", // Copyright holder and year(s)
"base" : "<canonical(MessageDefinition)>", // Definition this one is based on
"parent" : ["<canonical(ActivityDefinition|PlanDefinition)>"], // Protocol/workflow this is part of
// event[x]: Event code or link to the EventDefinition. One of these 2:
"eventCoding" : { Coding },
"eventUri" : "<uri>",
"category" : "<code>", // consequence | currency | notification
"focus" : [{ // Resource(s) that are the subject of the event
"code" : "<code>", // R! Type of resource
"profile" : "<canonical(StructureDefinition)>", // Profile that must be adhered to by focus
"min" : "<unsignedInt>", // R! Minimum number of focuses of this type
"max" : "<string>" // I Maximum number of focuses of this type
}],
"responseRequired" : "<code>", // always | on-error | never | on-success
"allowedResponse" : [{ // Responses to this message
"message" : "<canonical(MessageDefinition)>", // R! Reference to allowed message definition response
"situation" : "<markdown>" // When should this response be used
}],
"graph" : "<canonical(GraphDefinition)>" // Canonical reference to a GraphDefinition
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:MessageDefinition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:url [ uri ] ; # 0..1 The cannonical URL for a given MessageDefinition fhir:identifier ( [ Identifier ] ... ) ; # 0..* Business Identifier for a given MessageDefinition fhir:version [ string ] ; # 0..1 Business version of the message definition # versionAlgorithm[x] : 0..1 How to compare versions. One of these 2 fhir:versionAlgorithm [ a fhir:string ; string ] fhir:versionAlgorithm [ a fhir:Coding ; Coding ] fhir:name [ string ] ; # 0..1 I Name for this message definition (computer friendly) fhir:title [ string ] ; # 0..1 Name for this message definition (human friendly) fhir:replaces ( [ canonical(MessageDefinition) ] ... ) ; # 0..* Takes the place of fhir:status [ code ] ; # 1..1 draft | active | retired | unknown fhir:experimental [ boolean ] ; # 0..1 For testing purposes, not real usage fhir:date [ dateTime ] ; # 1..1 Date last changed fhir:publisher [ string ] ; # 0..1 Name of the publisher/steward (organization or individual) fhir:contact ( [ ContactDetail ] ... ) ; # 0..* Contact details for the publisher fhir:description [ markdown ] ; # 0..1 Natural language description of the message definition fhir:useContext ( [ UsageContext ] ... ) ; # 0..* The context that the content is intended to support fhir:jurisdiction ( [ CodeableConcept ] ... ) ; # 0..* Intended jurisdiction for message definition (if applicable) fhir:purpose [ markdown ] ; # 0..1 Why this message definition is defined fhir:copyright [ markdown ] ; # 0..1 Use and/or publishing restrictions fhir:copyrightLabel [ string ] ; # 0..1 Copyright holder and year(s) fhir:base [ canonical(MessageDefinition) ] ; # 0..1 Definition this one is based on fhir:parent ( [ canonical(ActivityDefinition|PlanDefinition) ] ... ) ; # 0..* Protocol/workflow this is part of # event[x] : 1..1 Event code or link to the EventDefinition. One of these 2 fhir:event [ a fhir:Coding ; Coding ] fhir:event [ a fhir:uri ; uri ] fhir:category [ code ] ; # 0..1 consequence | currency | notification fhir:focus ( [ # 0..* Resource(s) that are the subject of the event fhir:code [ code ] ; # 1..1 Type of resource fhir:profile [ canonical(StructureDefinition) ] ; # 0..1 Profile that must be adhered to by focus fhir:min [ unsignedInt ] ; # 1..1 Minimum number of focuses of this type fhir:max [ string ] ; # 0..1 I Maximum number of focuses of this type ] ... ) ; fhir:responseRequired [ code ] ; # 0..1 always | on-error | never | on-success fhir:allowedResponse ( [ # 0..* Responses to this message fhir:message [ canonical(MessageDefinition) ] ; # 1..1 Reference to allowed message definition response fhir:situation [ markdown ] ; # 0..1 When should this response be used ] ... ) ; fhir:graph [ canonical(GraphDefinition) ] ; # 0..1 Canonical reference to a GraphDefinition ]
Changes from both R4 and R4B
| MessageDefinition | |
| MessageDefinition.versionAlgorithm[x] |
|
| MessageDefinition.copyrightLabel |
|
| MessageDefinition.focus.code |
|
| MessageDefinition.graph |
|
See the Full Difference for further information
This analysis is available for R4 as XML or JSON and for R4B as XML or JSON .
See R4 <--> R5 Conversion Maps (status = See Conversions Summary .)
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
TU | DomainResource |
A
resource
that
defines
a
type
of
message
that
can
be
exchanged
between
systems
+ Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension Interfaces Implemented: CanonicalResource |
|
|
Σ C | 0..1 | uri |
The
cannonical
URL
for
a
given
MessageDefinition
+ Warning: URL should not contain | or # - these characters make processing canonical references problematic |
|
Σ | 0..* | Identifier |
Business
Identifier
for
a
given
MessageDefinition
|
|
Σ | 0..1 | string |
Business
version
of
the
message
definition
|
|
Σ | 0..1 |
How
to
compare
versions
Binding: Version Algorithm ( Extensible ) |
|
|
string | |||
|
Coding | |||
|
Σ C | 0..1 | string |
Name
for
this
message
definition
(computer
friendly)
|
|
Σ T | 0..1 | string |
Name
for
this
message
definition
(human
friendly)
|
|
Σ | 0..* | canonical ( MessageDefinition ) |
Takes
the
place
of
|
|
?! Σ | 1..1 | code |
draft
|
active
|
retired
|
unknown
Binding: PublicationStatus ( Required ) |
|
Σ | 0..1 | boolean |
For
testing
purposes,
not
real
usage
|
|
Σ | 1..1 | dateTime |
Date
last
changed
|
|
Σ T | 0..1 | string |
Name
of
the
publisher/steward
(organization
or
individual)
|
|
Σ | 0..* | ContactDetail |
Contact
details
for
the
publisher
|
|
Σ T | 0..1 | markdown |
Natural
language
description
of
the
message
definition
|
|
Σ | 0..* | UsageContext |
The
context
that
the
content
is
intended
to
support
|
|
Σ XD | 0..* | CodeableConcept |
Intended
jurisdiction
for
message
definition
(if
applicable)
Binding: Jurisdiction ValueSet ( Extensible ) |
|
Σ T | 0..1 | markdown |
Why
this
message
definition
is
defined
|
|
T | 0..1 | markdown |
Use
and/or
publishing
restrictions
|
|
T | 0..1 | string |
Copyright
holder
and
year(s)
|
|
Σ | 0..1 | canonical ( MessageDefinition ) |
Definition
this
one
is
based
on
|
|
Σ | 0..* | canonical ( ActivityDefinition | PlanDefinition ) |
Protocol/workflow
this
is
part
of
|
|
Σ | 1..1 |
Event
code
or
link
to
the
EventDefinition
Binding: MessageEvent ( Example ) |
|
|
Coding | |||
|
uri | |||
|
Σ | 0..1 | code |
consequence
|
currency
|
notification
Binding: Message Significance Category ( Required ) |
|
Σ C | 0..* | BackboneElement |
Resource(s)
that
are
the
subject
of
the
event
+ Rule: Max must be postive int or * |
|
Σ | 1..1 | code |
Type
of
resource
Binding: Resource Types ( Required ) |
|
0..1 | canonical ( StructureDefinition ) |
Profile
that
must
be
adhered
to
by
focus
|
|
|
Σ | 1..1 | unsignedInt |
Minimum
number
of
focuses
of
this
type
|
|
C | 0..1 | string |
Maximum
number
of
focuses
of
this
type
|
|
0..1 | code |
always
|
on-error
|
never
|
on-success
Binding: messageheader-response-request ( Required ) |
|
|
0..* | BackboneElement |
Responses
to
this
message
|
|
|
1..1 | canonical ( MessageDefinition ) |
Reference
to
allowed
message
definition
response
|
|
|
0..1 | markdown |
When
should
this
response
be
used
|
|
|
0..1 | canonical ( GraphDefinition ) |
Canonical
reference
to
a
GraphDefinition
|
|
Documentation
for
this
format
|
||||
See the Extensions for this resource
XML Template
<MessageDefinition xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 The cannonical URL for a given MessageDefinition --> <identifier><!-- 0..* Identifier Business Identifier for a given MessageDefinition --></identifier> <version value="[string]"/><!-- 0..1 Business version of the message definition --> <versionAlgorithm[x]><!-- 0..1 string|Coding How to compare versions --></versionAlgorithm[x]> <name value="[string]"/><!-- I 0..1 Name for this message definition (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this message definition (human friendly) --> <replaces><!-- 0..* canonical(MessageDefinition) Takes the place of --></replaces> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <experimental value="[boolean]"/><!-- 0..1 For testing purposes, not real usage --> <date value="[dateTime]"/><!-- 1..1 Date last changed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher/steward (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <description value="[markdown]"/><!-- 0..1 Natural language description of the message definition --> <useContext><!-- 0..* UsageContext The context that the content is intended to support --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for message definition (if applicable) --></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this message definition is defined --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <copyrightLabel value="[string]"/><!-- 0..1 Copyright holder and year(s) --> <base><!-- 0..1 canonical(MessageDefinition) Definition this one is based on --></base> <parent><!-- 0..* canonical(ActivityDefinition|PlanDefinition) Protocol/workflow this is part of --></parent> <event[x]><!-- 1..1 Coding|uri Event code or link to the EventDefinition --></event[x]> <category value="[code]"/><!-- 0..1 consequence | currency | notification --> <focus> <!-- 0..* Resource(s) that are the subject of the event --> <code value="[code]"/><!-- 1..1 Type of resource --> <profile><!-- 0..1 canonical(StructureDefinition) Profile that must be adhered to by focus --></profile> <min value="[unsignedInt]"/><!-- 1..1 Minimum number of focuses of this type --> <max value="[string]"/><!-- I 0..1 Maximum number of focuses of this type --> </focus> <responseRequired value="[code]"/><!-- 0..1 always | on-error | never | on-success --> <allowedResponse> <!-- 0..* Responses to this message --> <message><!-- 1..1 canonical(MessageDefinition) Reference to allowed message definition response --></message> <situation value="[markdown]"/><!-- 0..1 When should this response be used --> </allowedResponse> <graph><!-- 0..1 canonical(GraphDefinition) Canonical reference to a GraphDefinition --></graph> </MessageDefinition>
JSON Template
{
"resourceType" : "MessageDefinition",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // The cannonical URL for a given MessageDefinition
"identifier" : [{ Identifier }], // Business Identifier for a given MessageDefinition
"version" : "<string>", // Business version of the message definition
// versionAlgorithm[x]: How to compare versions. One of these 2:
"versionAlgorithmString" : "<string>",
"versionAlgorithmCoding" : { Coding },
"name" : "<string>", // I Name for this message definition (computer friendly)
"title" : "<string>", // Name for this message definition (human friendly)
"replaces" : ["<canonical(MessageDefinition)>"], // Takes the place of
"status" : "<code>", // R! draft | active | retired | unknown
"experimental" : <boolean>, // For testing purposes, not real usage
"date" : "<dateTime>", // R! Date last changed
"publisher" : "<string>", // Name of the publisher/steward (organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"description" : "<markdown>", // Natural language description of the message definition
"useContext" : [{ UsageContext }], // The context that the content is intended to support
"jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for message definition (if applicable)
"purpose" : "<markdown>", // Why this message definition is defined
"copyright" : "<markdown>", // Use and/or publishing restrictions
"copyrightLabel" : "<string>", // Copyright holder and year(s)
"base" : "<canonical(MessageDefinition)>", // Definition this one is based on
"parent" : ["<canonical(ActivityDefinition|PlanDefinition)>"], // Protocol/workflow this is part of
// event[x]: Event code or link to the EventDefinition. One of these 2:
"eventCoding" : { Coding },
"eventUri" : "<uri>",
"category" : "<code>", // consequence | currency | notification
"focus" : [{ // Resource(s) that are the subject of the event
"code" : "<code>", // R! Type of resource
"profile" : "<canonical(StructureDefinition)>", // Profile that must be adhered to by focus
"min" : "<unsignedInt>", // R! Minimum number of focuses of this type
"max" : "<string>" // I Maximum number of focuses of this type
}],
"responseRequired" : "<code>", // always | on-error | never | on-success
"allowedResponse" : [{ // Responses to this message
"message" : "<canonical(MessageDefinition)>", // R! Reference to allowed message definition response
"situation" : "<markdown>" // When should this response be used
}],
"graph" : "<canonical(GraphDefinition)>" // Canonical reference to a GraphDefinition
}
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:MessageDefinition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:url [ uri ] ; # 0..1 The cannonical URL for a given MessageDefinition fhir:identifier ( [ Identifier ] ... ) ; # 0..* Business Identifier for a given MessageDefinition fhir:version [ string ] ; # 0..1 Business version of the message definition # versionAlgorithm[x] : 0..1 How to compare versions. One of these 2 fhir:versionAlgorithm [ a fhir:string ; string ] fhir:versionAlgorithm [ a fhir:Coding ; Coding ] fhir:name [ string ] ; # 0..1 I Name for this message definition (computer friendly) fhir:title [ string ] ; # 0..1 Name for this message definition (human friendly) fhir:replaces ( [ canonical(MessageDefinition) ] ... ) ; # 0..* Takes the place of fhir:status [ code ] ; # 1..1 draft | active | retired | unknown fhir:experimental [ boolean ] ; # 0..1 For testing purposes, not real usage fhir:date [ dateTime ] ; # 1..1 Date last changed fhir:publisher [ string ] ; # 0..1 Name of the publisher/steward (organization or individual) fhir:contact ( [ ContactDetail ] ... ) ; # 0..* Contact details for the publisher fhir:description [ markdown ] ; # 0..1 Natural language description of the message definition fhir:useContext ( [ UsageContext ] ... ) ; # 0..* The context that the content is intended to support fhir:jurisdiction ( [ CodeableConcept ] ... ) ; # 0..* Intended jurisdiction for message definition (if applicable) fhir:purpose [ markdown ] ; # 0..1 Why this message definition is defined fhir:copyright [ markdown ] ; # 0..1 Use and/or publishing restrictions fhir:copyrightLabel [ string ] ; # 0..1 Copyright holder and year(s) fhir:base [ canonical(MessageDefinition) ] ; # 0..1 Definition this one is based on fhir:parent ( [ canonical(ActivityDefinition|PlanDefinition) ] ... ) ; # 0..* Protocol/workflow this is part of # event[x] : 1..1 Event code or link to the EventDefinition. One of these 2 fhir:event [ a fhir:Coding ; Coding ] fhir:event [ a fhir:uri ; uri ] fhir:category [ code ] ; # 0..1 consequence | currency | notification fhir:focus ( [ # 0..* Resource(s) that are the subject of the event fhir:code [ code ] ; # 1..1 Type of resource fhir:profile [ canonical(StructureDefinition) ] ; # 0..1 Profile that must be adhered to by focus fhir:min [ unsignedInt ] ; # 1..1 Minimum number of focuses of this type fhir:max [ string ] ; # 0..1 I Maximum number of focuses of this type ] ... ) ; fhir:responseRequired [ code ] ; # 0..1 always | on-error | never | on-success fhir:allowedResponse ( [ # 0..* Responses to this message fhir:message [ canonical(MessageDefinition) ] ; # 1..1 Reference to allowed message definition response fhir:situation [ markdown ] ; # 0..1 When should this response be used ] ... ) ; fhir:graph [ canonical(GraphDefinition) ] ; # 0..1 Canonical reference to a GraphDefinition ]
Changes from both R4 and R4B
| MessageDefinition | |
| MessageDefinition.versionAlgorithm[x] |
|
| MessageDefinition.copyrightLabel |
|
| MessageDefinition.focus.code |
|
| MessageDefinition.graph |
|
See the Full Difference for further information
This analysis is available for R4 as XML or JSON and for R4B as XML or JSON .
See R4 <--> R5 Conversion Maps (status = See Conversions Summary .)
Additional definitions: Master Definition XML + JSON , XML Schema / Schematron + JSON Schema , ShEx (for Turtle ) , the spreadsheet version & the dependency analysis
| Path | ValueSet | Type | Documentation |
|---|---|---|---|
| MessageDefinition.versionAlgorithm[x] | VersionAlgorithm | Extensible |
Indicates the mechanism used to compare versions to determine which is more current. |
| MessageDefinition.status | PublicationStatus | Required |
The lifecycle status of an artifact. |
| MessageDefinition.jurisdiction | JurisdictionValueSet | Extensible |
This value set defines a base set of codes for country, country subdivision and region for indicating where a resource is intended to be used.
Note:
The
codes
for
countries
and
country
subdivisions
are
taken
from
ISO
3166
|
| MessageDefinition.event[x] | MessageEvent | Example |
One of the message events defined as part of this version of FHIR. |
| MessageDefinition.category | MessageSignificanceCategory | Required |
The impact of the content of a message. |
| MessageDefinition.focus.code | ResourceType | Required |
Concrete FHIR Resource Types |
| MessageDefinition.responseRequired | MessageheaderResponseRequest (a valid code from messageheader-response-request ) | Required |
HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message. |
| UniqueKey | Level | Location | Description | Expression |
cnl-0
|
Warning | (base) | Name should be usable as an identifier for the module by machine processing applications such as code generation | name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$') |
cnl-1
|
Warning | MessageDefinition.url | URL should not contain | or # - these characters make processing canonical references problematic | exists() implies matches('^[^|# ]+$') |
md-1
|
Rule | MessageDefinition.focus | Max must be postive int or * | max='*' or (max.toInteger() > 0) |
Search parameters for this resource. See also the full list of search parameters for this resource , and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
| Name | Type | Description | Expression | In Common |
| category | token | The behavior associated with the message | MessageDefinition.category | |
| context | token | A use context assigned to the message definition | (MessageDefinition.useContext.value.ofType(CodeableConcept)) | 30 Resources |
| context-quantity | quantity | A quantity- or range-valued use context assigned to the message definition | (MessageDefinition.useContext.value.ofType(Quantity)) | (MessageDefinition.useContext.value.ofType(Range)) | 30 Resources |
| context-type | token | A type of use context assigned to the message definition | MessageDefinition.useContext.code | 30 Resources |
| context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the message definition |
On
MessageDefinition.useContext:
context-type: code context-quantity: value.ofType(Quantity) | value.ofType(Range) |
30 Resources |
| context-type-value | composite | A use context type and value assigned to the message definition |
On
MessageDefinition.useContext:
context-type: code context: value.ofType(CodeableConcept) |
30 Resources |
| date | date | The message definition publication date | MessageDefinition.date | 30 Resources |
| description | string | The description of the message definition | MessageDefinition.description | 28 Resources |
| event | token | The event that triggers the message or link to the event definition. | MessageDefinition.event.ofType(Coding) | |
| focus | token | A resource that is a permitted focus of the message | MessageDefinition.focus.code | |
| identifier | token | External identifier for the message definition | MessageDefinition.identifier |
|
| jurisdiction | token | Intended jurisdiction for the message definition | MessageDefinition.jurisdiction | 26 Resources |
| name | string | Computationally friendly name of the message definition | MessageDefinition.name |
|
|
|
string | Name of the publisher of the message definition | MessageDefinition.publisher | 30 Resources |
| status | token | The current status of the message definition | MessageDefinition.status |
|
| title | string | The human-friendly name of the message definition | MessageDefinition.title | 27 Resources |
| url | uri | The uri that identifies the message definition | MessageDefinition.url |
|
| version | token | The business version of the message definition | MessageDefinition.version | 30 Resources |