This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
(v1.0.2:
DSTU
1).
2).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R4
R3
R2
Description: Identifies allowed codes for HL7aTMs v3 conformance property.
{
"resourceType": "ValueSet",
"id": "v3-hl7V3Conformance",
"meta": {
"lastUpdated": "2015-07-31T00:00:00.000+10:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
]
},
"text": {
"status": "generated",
"div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n \n Description: Identifies allowed codes for HL7aTMs v3 conformance property.<br/>\r\n\n </p>\r\n<hr/>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>I<a name=\"I\"> </a></td><td>ignored</td><td>\n \n Description: Implementers receiving this property must not raise an error if the data is received, but will not perform any useful function with the data. This conformance level is not used in profiles or other artifacts that are specific to the "sender" or "initiator" of a communication.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>NP<a name=\"NP\"> </a></td><td>not permitted</td><td>\n \n Description: All implementers are prohibited from transmitting this content, and may raise an error if they receive it.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>R<a name=\"R\"> </a></td><td>required</td><td>\n \n Description: All implementers must support this property. I.e. they must be able to transmit, or to receive and usefully handle the concept.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>RC<a name=\"RC\"> </a></td><td>required for consumer</td><td>\n \n Description: The element is considered "required" (i.e. must be supported) from the perspective of systems that consume instances, but is "undetermined" for systems that generate instances. Used only as part of specifications that define both initiator and consumer expectations.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>RI<a name=\"RI\"> </a></td><td>required for initiator</td><td>\n \n Description: The element is considered "required" (i.e. must be supported) from the perspective of systems that generate instances, but is "undetermined" for systems that consume instances. Used only as part of specifications that define both initiator and consumer expectations.<br/>\r\n\n </td></tr>\r\n <tr><td>1</td><td>U<a name=\"U\"> </a></td><td>undetermined</td><td>\n \n Description: The conformance expectations for this element have not yet been determined.<br/>\r\n\n </td></tr>\r\n</table>\r\n</div>"
"div": "<div>!-- Snipped for Brevity --></div>"
},
"identifier": "http://hl7.org/fhir/v3/vs/hl7V3Conformance",
"url": "http://hl7.org/fhir/ValueSet/v3-hl7V3Conformance",
"version": "2015-07-31",
"name": "v3 Code System hl7V3Conformance",
"status": "active",
"experimental": false,
"publisher": "HL7, Inc",
"telecom": [
"contact": [
{
"system": "url",
"value": "http://hl7.org"
"telecom": [
{
"system": "other",
"value": "http://hl7.org"
}
]
}
],
"date": "2015-07-31",
"description": " Description:\r\nIdentifies allowed codes for HL7aTMs v3 conformance property.",
"status": "active",
"date": "2014-08-07T00:00:00+10:00",
"define": {
"codeSystem": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
"valueUri": "urn:oid:2.16.840.1.113883.5.1125"
}
],
"system": "http://hl7.org/fhir/v3/hl7V3Conformance",
"caseSensitive": true,
"concept": [
{
"code": "I",
"abstract": false,
"display": "ignored",
"definition": "Description: Implementers receiving this property must not raise an error if the data is received, but will not perform any useful function with the data. This conformance level is not used in profiles or other artifacts that are specific to the \"sender\" or \"initiator\" of a communication."
},
{
"code": "NP",
"abstract": false,
"display": "not permitted",
"definition": "Description: All implementers are prohibited from transmitting this content, and may raise an error if they receive it."
},
{
"code": "R",
"abstract": false,
"display": "required",
"definition": "Description: All implementers must support this property. I.e. they must be able to transmit, or to receive and usefully handle the concept."
},
{
"code": "RC",
"abstract": false,
"display": "required for consumer",
"definition": "Description: The element is considered \"required\" (i.e. must be supported) from the perspective of systems that consume instances, but is \"undetermined\" for systems that generate instances. Used only as part of specifications that define both initiator and consumer expectations."
},
{
"code": "RI",
"abstract": false,
"display": "required for initiator",
"definition": "Description: The element is considered \"required\" (i.e. must be supported) from the perspective of systems that generate instances, but is \"undetermined\" for systems that consume instances. Used only as part of specifications that define both initiator and consumer expectations."
},
{
"code": "U",
"abstract": false,
"display": "undetermined",
"definition": "Description: The conformance expectations for this element have not yet been determined."
}
]
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.