2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Professionalclaim.profile.json

Raw JSON (canonical form)

Profile for professionalclaim

{
  "resourceType": "Profile",
  "id": "ProfessionalClaim",
  "meta": {
    "lastUpdated": "2015-02-23T09:07:27.665+11:00"
  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "url": "http://hl7.org/fhir/Profile/ProfessionalClaim",
  "name": "ProfessionalClaim",
  "publisher": "HL7 FHIR Project (Financial Management)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm/index.cfm"
        }
      ]
    }
  ],
  "description": "Base Profile for ProfessionalClaim Resource",
  "status": "draft",
  "date": "2015-02-23T09:07:27+11:00",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM"
    }
  ],
  "type": "ProfessionalClaim",
  "snapshot": {
    "element": [
      {
        "path": "ProfessionalClaim",
        "short": "Claim, Pre-determination or Pre-authorization",
        "definition": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.",
        "min": 1,
        "max": "1"
      },
      {
        "path": "ProfessionalClaim.id",
        "short": "Logical id of this artefact",
        "definition": "The logical id of the resource, as used in the url for the resoure. Once assigned, this value never changes.",
        "comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.meta",
        "short": "Metadata about the resource",
        "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Meta"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.implicitRules",
        "short": "A set of rules under which this content was created",
        "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
        "comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "uri"
          }
        ],
        "isModifier": true
      },
      {
        "path": "ProfessionalClaim.language",
        "short": "Language of the resource content",
        "definition": "The base language in which the resource is written.",
        "comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource\n\nNot all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "name": "Language",
          "isExtensible": false,
          "conformance": "required",
          "description": "A human language",
          "referenceUri": "http://tools.ietf.org/html/bcp47"
        }
      },
      {
        "path": "ProfessionalClaim.text",
        "short": "Text summary of the resource, for human interpretation",
        "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
        "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.",
        "synonym": [
          "narrative",
          "html",
          "xhtml",
          "display"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Narrative"
          }
        ],
        "condition": [
          "dom-1"
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "Act.text?"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.contained",
        "short": "Contained, inline Resources",
        "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
        "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
        "synonym": [
          "inline resources",
          "anonymous resources",
          "contained resources"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Resource"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.extension",
        "short": "Additional Content defined by implementations",
        "definition": "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.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.modifierExtension",
        "short": "Extensions that cannot be ignored",
        "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.identifier",
        "short": "Claim number",
        "definition": "The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.ruleset",
        "short": "Current specification followed",
        "definition": "The version of the specification on which this instance relies.",
        "comments": "This is the version of the specification on which this instance relies.",
        "synonym": [
          "BusinessVersion"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Ruleset",
          "isExtensible": true,
          "conformance": "example",
          "description": "The static and dynamic model to which contents conform, may be business version or standard and version.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ruleset"
          }
        }
      },
      {
        "path": "ProfessionalClaim.originalRuleset",
        "short": "Original specification followed",
        "definition": "The version of the specification from which the original instance was created.",
        "comments": "This is the version of the specification on which the original instance relied (was create).",
        "synonym": [
          "OriginalBusinessVersion"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Ruleset",
          "isExtensible": true,
          "conformance": "example",
          "description": "The static and dynamic model to which contents conform, may be business version or standard and version.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ruleset"
          }
        }
      },
      {
        "path": "ProfessionalClaim.created",
        "short": "Creation date",
        "definition": "The date when the enclosed suite of services were performed or completed.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.target",
        "short": "Insurer",
        "definition": "Insurer Identifier, typical BIN number (6 digit).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Organization"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.provider",
        "short": "Responsible provider",
        "definition": "The provider which is responsible for the bill, claim pre-determination, pre-authorization.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Practitioner"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.organization",
        "short": "Responsible organization",
        "definition": "The organization which is responsible for the bill, claim pre-determination, pre-authorization.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Organization"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.use",
        "short": "complete | proposed | exploratory | other",
        "definition": "Complete (Bill or Claim), Proposed (Pre-Authorization), Exploratory (Pre-determination).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "name": "Use",
          "isExtensible": false,
          "conformance": "required",
          "description": "Complete, proposed, exploratory, other",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/use-link"
          }
        }
      },
      {
        "path": "ProfessionalClaim.priority",
        "short": "Desired processing priority",
        "definition": "Immediate (STAT), best effort (NORMAL), deferred (DEFER).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ProcessPriority",
          "isExtensible": true,
          "conformance": "example",
          "description": "The timeliness with which processing is required: STAT, normal, Deferred",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/process-priority"
          }
        }
      },
      {
        "path": "ProfessionalClaim.fundsReserve",
        "short": "Funds requested to be reserved",
        "definition": "In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "FundsReserve",
          "isExtensible": true,
          "conformance": "example",
          "description": "For whom funds are to be reserved: (Patient, Provider, None)",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/fundsreserve"
          }
        }
      },
      {
        "path": "ProfessionalClaim.enterer",
        "short": "Author",
        "definition": "Person who created the invoice/claim/pre-determination or pre-authorization.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Practitioner"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.facility",
        "short": "Servicing Facility",
        "definition": "Facility where the services were provided.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Location"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.payee",
        "short": "Payee",
        "definition": "The party to be reimbursed for the services.",
        "min": 0,
        "max": "1"
      },
      {
        "path": "ProfessionalClaim.payee.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.payee.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.payee.modifierExtension",
        "short": "Extensions that cannot be ignored",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.payee.type",
        "short": "Party to be paid any benefits payable",
        "definition": "Party to be reimbursed: Subscriber, provider, other.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "PayeeType",
          "isExtensible": true,
          "conformance": "example",
          "description": "A code for the party to be reimbursed.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/payeetype"
          }
        }
      },
      {
        "path": "ProfessionalClaim.payee.provider",
        "short": "Provider who is the payee",
        "definition": "The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Practitioner"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.payee.organization",
        "short": "Organization who is the payee",
        "definition": "The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Organization"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.payee.person",
        "short": "Other person who is the payee",
        "definition": "The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Patient"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.referral",
        "short": "Treatment Referral",
        "definition": "The referral resource which lists the date, practitioner, reason and other supporting information.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/ReferralRequest"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.diagnosis",
        "short": "Diagnosis",
        "definition": "Ordered list of patient diagnosis for which care is sought.",
        "min": 0,
        "max": "*"
      },
      {
        "path": "ProfessionalClaim.diagnosis.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.diagnosis.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.diagnosis.modifierExtension",
        "short": "Extensions that cannot be ignored",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.diagnosis.sequence",
        "short": "Sequence of diagnosis",
        "definition": "Sequence of diagnosis.",
        "requirements": "Required to maintain order of the diagnoses.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.diagnosis.diagnosis",
        "short": "Patient's list of diagnosis",
        "definition": "The diagnosis.",
        "requirements": "Required to adjudicate services rendered to condition presented.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ICD10",
          "isExtensible": true,
          "conformance": "example",
          "description": "ICD10 Diagnostic codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/icd-10"
          }
        }
      },
      {
        "path": "ProfessionalClaim.condition",
        "short": "List of presenting Conditions",
        "definition": "List of patient conditions for which care is sought.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Conditions",
          "isExtensible": true,
          "conformance": "example",
          "description": "Patient conditions and symptoms",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/fm-conditions"
          }
        }
      },
      {
        "path": "ProfessionalClaim.patient",
        "short": "The subject of the Products and Services",
        "definition": "Patient Resource.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Patient"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage",
        "short": "Insurance or medical plan",
        "definition": "Financial instrument by which payment information for health care.",
        "requirements": "Health care programs and insurers are significant payors of health service costs.",
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "rim",
            "map": "Coverage"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.modifierExtension",
        "short": "Extensions that cannot be ignored",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.sequence",
        "short": "Service instance identifier",
        "definition": "A service line item.",
        "requirements": "To maintain order of the coverages.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.focal",
        "short": "Is the focal Coverage",
        "definition": "The instance number of the Coverage which is the focus for adjudication. The Coverage against which the claim is to be adjudicated.",
        "requirements": "To identify which coverage is being adjudicated.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.coverage",
        "short": "Insurance information",
        "definition": "Reference to the program or plan identification, underwriter or payor.",
        "requirements": "Need to identify the issuer to target for processing and for coordination of benefit processing.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Coverage"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.businessArrangement",
        "short": "Business agreement",
        "definition": "The contract number of a business agreement which describes the terms and conditions.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.relationship",
        "short": "Patient relationship to subscriber",
        "definition": "The relationship of the patient to the subscriber.",
        "requirements": "To determine relationship between the patient and the subscriber.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Relationship",
          "isExtensible": true,
          "conformance": "example",
          "description": "The code for the relationship of the patient to the subscriber",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/relationship"
          }
        }
      },
      {
        "path": "ProfessionalClaim.coverage.preauthref",
        "short": "Pre-Authorization/Determination Reference",
        "definition": "A list of references from the Insurer to which these services pertain.",
        "requirements": "To provide any pre=determination or prior authorization reference.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.claimResponse",
        "short": "Adjudication results",
        "definition": "The Coverages adjudication details.",
        "requirements": "Used by downstream payers to determine what balance remains and the net payable.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/ClaimResponse"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.originalRuleset",
        "short": "Original version",
        "definition": "The style (standard) and version of the original material which was converted into this resource.",
        "requirements": "Knowledge of the original version can inform the processing of this instance so that information which is processable by the originating system may be generated.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Ruleset",
          "isExtensible": true,
          "conformance": "example",
          "description": "The static and dynamic model to which contents conform, may be business version or standard and version.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ruleset"
          }
        }
      },
      {
        "path": "ProfessionalClaim.exception",
        "short": "Eligibility exceptions",
        "definition": "Factors which may influence the applicability of coverage.",
        "requirements": "To determine extenuating circumstances for coverage.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Exception",
          "isExtensible": true,
          "conformance": "example",
          "description": "The eligibility exception codes.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/exception"
          }
        }
      },
      {
        "path": "ProfessionalClaim.school",
        "short": "Name of School",
        "definition": "Name of school for over-aged dependants.",
        "requirements": "Often required for over-age dependents.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.accident",
        "short": "Accident Date",
        "definition": "Date of an accident which these services are addressing.",
        "requirements": "Coverage may be dependant on accidents.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.accidentType",
        "short": "Accident Type",
        "definition": "Type of accident: work, auto, etc.",
        "requirements": "Coverage may be dependant on the type of accident.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "AccidentType",
          "isExtensible": true,
          "conformance": "example",
          "description": "Type of accident: work place, auto, etc.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ActIncidentCode"
          }
        }
      },
      {
        "path": "ProfessionalClaim.interventionException",
        "short": "Intervention and exception code (Pharma)",
        "definition": "A list of intervention and exception codes which may influence the adjudication of the claim.",
        "requirements": "Coverage may be modified based on exception information provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Intervention",
          "isExtensible": true,
          "conformance": "example",
          "description": "Intervention and exception codes (Pharm)",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/intervention"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item",
        "short": "Goods and Services",
        "definition": "First tier of goods and services.",
        "min": 0,
        "max": "*"
      },
      {
        "path": "ProfessionalClaim.item.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.modifierExtension",
        "short": "Extensions that cannot be ignored",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.sequence",
        "short": "Service instance",
        "definition": "A service line number.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.type",
        "short": "Group or type of product or service",
        "definition": "The type of product or service.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ItemType",
          "isExtensible": true,
          "conformance": "example",
          "description": "Service, Product, Rx Dispense, Rx Compound etc.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ActInvoiceGroupCode"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.provider",
        "short": "Responsible practitioner",
        "definition": "The practitioner who is responsible for the services rendered to the patient.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Practitioner"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.diagnosisLinkId",
        "short": "Diagnosis Link",
        "definition": "Diagnosis applicable for this service or product line.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.service",
        "short": "Item Code",
        "definition": "If a grouping item then 'GROUP' otherwise it is a node therefore a code to indicate the Professional Service or Product supplied.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "MedServiceProduct",
          "isExtensible": true,
          "conformance": "example",
          "description": "Allowable service and product codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/service-product"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.serviceDate",
        "short": "Date of Service",
        "definition": "The date when the enclosed suite of services were performed or completed.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.quantity",
        "short": "Count of Products or Services",
        "definition": "The number of repetitions of a service or product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.unitPrice",
        "short": "Fee, charge or cost per point",
        "definition": "If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.factor",
        "short": "Price scaling factor",
        "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.points",
        "short": "Difficulty scaling factor",
        "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.net",
        "short": "Total item cost",
        "definition": "The quantity times the unit price for an additional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number  * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.udi",
        "short": "Unique Device Identifier",
        "definition": "List of Unique Device Identifiers associated with this line item.",
        "requirements": "The UDI code and issuer if applicable for the supplied product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "UDI",
          "isExtensible": true,
          "conformance": "example",
          "description": "The FDA, or other, UDI repository.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/udi"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.bodySite",
        "short": "Service Location",
        "definition": "Physical service site on the patient (limb, tooth, etc).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ICD10",
          "isExtensible": true,
          "conformance": "example",
          "description": "ICD10 Diagnostic codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/icd-10"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.subsite",
        "short": "Service Sub-location",
        "definition": "A region or surface of the site, eg. limb region or tooth surface(s).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ICD10",
          "isExtensible": true,
          "conformance": "example",
          "description": "ICD10 Diagnostic codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/icd-10"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.modifier",
        "short": "Service/Product billing modifiers",
        "definition": "Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.",
        "requirements": "May impact on adjudication.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Modifiers",
          "isExtensible": true,
          "conformance": "example",
          "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/modifiers"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail",
        "short": "Additional items",
        "definition": "Second tier of goods and services.",
        "min": 0,
        "max": "*"
      },
      {
        "path": "ProfessionalClaim.item.detail.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.modifierExtension",
        "short": "Extensions that cannot be ignored",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.sequence",
        "short": "Service instance",
        "definition": "A service line number.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.type",
        "short": "Group or type of product or service",
        "definition": "The type of product or service.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ItemType",
          "isExtensible": true,
          "conformance": "example",
          "description": "Service, Product, Rx Dispense, Rx Compound etc.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ActInvoiceGroupCode"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail.service",
        "short": "Additional item codes",
        "definition": "If a grouping item then 'GROUP' otherwise it is a node therefore a code to indicate the Professional Service or Product supplied.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "MedServiceProduct",
          "isExtensible": true,
          "conformance": "example",
          "description": "Allowable service and product codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/service-product"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail.quantity",
        "short": "Count of Products or Services",
        "definition": "The number of repetitions of a service or product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.unitPrice",
        "short": "Fee, charge or cost per point",
        "definition": "If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.factor",
        "short": "Price scaling factor",
        "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.points",
        "short": "Difficulty scaling factor",
        "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.net",
        "short": "Total additional item cost",
        "definition": "The quantity times the unit price for an additional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number  * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.udi",
        "short": "Unique Device Identifier",
        "definition": "List of Unique Device Identifiers associated with this line item.",
        "requirements": "The UDI code and issuer if applicable for the supplied product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "UDI",
          "isExtensible": true,
          "conformance": "example",
          "description": "The FDA, or other, UDI repository.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/udi"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail",
        "short": "Additional items",
        "definition": "Third tier of goods and services.",
        "min": 0,
        "max": "*"
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.modifierExtension",
        "short": "Extensions that cannot be ignored",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.",
        "comments": "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.",
        "synonym": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.sequence",
        "short": "Service instance",
        "definition": "A service line number.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.type",
        "short": "Type of product or service",
        "definition": "The type of product or service.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ItemType",
          "isExtensible": true,
          "conformance": "example",
          "description": "Service, Product, Rx Dispense, Rx Compound etc.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ActInvoiceGroupCode"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.service",
        "short": "Additional item codes",
        "definition": "The fee for an additional service or product or charge.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "MedServiceProduct",
          "isExtensible": true,
          "conformance": "example",
          "description": "Allowable service and product codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/service-product"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.quantity",
        "short": "Count of Products or Services",
        "definition": "The number of repetitions of a service or product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.unitPrice",
        "short": "Fee, charge or cost per point",
        "definition": "The fee for an additional service or product or charge.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.factor",
        "short": "Price scaling factor",
        "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.points",
        "short": "Difficulty scaling factor",
        "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.net",
        "short": "Net additional item cost",
        "definition": "The quantity times the unit price for an additional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number  * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.udi",
        "short": "Unique Device Identifier",
        "definition": "List of Unique Device Identifiers associated with this line item.",
        "requirements": "The UDI code and issuer if applicable for the supplied product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "UDI",
          "isExtensible": true,
          "conformance": "example",
          "description": "The FDA, or other, UDI repository.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/udi"
          }
        }
      },
      {
        "path": "ProfessionalClaim.additionalMaterials",
        "short": "Additional materials, documents, etc.",
        "definition": "Code to indicate that Xrays, images, emails, documents, models or attachments are being sent in support of this submission.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "AdditionalMaterials",
          "isExtensible": true,
          "conformance": "example",
          "description": "Code to indicate that Xrays, images, emails, documents, models or attachments are being sent in support of this submission.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/additionalmaterials"
          }
        }
      }
    ]
  },
  "differential": {
    "element": [
      {
        "path": "ProfessionalClaim",
        "short": "Claim, Pre-determination or Pre-authorization",
        "definition": "A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.",
        "min": 1,
        "max": "1"
      },
      {
        "path": "ProfessionalClaim.identifier",
        "short": "Claim number",
        "definition": "The business identifier for the instance: invoice number, claim number, pre-determination or pre-authorization number.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.ruleset",
        "short": "Current specification followed",
        "definition": "The version of the specification on which this instance relies.",
        "comments": "This is the version of the specification on which this instance relies.",
        "synonym": [
          "BusinessVersion"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Ruleset",
          "isExtensible": true,
          "conformance": "example",
          "description": "The static and dynamic model to which contents conform, may be business version or standard and version.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ruleset"
          }
        }
      },
      {
        "path": "ProfessionalClaim.originalRuleset",
        "short": "Original specification followed",
        "definition": "The version of the specification from which the original instance was created.",
        "comments": "This is the version of the specification on which the original instance relied (was create).",
        "synonym": [
          "OriginalBusinessVersion"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Ruleset",
          "isExtensible": true,
          "conformance": "example",
          "description": "The static and dynamic model to which contents conform, may be business version or standard and version.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ruleset"
          }
        }
      },
      {
        "path": "ProfessionalClaim.created",
        "short": "Creation date",
        "definition": "The date when the enclosed suite of services were performed or completed.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.target",
        "short": "Insurer",
        "definition": "Insurer Identifier, typical BIN number (6 digit).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Organization"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.provider",
        "short": "Responsible provider",
        "definition": "The provider which is responsible for the bill, claim pre-determination, pre-authorization.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Practitioner"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.organization",
        "short": "Responsible organization",
        "definition": "The organization which is responsible for the bill, claim pre-determination, pre-authorization.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Organization"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.use",
        "short": "complete | proposed | exploratory | other",
        "definition": "Complete (Bill or Claim), Proposed (Pre-Authorization), Exploratory (Pre-determination).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "name": "Use",
          "isExtensible": false,
          "conformance": "required",
          "description": "Complete, proposed, exploratory, other",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/use-link"
          }
        }
      },
      {
        "path": "ProfessionalClaim.priority",
        "short": "Desired processing priority",
        "definition": "Immediate (STAT), best effort (NORMAL), deferred (DEFER).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ProcessPriority",
          "isExtensible": true,
          "conformance": "example",
          "description": "The timeliness with which processing is required: STAT, normal, Deferred",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/process-priority"
          }
        }
      },
      {
        "path": "ProfessionalClaim.fundsReserve",
        "short": "Funds requested to be reserved",
        "definition": "In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "FundsReserve",
          "isExtensible": true,
          "conformance": "example",
          "description": "For whom funds are to be reserved: (Patient, Provider, None)",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/fundsreserve"
          }
        }
      },
      {
        "path": "ProfessionalClaim.enterer",
        "short": "Author",
        "definition": "Person who created the invoice/claim/pre-determination or pre-authorization.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Practitioner"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.facility",
        "short": "Servicing Facility",
        "definition": "Facility where the services were provided.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Location"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.payee",
        "short": "Payee",
        "definition": "The party to be reimbursed for the services.",
        "min": 0,
        "max": "1"
      },
      {
        "path": "ProfessionalClaim.payee.type",
        "short": "Party to be paid any benefits payable",
        "definition": "Party to be reimbursed: Subscriber, provider, other.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "PayeeType",
          "isExtensible": true,
          "conformance": "example",
          "description": "A code for the party to be reimbursed.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/payeetype"
          }
        }
      },
      {
        "path": "ProfessionalClaim.payee.provider",
        "short": "Provider who is the payee",
        "definition": "The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Practitioner"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.payee.organization",
        "short": "Organization who is the payee",
        "definition": "The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Organization"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.payee.person",
        "short": "Other person who is the payee",
        "definition": "The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Patient"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.referral",
        "short": "Treatment Referral",
        "definition": "The referral resource which lists the date, practitioner, reason and other supporting information.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/ReferralRequest"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.diagnosis",
        "short": "Diagnosis",
        "definition": "Ordered list of patient diagnosis for which care is sought.",
        "min": 0,
        "max": "*"
      },
      {
        "path": "ProfessionalClaim.diagnosis.sequence",
        "short": "Sequence of diagnosis",
        "definition": "Sequence of diagnosis.",
        "requirements": "Required to maintain order of the diagnoses.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.diagnosis.diagnosis",
        "short": "Patient's list of diagnosis",
        "definition": "The diagnosis.",
        "requirements": "Required to adjudicate services rendered to condition presented.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ICD10",
          "isExtensible": true,
          "conformance": "example",
          "description": "ICD10 Diagnostic codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/icd-10"
          }
        }
      },
      {
        "path": "ProfessionalClaim.condition",
        "short": "List of presenting Conditions",
        "definition": "List of patient conditions for which care is sought.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Conditions",
          "isExtensible": true,
          "conformance": "example",
          "description": "Patient conditions and symptoms",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/fm-conditions"
          }
        }
      },
      {
        "path": "ProfessionalClaim.patient",
        "short": "The subject of the Products and Services",
        "definition": "Patient Resource.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Patient"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage",
        "short": "Insurance or medical plan",
        "definition": "Financial instrument by which payment information for health care.",
        "requirements": "Health care programs and insurers are significant payors of health service costs.",
        "min": 0,
        "max": "*",
        "mapping": [
          {
            "identity": "rim",
            "map": "Coverage"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.sequence",
        "short": "Service instance identifier",
        "definition": "A service line item.",
        "requirements": "To maintain order of the coverages.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.focal",
        "short": "Is the focal Coverage",
        "definition": "The instance number of the Coverage which is the focus for adjudication. The Coverage against which the claim is to be adjudicated.",
        "requirements": "To identify which coverage is being adjudicated.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.coverage",
        "short": "Insurance information",
        "definition": "Reference to the program or plan identification, underwriter or payor.",
        "requirements": "Need to identify the issuer to target for processing and for coordination of benefit processing.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Coverage"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.businessArrangement",
        "short": "Business agreement",
        "definition": "The contract number of a business agreement which describes the terms and conditions.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.relationship",
        "short": "Patient relationship to subscriber",
        "definition": "The relationship of the patient to the subscriber.",
        "requirements": "To determine relationship between the patient and the subscriber.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Relationship",
          "isExtensible": true,
          "conformance": "example",
          "description": "The code for the relationship of the patient to the subscriber",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/relationship"
          }
        }
      },
      {
        "path": "ProfessionalClaim.coverage.preauthref",
        "short": "Pre-Authorization/Determination Reference",
        "definition": "A list of references from the Insurer to which these services pertain.",
        "requirements": "To provide any pre=determination or prior authorization reference.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.claimResponse",
        "short": "Adjudication results",
        "definition": "The Coverages adjudication details.",
        "requirements": "Used by downstream payers to determine what balance remains and the net payable.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/ClaimResponse"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.coverage.originalRuleset",
        "short": "Original version",
        "definition": "The style (standard) and version of the original material which was converted into this resource.",
        "requirements": "Knowledge of the original version can inform the processing of this instance so that information which is processable by the originating system may be generated.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Ruleset",
          "isExtensible": true,
          "conformance": "example",
          "description": "The static and dynamic model to which contents conform, may be business version or standard and version.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ruleset"
          }
        }
      },
      {
        "path": "ProfessionalClaim.exception",
        "short": "Eligibility exceptions",
        "definition": "Factors which may influence the applicability of coverage.",
        "requirements": "To determine extenuating circumstances for coverage.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Exception",
          "isExtensible": true,
          "conformance": "example",
          "description": "The eligibility exception codes.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/exception"
          }
        }
      },
      {
        "path": "ProfessionalClaim.school",
        "short": "Name of School",
        "definition": "Name of school for over-aged dependants.",
        "requirements": "Often required for over-age dependents.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.accident",
        "short": "Accident Date",
        "definition": "Date of an accident which these services are addressing.",
        "requirements": "Coverage may be dependant on accidents.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.accidentType",
        "short": "Accident Type",
        "definition": "Type of accident: work, auto, etc.",
        "requirements": "Coverage may be dependant on the type of accident.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "AccidentType",
          "isExtensible": true,
          "conformance": "example",
          "description": "Type of accident: work place, auto, etc.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ActIncidentCode"
          }
        }
      },
      {
        "path": "ProfessionalClaim.interventionException",
        "short": "Intervention and exception code (Pharma)",
        "definition": "A list of intervention and exception codes which may influence the adjudication of the claim.",
        "requirements": "Coverage may be modified based on exception information provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Intervention",
          "isExtensible": true,
          "conformance": "example",
          "description": "Intervention and exception codes (Pharm)",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/intervention"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item",
        "short": "Goods and Services",
        "definition": "First tier of goods and services.",
        "min": 0,
        "max": "*"
      },
      {
        "path": "ProfessionalClaim.item.sequence",
        "short": "Service instance",
        "definition": "A service line number.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.type",
        "short": "Group or type of product or service",
        "definition": "The type of product or service.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ItemType",
          "isExtensible": true,
          "conformance": "example",
          "description": "Service, Product, Rx Dispense, Rx Compound etc.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ActInvoiceGroupCode"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.provider",
        "short": "Responsible practitioner",
        "definition": "The practitioner who is responsible for the services rendered to the patient.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "profile": "http://hl7.org/fhir/Profile/Practitioner"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.diagnosisLinkId",
        "short": "Diagnosis Link",
        "definition": "Diagnosis applicable for this service or product line.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.service",
        "short": "Item Code",
        "definition": "If a grouping item then 'GROUP' otherwise it is a node therefore a code to indicate the Professional Service or Product supplied.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "MedServiceProduct",
          "isExtensible": true,
          "conformance": "example",
          "description": "Allowable service and product codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/service-product"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.serviceDate",
        "short": "Date of Service",
        "definition": "The date when the enclosed suite of services were performed or completed.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.quantity",
        "short": "Count of Products or Services",
        "definition": "The number of repetitions of a service or product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.unitPrice",
        "short": "Fee, charge or cost per point",
        "definition": "If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.factor",
        "short": "Price scaling factor",
        "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.points",
        "short": "Difficulty scaling factor",
        "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.net",
        "short": "Total item cost",
        "definition": "The quantity times the unit price for an additional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number  * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.udi",
        "short": "Unique Device Identifier",
        "definition": "List of Unique Device Identifiers associated with this line item.",
        "requirements": "The UDI code and issuer if applicable for the supplied product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "UDI",
          "isExtensible": true,
          "conformance": "example",
          "description": "The FDA, or other, UDI repository.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/udi"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.bodySite",
        "short": "Service Location",
        "definition": "Physical service site on the patient (limb, tooth, etc).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ICD10",
          "isExtensible": true,
          "conformance": "example",
          "description": "ICD10 Diagnostic codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/icd-10"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.subsite",
        "short": "Service Sub-location",
        "definition": "A region or surface of the site, eg. limb region or tooth surface(s).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ICD10",
          "isExtensible": true,
          "conformance": "example",
          "description": "ICD10 Diagnostic codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/icd-10"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.modifier",
        "short": "Service/Product billing modifiers",
        "definition": "Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.",
        "requirements": "May impact on adjudication.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "Modifiers",
          "isExtensible": true,
          "conformance": "example",
          "description": "Item type or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or an appliance was lost or stolen.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/modifiers"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail",
        "short": "Additional items",
        "definition": "Second tier of goods and services.",
        "min": 0,
        "max": "*"
      },
      {
        "path": "ProfessionalClaim.item.detail.sequence",
        "short": "Service instance",
        "definition": "A service line number.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.type",
        "short": "Group or type of product or service",
        "definition": "The type of product or service.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ItemType",
          "isExtensible": true,
          "conformance": "example",
          "description": "Service, Product, Rx Dispense, Rx Compound etc.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ActInvoiceGroupCode"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail.service",
        "short": "Additional item codes",
        "definition": "If a grouping item then 'GROUP' otherwise it is a node therefore a code to indicate the Professional Service or Product supplied.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "MedServiceProduct",
          "isExtensible": true,
          "conformance": "example",
          "description": "Allowable service and product codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/service-product"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail.quantity",
        "short": "Count of Products or Services",
        "definition": "The number of repetitions of a service or product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.unitPrice",
        "short": "Fee, charge or cost per point",
        "definition": "If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.factor",
        "short": "Price scaling factor",
        "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.points",
        "short": "Difficulty scaling factor",
        "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.net",
        "short": "Total additional item cost",
        "definition": "The quantity times the unit price for an additional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number  * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.udi",
        "short": "Unique Device Identifier",
        "definition": "List of Unique Device Identifiers associated with this line item.",
        "requirements": "The UDI code and issuer if applicable for the supplied product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "UDI",
          "isExtensible": true,
          "conformance": "example",
          "description": "The FDA, or other, UDI repository.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/udi"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail",
        "short": "Additional items",
        "definition": "Third tier of goods and services.",
        "min": 0,
        "max": "*"
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.sequence",
        "short": "Service instance",
        "definition": "A service line number.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.type",
        "short": "Type of product or service",
        "definition": "The type of product or service.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "ItemType",
          "isExtensible": true,
          "conformance": "example",
          "description": "Service, Product, Rx Dispense, Rx Compound etc.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/ActInvoiceGroupCode"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.service",
        "short": "Additional item codes",
        "definition": "The fee for an additional service or product or charge.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "MedServiceProduct",
          "isExtensible": true,
          "conformance": "example",
          "description": "Allowable service and product codes",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/service-product"
          }
        }
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.quantity",
        "short": "Count of Products or Services",
        "definition": "The number of repetitions of a service or product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.unitPrice",
        "short": "Fee, charge or cost per point",
        "definition": "The fee for an additional service or product or charge.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.factor",
        "short": "Price scaling factor",
        "definition": "A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.points",
        "short": "Difficulty scaling factor",
        "definition": "An amount that expresses the weighting (based on difficulty, cost and/or resource intensiveness) associated with the good or service delivered. The concept of Points allows for assignment of point values for services and/or goods, such that a monetary amount can be assigned to each point.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.net",
        "short": "Net additional item cost",
        "definition": "The quantity times the unit price for an additional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number  * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.",
        "requirements": "If a fee is present the associated product/service code must be present.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Money"
          }
        ]
      },
      {
        "path": "ProfessionalClaim.item.detail.subDetail.udi",
        "short": "Unique Device Identifier",
        "definition": "List of Unique Device Identifiers associated with this line item.",
        "requirements": "The UDI code and issuer if applicable for the supplied product.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "UDI",
          "isExtensible": true,
          "conformance": "example",
          "description": "The FDA, or other, UDI repository.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/udi"
          }
        }
      },
      {
        "path": "ProfessionalClaim.additionalMaterials",
        "short": "Additional materials, documents, etc.",
        "definition": "Code to indicate that Xrays, images, emails, documents, models or attachments are being sent in support of this submission.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "name": "AdditionalMaterials",
          "isExtensible": true,
          "conformance": "example",
          "description": "Code to indicate that Xrays, images, emails, documents, models or attachments are being sent in support of this submission.",
          "referenceReference": {
            "reference": "http://hl7.org/fhir/vs/additionalmaterials"
          }
        }
      }
    ]
  }
}

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.