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
Sc-valueset-chargeitem-status.json
Example
Observation/f203
(XML)
Raw
JSON
XML
(
canonical
form
+
also
see
JSON
XML
Format
Specification
)
Canonical
Mapping
for
"ChargeItemStatus"
Real-world
patient
-
CO2
(id
=
"f203")
{
"resourceType" : "ConceptMap",
"id" : "sc-chargeitem-status",
"text" : {
"status" : "generated",
"div" : "<div>!-- Snipped for Brevity --></div>"
},
"url" : "http://hl7.org/fhir/ConceptMap/sc-chargeitem-status",
"version" : "4.0.1",
"name" : "ChargeItemStatusCanonicalMap",
"title" : "Canonical Mapping for \"ChargeItemStatus\"",
"status" : "draft",
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "Canonical Mapping for \"Codes identifying the lifecycle stage of a ChargeItem.\"",
"sourceCanonical" : "http://hl7.org/fhir/ValueSet/chargeitem-status",
"targetCanonical" : "http://hl7.org/fhir/ValueSet/resource-status",
"group" : [{
"source" : "http://hl7.org/fhir/chargeitem-status",
"target" : "http://hl7.org/fhir/resource-status",
"element" : [{
"code" : "entered-in-error",
"target" : [{
"code" : "error",
"equivalence" : "equivalent"
}]
},
{
"code" : "planned",
"target" : [{
"code" : "planned",
"equivalence" : "equivalent"
}]
},
{
"code" : "not-billable",
"target" : [{
"code" : "declined",
"equivalence" : "equivalent"
}]
},
{
"code" : "billable",
"target" : [{
"code" : "active",
"equivalence" : "equivalent"
}]
},
{
"code" : "aborted",
"target" : [{
"code" : "failed",
"equivalence" : "equivalent"
}]
},
{
"code" : "billed",
"target" : [{
"code" : "complete",
"equivalence" : "equivalent"
}]
},
{
"code" : "unknown",
"target" : [{
"code" : "unknown",
"equivalence" : "equivalent"
}]
}]
}]
}
<?xml version="1.0" encoding="UTF-8"?>
<Observation xmlns="http://hl7.org/fhir"> <id value="f203"/> <identifier> <system value="https://intranet.aumc.nl/labvalues"/> <value value="1304-03720-Bicarbonate"/> </identifier> <status value="final"/> <code>
<coding> <system value="http://loinc.org"/> <code value="1963-8"/> <display value="Bicarbonate [Moles/volume] in Serum or Plasma"/> </coding> <coding> <system value="http://snomed.info/sct"/> <code value="365722008"/> <display value="Bicarbonate level"/> </coding> </code> <subject> <reference value="Patient/f201"/> <display value="Roel"/> </subject> <issued value="2013-04-04T14:34:00+01:00"/> <performer> <reference value="Practitioner/f202"/> <display value="Luigi Maas"/> </performer> <valueQuantity> <value value="28"/> <unit value="mmol/L"/> <system value="http://snomed.info/sct"/> <code value="258813002"/> </valueQuantity> <interpretation> <coding> <system value="http://snomed.info/sct"/> <code value="166698001"/> <display value="Serum bicarbonate level normal"/> </coding> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/> <code value="N"/> </coding> </interpretation> <method> <text value="enzymatic method"/> </method> <referenceRange> <low> <value value="22"/> </low> <high> <value value="29"/> </high> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/referencerange-meaning"/> <code value="normal"/> <display value="Normal Range"/> </coding> </type> </referenceRange>
</
Observation
>
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.