This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
DSTU
1).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
URL for this extension:
http://hl7.org/fhir/StructureDefinition/conformance-common-expectation
Status: draft. Extension maintained by: Health Level Seven, Inc. - [WG Name] WG
Defines the level of expectation associated with a given system capability.
Context of Use: Use on element: Conformance.rest.resource.interaction, Conformance.rest.resource.searchParam, Conformance.rest.operation, Conformance.messaging.event, Conformance.document, Conformance.rest.interaction
usage info: insert a list of places where this extension is used
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
Extension |
URL
=
http://hl7.org/fhir/StructureDefinition/conformance-common-expectation
Conformance expectation: Defines the level of expectation associated with a given system capability. Use on element: Conformance.rest.resource.interaction, Conformance.rest.resource.searchParam, Conformance.rest.operation, Conformance.messaging.event, Conformance.document, Conformance.rest.interaction |
||
|
0..* | Extension | Additional Content defined by implementations | |
|
1..1 | uri |
identifies
the
meaning
of
the
extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/conformance-common-expectation |
|
|
0..1 | code |
Value
of
extension
Binding: ConformanceExpectation ( required ) |
XML Template
<!-- Conformance expectation --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/conformance-common-expectation" > <!-- from Element: extension --> <valueCode value="[code]"/><!-- 0..1 Value of extension </extension>
JSON Template
{ // Conformance expectation
// from Element: extension
"url" : "http://hl7.org/fhir/StructureDefinition/conformance-common-expectation", // R!
"valueCode" : "<code>" //Value of extension
}
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
Extension |
URL
=
http://hl7.org/fhir/StructureDefinition/conformance-common-expectation
Conformance expectation: Defines the level of expectation associated with a given system capability. Use on element: Conformance.rest.resource.interaction, Conformance.rest.resource.searchParam, Conformance.rest.operation, Conformance.messaging.event, Conformance.document, Conformance.rest.interaction |
||
|
0..* | Extension | Additional Content defined by implementations | |
|
1..1 | uri |
identifies
the
meaning
of
the
extension
Fixed Value: http://hl7.org/fhir/StructureDefinition/conformance-common-expectation |
|
|
0..1 | code |
Value
of
extension
Binding: ConformanceExpectation ( required ) |
XML Template
<!-- Conformance expectation --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/conformance-common-expectation" > <!-- from Element: extension --> <valueCode value="[code]"/><!-- 0..1 Value of extension </extension>
| Path | Definition | Type | Reference |
|---|---|---|---|
| http://hl7.org/fhir/StructureDefinition/conformance-common-expectation | Indicates the degree of adherence to a specified behavior or capability expected in order for a system to be deemed conformant with a specification | Required | http://hl7.org/fhir/conformance-expectation |