This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v4.0.1:
R4
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Content
Examples
Detailed
Descriptions
Mappings
Profiles
&
Extensions
R3
Conversions
9.10.13
Resource
DetectedIssue
-
R3/R4
Conversions
Example
ValueSet/coverageeligibilityresponse-ex-auth-support
(XML)
R3
:
R4
Conversion
maps
for
DetectedIssue.
Functional
status
for
this
map:
4
tests
that
all
execute
ok.
All
tests
pass
round-trip
testing
and
all
r3
resources
are
valid.
(
see
documentation)
-
9.10.13.1
Narrative
R3
to
R4
-
XML
map "http://hl7.org/fhir/StructureMap/DetectedIssue3to4" = "R3 to R4 Conversions for DetectedIssue"
uses "http://hl7.org/fhir/3.0/StructureDefinition/DetectedIssue" alias DetectedIssueR3 as source
uses "http://hl7.org/fhir/StructureDefinition/DetectedIssue" alias DetectedIssue as target
imports "http://hl7.org/fhir/StructureMap/*3to4"
group DetectedIssue(source src : DetectedIssueR3, target tgt : DetectedIssue) extends DomainResource <<type+>> {
src.identifier -> tgt.identifier;
src.status -> tgt.status;
src.category -> tgt.code;
src.severity -> tgt.severity;
src.patient -> tgt.patient;
src.date as vs -> tgt.identified = create('dateTime') as vt then dateTime(vs, vt);
src.author -> tgt.author;
src.implicated -> tgt.implicated;
src.detail -> tgt.detail;
src.reference -> tgt.reference;
src.mitigation as vs0 -> tgt.mitigation as vt0 then mitigation(vs0, vt0);
}
group mitigation(source src, target tgt) extends BackboneElement {
src.action -> tgt.action;
src.date -> tgt.date;
src.author -> tgt.author;
}
9.10.13.2
-
R4
to
R3
JSON
-
TTL
Raw
XML
map "http://hl7.org/fhir/StructureMap/DetectedIssue4to3" = "R4 to R3 Conversion for DetectedIssue"
uses "http://hl7.org/fhir/StructureDefinition/DetectedIssue" alias DetectedIssue as source
uses "http://hl7.org/fhir/3.0/StructureDefinition/DetectedIssue" alias DetectedIssueR3 as target
imports "http://hl7.org/fhir/StructureMap/*4to3"
group DetectedIssue(source src : DetectedIssue, target tgt : DetectedIssueR3) extends DomainResource <<type+>> {
src.identifier -> tgt.identifier;
src.status -> tgt.status;
src.code -> tgt.category;
src.severity -> tgt.severity;
src.patient -> tgt.patient;
src.identified : dateTime as vs -> tgt.date as vt then dateTime(vs, vt);
src.author -> tgt.author;
src.implicated -> tgt.implicated;
src.detail -> tgt.detail;
src.reference -> tgt.reference;
src.mitigation as vs0 -> tgt.mitigation as vt0 then mitigation(vs0, vt0);
}
group mitigation(source src, target tgt) extends BackboneElement {
src.action -> tgt.action;
src.date -> tgt.date;
src.author -> tgt.author;
}
(
canonical
form
+
also
see
XML
Format
Specification
)
Definition
for
Value
SetCoverageEligibilityResponse
Auth
Support
Codes
<?xml version="1.0" encoding="UTF-8"?>
<ValueSet xmlns="http://hl7.org/fhir">
<id value="coverageeligibilityresponse-ex-auth-support"/>
<meta>
<lastUpdated value="2025-12-17T09:50:17.012+00:00"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p class="res-header-id">
<b> Generated Narrative: ValueSet coverageeligibilityresponse-ex-auth-support</b>
</p>
<a name="coverageeligibilityresponse-ex-auth-support"> </a>
<a name="hccoverageeligibilityresponse-ex-auth-support"> </a>
<ul>
<li> Include all codes defined in
<a href="http://terminology.hl7.org/7.0.1/CodeSystem-coverageeligibilityresponse-ex-auth-support.html">
<code> http://terminology.hl7.org/CodeSystem/coverageeligibilityresponse-ex-auth-support</code>
</a>
<span title="Version is not explicitly stated, which means it is fixed to 1.0.1, the version
found through the package references"> version 📦1.0.1</span>
</li> </ul> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"> <valueCode value="fm"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"> <valueCode value="informative"/> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"> <valueInteger value="1"/> </extension> <url value="http://hl7.org/fhir/ValueSet/coverageeligibilityresponse-ex-auth-support"/> <identifier> <system value="urn:ietf:rfc:3986"/> <value value="urn:oid:2.16.840.1.113883.4.642.3.1393"/> </identifier> <version value="6.0.0-ballot3"/> <name value="CoverageEligibilityResponseAuthSupportCodes"/> <title value="CoverageEligibilityResponse Auth Support Codes"/> <status value="active"/> <experimental value="false"/> <publisher value="Financial Management"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This value set includes CoverageEligibilityResponse Auth Support codes."/> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="001"/> <display value="World"/> </coding> </jurisdiction> <copyright value="HL7 Inc."/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/coverageeligibilityresponse-ex-auth-support"/> </include> </compose>
9.10.13.3
</
ValueSet
>
R4
Validation
Errors
<p>No
validation
errors
-
all
conversions
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
clean</p>
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.