This page is part of the FHIR Specification (v1.4.0:
STU
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
The
current
version
which
supercedes
this
version
is
3 Ballot 3). The current version which supercedes this version is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
. For a full list of available versions, see the
Directory of published versions
.
Page
versions:
. Page versions:
R5
R4B
R4
Using
Codes
Code
Systems
Value
Sets
Concept
Maps
Identifier
Systems
4.3.14.217
Code
System
http://terminology.hl7.org/CodeSystem/coverage-copay-type
Financial
Management
Work
Group
Maturity
Level
:
2
Trial
Use
Use
Context
:
Any
This
is
a
code
system
defined
by
the
FHIR
project.
Summary
Defining
URL:
http://terminology.hl7.org/CodeSystem/coverage-copay-type
Version:
4.0.1
Name:
CoverageCopayTypeCodes
Title:
Coverage
Copay
Type
Codes
Definition:
This
value
set
includes
sample
Coverage
Copayment
Type
codes.
Committee:
Financial
Management
Work
Group
OID:
2.16.840.1.113883.4.642.4.1149
(for
OID
based
terminology
systems)
Copyright:
This
is
an
example
set.
Source
Resource
XML
/
JSON
This
Code
system
is
used
in
the
following
value
sets:
ValueSet:
Coverage
Copay
Type
Codes
(This
value
set
includes
sample
Coverage
Copayment
Type
codes.)
ValueSet:
Coverage
Copay
Type
Codes
(This
value
set
includes
sample
Coverage
Copayment
Type
codes.)
4.3.14.217.1
Content
4.3.14.217.2
Coverage
Copay
Type
Codes
This
value
set
includes
sample
Coverage
Copayment
Type
codes.
Copyright
Statement:
This
is
an
example
set.
This
code
system
http://terminology.hl7.org/CodeSystem/coverage-copay-type
defines
the
following
codes:
Code
Display
Definition
gpvisit
GP
Office
Visit
An
office
visit
for
a
general
practitioner
of
a
discipline.
spvisit
Specialist
Office
Visit
An
office
visit
for
a
specialist
practitioner
of
a
discipline
emergency
Emergency
An
episode
in
an
emergency
department.
inpthosp
Inpatient
Hospital
An
episode
of
an
Inpatient
hospital
stay.
televisit
Tele-visit
A
visit
held
where
the
patient
is
remote
relative
to
the
practitioner,
e.g.
by
phone,
computer
or
video
conference.
urgentcare
Urgent
Care
A
visit
to
an
urgent
care
facility
-
typically
a
community
care
clinic.
copaypct
Copay
Percentage
A
standard
percentage
applied
to
all
classes
or
service
or
product
not
otherwise
specified.
copay
Copay
Amount
A
standard
fixed
currency
amount
applied
to
all
classes
or
service
or
product
not
otherwise
specified.
deductible
Deductible
The
accumulated
amount
of
patient
payment
before
the
coverage
begins
to
pay
for
services.
maxoutofpocket
Maximum
out
of
pocket
The
maximum
amout
of
payment
for
services
which
a
patient,
or
family,
is
expected
to
incur
-
typically
annually.
See
the
full
registry
of
code
systems
defined
as
part
of
FHIR.
Explanation
of
the
columns
that
may
appear
on
this
page:
Level
A
few
code
lists
that
FHIR
defines
are
hierarchical
-
each
code
is
assigned
a
level.
See
Code
System
for
further
information.
Source
The
source
of
the
definition
of
the
code
(when
the
value
set
draws
in
codes
defined
elsewhere)
Code
The
code
(used
as
the
code
in
the
resource
instance).
If
the
code
is
in
italics,
this
indicates
that
the
code
is
not
selectable
('Abstract')
Display
The
display
(used
in
the
display
element
of
a
Coding
).
If
there
is
no
display,
implementers
should
not
simply
display
the
code,
but
map
the
concept
into
their
application
Definition
An
explanation
of
the
meaning
of
the
concept
Comments
Additional
notes
about
how
to
use
the
code
®©
HL7.org
2011+.
FHIR
Release
4
(Technical
Correction
#1)
(v4.0.1)
generated
on
Fri,
Nov
1,
2019
09:32+1100.
QA
Page
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
|
Compare
to
R3
|
|
Propose
a
change
2nd person example
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir//Patient/xcda> a fhir:Patient;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "xcda"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:Patient.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "usual" ];
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/v2/0203" ];
fhir:Coding.code [ fhir:value "MR" ] ] ];
fhir:Identifier.system [ fhir:value "urn:oid:2.16.840.1.113883.19.5" ];
fhir:Identifier.value [ fhir:value "12345" ]
];
fhir:Patient.active [ fhir:value "true"^^xs:boolean];
fhir:Patient.name [
fhir:index 0;
fhir:HumanName.family [
fhir:value "Levin";
fhir:index 0 ];
fhir:HumanName.given [
fhir:value "Henry";
fhir:index 0 ]
];
fhir:Patient.gender [ fhir:value "male"];
fhir:Patient.birthDate [ fhir:value "1932-09-24"^^xs:date];
fhir:Patient.managingOrganization [
fhir:reference <http://hl7.org/fhir/Organization/2.16.840.1.113883.19.5>;
fhir:Reference.reference [ fhir:value "Organization/2.16.840.1.113883.19.5" ];
fhir:Reference.display [ fhir:value "Good Health Clinic" ]
].
# -------------------------------------------------------------------------------------
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.