<?xml version=“1.0” encoding=“UTF-8”?> <ConceptMap xmlns=“hl7.org/fhir”>
<id value="sc-chargeitem-status"/> <url value="http://hl7.org/fhir/ConceptMap/sc-chargeitem-status"/> <version value="4.0.1"/> <name value="ChargeItemStatusCanonicalMap"/> <title value="Canonical Mapping for "ChargeItemStatus""/> <status value="draft"/> <date value="2019-11-01T09:29:23+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="Canonical Mapping for "Codes identifying the lifecycle stage of a ChargeItem.""/> <sourceCanonical value="http://hl7.org/fhir/ValueSet/chargeitem-status"/> <targetCanonical value="http://hl7.org/fhir/ValueSet/resource-status"/> <group> <source value="http://hl7.org/fhir/chargeitem-status"/> <target value="http://hl7.org/fhir/resource-status"/> <element> <code value="entered-in-error"/> <target> <code value="error"/> <equivalence value="equivalent"/> </target> </element> <element> <code value="planned"/> <target> <code value="planned"/> <equivalence value="equivalent"/> </target> </element> <element> <code value="not-billable"/> <target> <code value="declined"/> <equivalence value="equivalent"/> </target> </element> <element> <code value="billable"/> <target> <code value="active"/> <equivalence value="equivalent"/> </target> </element> <element> <code value="aborted"/> <target> <code value="failed"/> <equivalence value="equivalent"/> </target> </element> <element> <code value="billed"/> <target> <code value="complete"/> <equivalence value="equivalent"/> </target> </element> <element> <code value="unknown"/> <target> <code value="unknown"/> <equivalence value="equivalent"/> </target> </element> </group>
</ConceptMap>