This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
Continuous
Integration
Build
of
available
versions,
see
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
.
Page
versions:
R4B
R4
R3
Codesystem-ex-revenue-center.json
Example
Contract/C-123
(XML)
Raw
JSON
XML
(
canonical
form
+
also
see
XML
Format
Specification
)
Jump
past
Narrative
Definition
for
Code
System
General
Contract
Example
Revenue
Center
Codes
(id
=
"C-123")
{
"resourceType": "CodeSystem",
"id": "ex-revenue-center",
"meta": {
"lastUpdated": "2019-10-24T11:53:00+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
"valueString": "Informative"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fm"
}
],
"url": "http://hl7.org/fhir/ex-revenue-center",
"identifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.587"
},
"version": "3.0.2",
"name": "Example Revenue Center Codes",
"status": "draft",
"experimental": true,
"publisher": "Financial Management",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "This value set includes sample Revenue Center codes.",
"copyright": "This is an example set.",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/ex-revenue-center",
"content": "complete",
"concept": [
{
"code": "0370",
"display": "Anaesthesia",
"definition": "Anaesthesia."
},
{
"code": "0420",
"display": "Physical Therapy",
"definition": "Physical Therapy."
},
{
"code": "0421",
"display": "Physical Therapy - ",
"definition": "Physical Therapy - visit charge."
},
{
"code": "0440",
"display": "Speech-Language Pathology",
"definition": "Speech-Language Pathology."
},
{
"code": "0441",
"display": "Speech-Language Pathology - Visit",
"definition": "Speech-Language Pathology- visit charge"
},
{
"code": "0450",
"display": "Emergency Room",
"definition": "Emergency Room"
},
{
"code": "0451",
"display": "Emergency Room - EM/EMTALA",
"definition": "Emergency Room - EM/EMTALA"
},
{
"code": "0452",
"display": "Emergency Room - beyond EMTALA",
"definition": "Emergency Room - beyond EMTALA"
},
{
"code": "0010",
"display": "Vision Clinic",
"definition": "Vision Clinic"
}
]
}
<?xml version="1.0" encoding="UTF-8"?>
<Contract xmlns="http://hl7.org/fhir"> <id value="C-123"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">A human-readable rendering of the contract</div> </text> <identifier> <system value="http://happyvalley.com/contract"/> <value value="12347"/> </identifier> <term> <offer> <text value="Can't refuse"/> </offer> <asset> <type> <coding> <system value="urn:ietf:rfc:3986"/> <code value="urn:uuid:3a48c68c-318d-4c68-8471-4a3c10fcb41b"/> <display value="RicardianContract"/> </coding> </type> <subtype> <text value="sample"/> </subtype> <period> <start value="2017-06-01"/> </period> <valuedItem> <entityCodeableConcept> <text value="Ford Bobcat"/> </entityCodeableConcept> <identifier> <system value="http://somewhere.motor-vehicle.com/vin"/> <value value="XXSVT34-7665t952236"/> </identifier> <effectiveTime value="1995"/> <quantity> <value value="1"/> </quantity> <unitPrice> <value value="200.00"/> <currency value="CAD"/> </unitPrice> <factor value="1.0"/> <points value="1.0"/> <net> <value value="200.00"/> <currency value="CAD"/> </net> </valuedItem> </asset> </term>
<rule> <contentAttachment> <contentType value="application/txt"/> <url value="http://www.rfc-editor.org/bcp/bcp13.txt"/> </contentAttachment> </rule> <legallyBindingAttachment> <contentType value="application/pdf"/> <url value="http://www.aws3.com/storage/doc.pdf"/> </legallyBindingAttachment>
</
Contract
>
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.