This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
v6.0.0-ballot2:
Release
6
Ballot
(2nd
Draft)
(see
Ballot
Notes
).
This
is
the
The
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
Example
CodeSystem/payment-kind
(Turtle)
Raw
Turtle
(+
also
see
Turtle/RDF
Format
Specification
)
Definition
for
Code
SystemPaymentKindCodes
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem ;
fhir:id [ fhir:v "payment-kind"] ;
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-03-26T15:21:02.749+11:00" ] ;
fhir:lastUpdated [ fhir:v "2024-08-12T19:52:12.437+11:00" ] ;
fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
] ;
fhir:text [
fhir:status [ fhir:v "generated" ]
] ;
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
fhir:value [ fhir:v "fm" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
fhir:value [ fhir:v "trial-use" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
fhir:value [ fhir:v "2" ]
] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/payment-kind"], [ fhir:v "http://hl7.org/fhir/payment-kind"] ;
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2056" ]
] [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.2056" ]
] ) ;
fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
fhir:version [ fhir:v "6.0.0-ballot2"], [ fhir:v "6.0.0-ballot2"] ;
fhir:name [ fhir:v "PaymentKindCodes"], [ fhir:v "PaymentKindCodes"] ;
fhir:title [ fhir:v "Payment Kind Codes"], [ fhir:v "Payment Kind Codes"] ;
fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
fhir:publisher [ fhir:v "FHIR Project team"], [ fhir:v "FHIR Project team"] ;
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] )
] [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] )
] ) ;
fhir:description [ fhir:v "This value set contains codes for the type of workflow from which payments arise."], [ fhir:v "This value set contains codes for the type of workflow from which payments arise."] ;
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ;
fhir:copyright [ fhir:v "HL7 Inc."], [ fhir:v "HL7 Inc."] ;
fhir:caseSensitive [ fhir:v "true"] ;
fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/payment-kind"] ;
fhir:content [ fhir:v "complete"] ;
fhir:concept ( [
fhir:code [ fhir:v "deposit" ] ;
fhir:display [ fhir:v "Deposit on Account" ] ;
fhir:definition [ fhir:v "The payment or adjustment is to an indicated account not to a specific charge." ]
] [
fhir:code [ fhir:v "periodic-payment" ] ;
fhir:display [ fhir:v "Periodic Payment" ] ;
fhir:definition [ fhir:v "The payment is one of a set of previously agreed payments, for example in fullfilment of a payment plan." ]
] [
fhir:code [ fhir:v "online" ] ;
fhir:display [ fhir:v "Online Bill Payment" ] ;
fhir:definition [ fhir:v "Payment, full or partial, of an invoice or statement provided to the payment issuer." ]
] [
fhir:code [ fhir:v "kiosk" ] ;
fhir:display [ fhir:v "Kiosk Payment" ] ;
fhir:definition [ fhir:v "Payment made at an authorized Kiosk." ]
] ) .
# -------------------------------------------------------------------------------------
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.