Definition
for
Code
System
FHIR
Defined
Concept
Properties
Self
Payment
Example
<?xml version="1.0" encoding="UTF-8"?>
inactive
True if the concept is not considered active - e.g. not a valid concept any more. Property
type is boolean, default value is false
deprecated
The date at which a concept was deprecated. Concepts that are deprecated but not inactive
can still be used, but their use is discouraged, and they should be expected to be made
inactive in a future release. Property type is dateTime
notSelectable
The concept is not intended to be chosen by the user - only intended to be used as a selector
for other concepts. Note, though, that the interpretation of this is highly contextual;
all concepts are selectable in some context. Property type is boolean
parent
The concept identified in this property is a parent of the concept on which it is a property.
The property type will be 'code'. The meaning of 'parent' is defined by the hierarchyMeaning
attribute
child
The concept identified in this property is a child of the concept on which it is a property.
The property type will be 'code'. The meaning of 'child' is defined by the hierarchyMeaning
attribute
True if the concept is not considered active - e.g. not a valid concept any more. Property
type is boolean, default value is false
The date at which a concept was deprecated. Concepts that are deprecated but not inactive
can still be used, but their use is discouraged, and they should be expected to be made
inactive in a future release. Property type is dateTime
The concept is not intended to be chosen by the user - only intended to be used as a selector
for other concepts. Note, though, that the interpretation of this is highly contextual;
all concepts are selectable in some context. Property type is boolean
The concept identified in this property is a parent of the concept on which it is a property.
The property type will be 'code'. The meaning of 'parent' is defined by the hierarchyMeaning
attribute
The concept identified in this property is a child of the concept on which it is a property.
The property type will be 'code'. The meaning of 'child' is defined by the hierarchyMeaning
attribute
</
CodeSystem
>
{
"resourceType" : "Coverage",
"id" : "SP1234",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of a Self Pay Agreement.</div>"
},
"identifier" : [{
"system" : "http://hospitalx.com/selfpayagreement",
"value" : "SP12345678"
}],
"status" : "active",
"kind" : "self-pay",
"paymentBy" : [{
"party" : {
"reference" : "Patient/5"
}
}],
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
"code" : "pay",
"display" : "PAY"
}]
},
"subscriber" : {
"reference" : "Patient/5"
},
"beneficiary" : {
"reference" : "Patient/5"
},
"relationship" : {
"coding" : [{
"code" : "self"
}]
},
"period" : {
"end" : "2012-03-17"
}
}
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.