R5 Final QA

This page is part of the FHIR Specification (v0.0.82: DSTU (v5.0.0-draft-final: Final QA Preview for R5 - see ballot notes 1). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Example ConceptMap/sc-chargeitem-status (JSON)

Patient Administration R2 Work Group Maturity Level : N/A Standards Status : Informative

Raw XML JSON ( canonical form + also see JSON Format Specification )

StructureDefinition Canonical Mapping for oid Raw XML "Charge Item Status"

May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. </StructureDefinition>
{
  "resourceType" : "ConceptMap",
  "id" : "sc-chargeitem-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ChargeItemStatusCanonicalMap (http://hl7.org/fhir/ConceptMap/sc-chargeitem-status)</h2><p>Mapping from <a href=\"valueset-chargeitem-status.html\">Charge Item Status</a> to <a href=\"valueset-resource-status.html\">Canonical Status Codes for FHIR Resources</a></p><p>DRAFT. Published on 2020-12-28T16:55:11+11:00 by HL7 (FHIR Project) (<a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a>, <a href=\"mailto:fhir@lists.hl7.org\">fhir@lists.hl7.org</a>). </p><div><p>Canonical Mapping for &quot;Codes identifying the lifecycle stage of a ChargeItem.&quot;</p>\n</div><br/><p><b>Group 1</b>Mapping from <a href=\"codesystem-chargeitem-status.html\">Charge Item Status</a> to <a href=\"codesystem-resource-status.html\">Canonical Status Codes for FHIR Resources</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>entered-in-error</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>error</td></tr><tr><td>planned</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>planned</td></tr><tr><td>not-billable</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>declined</td></tr><tr><td>billable</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>active</td></tr><tr><td>aborted</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>failed</td></tr><tr><td>billed</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>complete</td></tr><tr><td>unknown</td><td><a href=\"codesystem-concept-map-relationship.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>unknown</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/ConceptMap/sc-chargeitem-status",
  "version" : "5.0.0-draft-final",
  "name" : "ChargeItemStatusCanonicalMap",
  "title" : "Canonical Mapping for \"Charge Item Status\"",
  "status" : "draft",
  "experimental" : false,
  "date" : "2020-12-28T16:55:11+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.\"",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "sourceScopeCanonical" : "http://hl7.org/fhir/ValueSet/chargeitem-status",
  "targetScopeCanonical" : "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",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "planned",
      "target" : [{
        "code" : "planned",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "not-billable",
      "target" : [{
        "code" : "declined",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "billable",
      "target" : [{
        "code" : "active",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "aborted",
      "target" : [{
        "code" : "failed",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "billed",
      "target" : [{
        "code" : "complete",
        "relationship" : "equivalent"
      }]
    },
    {
      "code" : "unknown",
      "target" : [{
        "code" : "unknown",
        "relationship" : "equivalent"
      }]
    }]
  }]
}

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.