Official
URL
:
http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo
Version
:
5.0.0-snapshot3
draft
as
of
2017-12-06
Computable
Name
:
supportingInfo
Flags
:
Non-Modifier
OID
:
TBD
Raw
Context
of
Use
:
Use
on
Element
ID
DiagnosticReport,
Element
ID
DocumentReference,
Element
ID
Encounter,
Element
ID
Observation
or
Element
ID
CommunicationRequest
Definition
Other
resources
from
the
patient
record
that
may
be
relevant
to
the
event.
The
information
from
these
resources
was
either
used
to
create
the
instance
or
is
provided
to
help
with
its
interpretation.
This
extension
should
not
be
used
if
more
specific
inline
elements
or
extensions
are
available.
For
example,
use
Observation.hasMember
instead
of
supportingInformation
for
representing
the
members
of
an
Observation
panel.
URL
=
http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo
supportingInfo:
Other
resources
from
the
patient
record
that
may
be
relevant
to
the
event.
The
information
from
these
resources
was
either
used
to
create
the
instance
or
is
provided
to
help
with
its
interpretation.
This
extension
should
not
be
used
if
more
specific
inline
elements
or
extensions
are
available.
For
example,
use
Observation.hasMember
instead
of
supportingInformation
for
representing
the
members
of
an
Observation
panel.
Use
on
Element
ID
DiagnosticReport,
Element
ID
DocumentReference,
Element
ID
Encounter,
Element
ID
Observation
or
Element
ID
CommunicationRequest
URL
=
http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo
supportingInfo:
Other
resources
from
the
patient
record
that
may
be
relevant
to
the
event.
The
information
from
these
resources
was
either
used
to
create
the
instance
or
is
provided
to
help
with
its
interpretation.
This
extension
should
not
be
used
if
more
specific
inline
elements
or
extensions
are
available.
For
example,
use
Observation.hasMember
instead
of
supportingInformation
for
Money
representing
the
members
of
an
Observation
panel.
Use
on
Element
ID
DiagnosticReport,
Element
ID
DocumentReference,
Element
ID
Encounter,
Element
ID
Observation
or
Element
ID
CommunicationRequest
{
"resourceType": "StructureDefinition",
"id": "Money",
"meta": {
"lastUpdated": "2015-03-27T00:13:00.999+11:00"
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"url": "http://hl7.org/fhir/StructureDefinition/Money",
"name": "Money",
"publisher": "HL7 FHIR Standard",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "An amount of money. With regard to precision, see [[X]]",
"status": "draft",
"date": "2015-03-27T00:13:00+11:00",
"type": "constraint",
"abstract": false,
"base": "http://hl7.org/fhir/StructureDefinition/Quantity",
"snapshot": {
"element": [
{
"path": "Quantity",
"name": "Money",
"short": "An amount of money. With regard to precision, see [[X]]",
"definition": "There SHALL be a code if there is a value and it SHALL be an expression of currency. If system is present, it SHALL be ISO 4217 (system = \"urn:std:iso:4217\" - currency).",
"comments": "The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.",
"requirements": "Need to able to capture all sorts of measured values, even if the measured value are not precisely quantified. Values include exact measures such as 3.51g, customary units such as 3 tablets, and currencies such as $100.32USD.",
"min": 1,
"max": "1",
"type": [
{
"code": "Quantity"
}
],
"constraint": [
{
"key": "qty-3",
"name": "SHALL have a system",
"severity": "error",
"human": "If a code for the units is present, the system SHALL also be present",
"xpath": "not(exists(f:code)) or exists(f:system)"
},
{
"key": "mny-1",
"severity": "error",
"human": "There SHALL be a code if there is a value and it SHALL be an expression of currency. If system is present, it SHALL be ISO 4217 (system = \"urn:std:iso:4217\" - currency).",
"xpath": "(f:code or not(f:value)) and (not(exists(f:system)) or f:system/@value='urn:std:iso:4217')"
}
],
"mapping": [
{
"identity": "v2",
"map": "SN (see also Range) or CQ"
},
{
"identity": "rim",
"map": "PQ, IVL<PQ>, MO, CO, depending on the values"
}
]
},
{
"path": "Quantity.id",
"representation": [
"xmlAttr"
],
"short": "xml:id (or equivalent in JSON)",
"definition": "unique id for the element within a resource (for internal references).",
"min": 0,
"max": "1",
"type": [
{
"code": "id"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"path": "Quantity.extension",
"short": "Additional Content defined by implementations",
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias": [
"extensions",
"user content"
],
"min": 0,
"max": "*",
"type": [
{
"code": "Extension"
}
],
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"path": "Quantity.value",
"short": "Numerical value (with implicit precision)",
"definition": "The value of the measured amount. The value includes an implicit precision in the presentation of the value.",
"comments": "The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).",
"requirements": "Precision is handled implicitly in almost all cases of measurement.",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
],
"mapping": [
{
"identity": "v2",
"map": "SN.2 / CQ - N/A"
},
{
"identity": "rim",
"map": "PQ.value, CO.value, MO.value, IVL.high or IVL.low depending on the value"
}
]
},
{
"path": "Quantity.comparator",
"short": "< | <= | >= | > - how to understand the value",
"definition": "How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues. E.g. if the comparator is \"<\" , then the real value is < stated value.",
"comments": "This is labeled as \"Is Modifier\" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value.",
"requirements": "Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"isModifier": true,
"binding": {
"name": "QuantityComparator",
"strength": "required",
"description": "How the Quantity should be understood and represented",
"valueSetReference": {
"reference": "http://hl7.org/fhir/vs/quantity-comparator"
}
},
"mapping": [
{
"identity": "v2",
"map": "SN.1 / CQ.1"
},
{
"identity": "rim",
"map": "IVL properties"
}
]
},
{
"path": "Quantity.units",
"short": "Unit representation",
"definition": "A human-readable form of the units.",
"requirements": "There are many representations for units and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"mapping": [
{
"identity": "v2",
"map": "(see OBX.6 etc) / CQ.2"
},
{
"identity": "rim",
"map": "PQ.unit"
}
]
},
{
"path": "Quantity.system",
"short": "System that defines coded unit form",
"definition": "The identification of the system that provides the coded form of the unit.",
"requirements": "Need to know the system that defines the coded form of the unit.",
"min": 0,
"max": "1",
"type": [
{
"code": "uri"
}
],
"condition": [
"qty-3"
],
"mapping": [
{
"identity": "v2",
"map": "(see OBX.6 etc) / CQ.2"
},
{
"identity": "rim",
"map": "CO.codeSystem, PQ.translation.codeSystem"
}
]
},
{
"path": "Quantity.code",
"short": "Coded form of the unit",
"definition": "A computer processable form of the units in some unit representation system.",
"comments": "The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency.\n\nThe context of use may additionally require a code from a particular system.",
"requirements": "Need a computable form of the units that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
],
"mapping": [
{
"identity": "v2",
"map": "(see OBX.6 etc) / CQ.2"
},
{
"identity": "rim",
"map": "PQ.code, MO.currency, PQ.translation.code"
}
]
}
]
},
"differential": {
"element": [
{
"path": "Quantity",
"name": "Money",
"short": "An amount of money. With regard to precision, see [[X]]",
"definition": "There SHALL be a code if there is a value and it SHALL be an expression of currency. If system is present, it SHALL be ISO 4217 (system = \"urn:std:iso:4217\" - currency).",
"min": 1,
"max": "1",
"type": [
{
"code": "Quantity"
}
],
"constraint": [
{
"key": "mny-1",
"severity": "error",
"human": "There SHALL be a code if there is a value and it SHALL be an expression of currency. If system is present, it SHALL be ISO 4217 (system = \"urn:std:iso:4217\" - currency).",
"xpath": "(f:code or not(f:value)) and (not(exists(f:system)) or f:system/@value='urn:std:iso:4217')"
}
],
"isModifier": false
}
]
<!-- supportingInfo -->
<extension xmlns="http://hl7.org/fhir"
url="http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo" >
<!-- from Element: extension -->
<valueReference><!--I 1..1Reference(Resource)Value of extension --></valueReference>
</extension>
JSON
Template
{ // supportingInfo
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
// extension: Extension: Prohibited
"url" : "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo", //R!
"valueReference" : { Reference(Resource) } //IR!Value of extension
}
}
Usage
note:
every
effort
has
been
made
to
ensure
Summary
URL
=
http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo
supportingInfo:
Other
resources
from
the
patient
record
that
may
be
relevant
to
the
examples
event.
The
information
from
these
resources
was
either
used
to
create
the
instance
or
is
provided
to
help
with
its
interpretation.
This
extension
should
not
be
used
if
more
specific
inline
elements
or
extensions
are
correct
and
useful,
but
they
available.
For
example,
use
Observation.hasMember
instead
of
supportingInformation
for
representing
the
members
of
an
Observation
panel.
Use
on
Element
ID
DiagnosticReport,
Element
ID
DocumentReference,
Element
ID
Encounter,
Element
ID
Observation
or
Element
ID
CommunicationRequest
URL
=
http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo
supportingInfo:
Other
resources
from
the
patient
record
that
may
be
relevant
to
the
event.
The
information
from
these
resources
was
either
used
to
create
the
instance
or
is
provided
to
help
with
its
interpretation.
This
extension
should
not
be
used
if
more
specific
inline
elements
or
extensions
are
available.
For
example,
use
Observation.hasMember
instead
of
supportingInformation
for
representing
the
members
of
an
Observation
panel.
Use
on
Element
ID
DiagnosticReport,
Element
ID
DocumentReference,
Element
ID
Encounter,
Element
ID
Observation
or
Element
ID
CommunicationRequest
<!-- supportingInfo -->
<extension xmlns="http://hl7.org/fhir"
url="http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo" >
<!-- from Element: extension -->
<valueReference><!--I 1..1Reference(Resource)Value of extension --></valueReference>
</extension>
JSON
Template
{ // supportingInfo
// from Element: extension
"extension" : [ // sliced by value:url in the specified order, Open ]
// extension: Extension: Prohibited
"url" : "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo", //R!
"valueReference" : { Reference(Resource) } //IR!Value of extension
}
Constraints
ele-1
:
All
FHIR
elements
must
have
a
@value
or
children
(xpath:
hasValue()
or
(children().count()
>
id.count())
)
ext-1
:
Must
have
either
extensions
or
value[x],
not
both
(xpath:
extension.exists()
!=
value.exists()
)
ele-1
:
On
Extension.extension:
All
FHIR
elements
must
have
a
normative
part
@value
or
children
(xpath
on
Extension.extension:
hasValue()
or
(children().count()
>
id.count())
)
ext-1
:
On
Extension.extension:
Must
have
either
extensions
or
value[x],
not
both
(xpath
on
Extension.extension:
extension.exists()
!=
value.exists()
)
ele-1
:
On
Extension.value[x]:
All
FHIR
elements
must
have
a
@value
or
children
(xpath
on
Extension.value[x]:
hasValue()
or
(children().count()
>
id.count())
)