{ "description": "This profile provides the bulk payment details associated with a payment for goods and services rendered by a provider to patients covered by insurance plans offered by that payor.", "_filename": "StructureDefinition-PaymentReconciliation.json", "package_name": "ndhm.in", "date": "2023-04-20T15:26:51+05:30", "derivation": "constraint", "publisher": "National Resource Center for EHR Standards", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "IN", "system": "urn:iso:std:iso:3166" } ] } ], "name": "PaymentReconciliation", "mapping": [ { "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Pattern", "identity": "workflow" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://www.cda-adc.ca/en/services/cdanet/", "name": "Canadian Dental Association eclaims standard", "identity": "cdanetv4" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" } ], "abstract": false, "type": "PaymentReconciliation", "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "3.0.0", "snapshot": { "element": [ { "constraint": [ { "key": "dom-2", "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources", "xpath": "not(parent::f:contained and f:contained)", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.contained.empty()" }, { "key": "dom-3", "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource", "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()" }, { "key": "dom-4", "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated", "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()" }, { "key": "dom-5", "human": "If a resource is contained in another resource, it SHALL NOT have a security label", "xpath": "not(exists(f:contained/*/f:meta/f:security))", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "error", "expression": "contained.meta.security.empty()" }, { "key": "dom-6", "human": "A resource should have narrative for robust management", "xpath": "exists(f:text/h:div)", "source": "http://hl7.org/fhir/StructureDefinition/DomainResource", "severity": "warning", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice", "valueBoolean": true }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation", "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time." } ], "expression": "text.`div`.exists()" } ], "path": "PaymentReconciliation", "min": 0, "definition": "This resource provides the details including amount of a payment and allocates the payment items being paid.", "isModifier": false, "short": "PaymentReconciliation resource", "mapping": [ { "map": "Entity. Role, or Act", "identity": "rim" }, { "map": "Event", "identity": "workflow" } ], "max": "*", "id": "PaymentReconciliation", "base": { "max": "*", "min": 0, "path": "PaymentReconciliation" }, "isSummary": false }, { "path": "PaymentReconciliation.id", "min": 0, "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "isModifier": false, "short": "Logical id of this artifact", "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "id" } ] } ], "max": "1", "id": "PaymentReconciliation.id", "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.", "base": { "max": "1", "min": 0, "path": "Resource.id" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.meta", "min": 0, "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.", "isModifier": false, "short": "Metadata about the resource", "type": [ { "code": "Meta" } ], "max": "1", "id": "PaymentReconciliation.meta", "base": { "max": "1", "min": 0, "path": "Resource.meta" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.implicitRules", "min": 0, "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. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.", "isModifier": true, "short": "A set of rules under which this content was created", "type": [ { "code": "uri" } ], "max": "1", "id": "PaymentReconciliation.implicitRules", "comment": "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. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.", "base": { "max": "1", "min": 0, "path": "Resource.implicitRules" }, "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.language", "min": 0, "definition": "The base language in which the resource is written.", "isModifier": false, "short": "Language of the resource content", "type": [ { "code": "code" } ], "binding": { "strength": "preferred", "valueSet": "http://hl7.org/fhir/ValueSet/languages", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet", "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Language" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "A human language." }, "max": "1", "id": "PaymentReconciliation.language", "comment": "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. Not 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).", "base": { "max": "1", "min": 0, "path": "Resource.language" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.text", "min": 0, "definition": "A human-readable narrative that contains a summary of the resource and can 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.", "isModifier": false, "short": "Text summary of the resource, for human interpretation", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "PaymentReconciliation.text", "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.", "base": { "max": "1", "min": 0, "path": "DomainResource.text" }, "isSummary": false }, { "path": "PaymentReconciliation.contained", "min": 0, "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.", "isModifier": false, "short": "Contained, inline Resources", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "PaymentReconciliation.contained", "comment": "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. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.", "base": { "max": "*", "min": 0, "path": "DomainResource.contained" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PaymentReconciliation.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PaymentReconciliation.extension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "DomainResource.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PaymentReconciliation.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "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 and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PaymentReconciliation.modifierExtension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "DomainResource.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them", "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.identifier", "requirements": "Allows payment reconciliations to be distinguished and referenced.", "min": 1, "definition": "A unique identifier assigned to this payment reconciliation.", "isModifier": false, "short": "Business Identifier for a payment reconciliation", "mapping": [ { "map": "Event.identifier", "identity": "workflow" }, { "map": "FiveWs.identifier", "identity": "w5" } ], "type": [ { "code": "Identifier" } ], "max": "*", "id": "PaymentReconciliation.identifier", "base": { "max": "*", "min": 0, "path": "PaymentReconciliation.identifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.status", "requirements": "Need to track the status of the resource as 'draft' resources may undergo further edits while 'active' resources are immutable and may only have their status changed to 'cancelled'.", "min": 1, "definition": "The status of the resource instance.", "isModifier": true, "short": "active | cancelled | draft | entered-in-error", "mapping": [ { "map": "Event.status", "identity": "workflow" }, { "map": "FiveWs.status", "identity": "w5" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/fm-status|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PaymentReconciliationStatus" } ], "description": "A code specifying the state of the resource instance." }, "max": "1", "id": "PaymentReconciliation.status", "comment": "This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.", "base": { "max": "1", "min": 1, "path": "PaymentReconciliation.status" }, "isModifierReason": "This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.period", "requirements": "Needed to allow receivers to monitor and reconcile payment issuer schedules.", "min": 0, "definition": "The period of time for which payments have been gathered into this bulk payment for settlement.", "isModifier": false, "short": "Period covered", "mapping": [ { "map": "FiveWs.done[x]", "identity": "w5" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "PaymentReconciliation.period", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.period" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.created", "requirements": "Need to record a timestamp for use by both the recipient and the issuer.", "min": 1, "definition": "The date when the resource was created.", "isModifier": false, "short": "Creation date", "mapping": [ { "map": "Event.occurrence[x]", "identity": "workflow" }, { "map": "FiveWs.recorded", "identity": "w5" } ], "type": [ { "code": "dateTime" } ], "max": "1", "id": "PaymentReconciliation.created", "base": { "max": "1", "min": 1, "path": "PaymentReconciliation.created" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.paymentIssuer", "requirements": "Need to identify the party resonsible for the payment and this resource.", "min": 0, "definition": "The party who generated the payment.", "isModifier": false, "short": "Party generating payment", "mapping": [ { "map": "Event.performer.actor", "identity": "workflow" }, { "map": "FiveWs.source", "identity": "w5" } ], "type": [ { "code": "Reference", "targetProfile": [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization" ] } ], "max": "1", "id": "PaymentReconciliation.paymentIssuer", "comment": "This party is also responsible for the reconciliation.", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.paymentIssuer" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.request", "requirements": "Needed to allow the response to be linked to the request.", "min": 0, "definition": "Original request resource reference.", "isModifier": false, "short": "Reference to requesting resource", "mapping": [ { "map": "FiveWs.why[x]", "identity": "w5" }, { "map": "A02|G01", "identity": "cdanetv4" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Task" ] } ], "max": "1", "id": "PaymentReconciliation.request", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.request" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.requestor", "requirements": "Need to identify the party responsible for the request.", "min": 0, "definition": "The practitioner who is responsible for the services rendered to the patient.", "isModifier": false, "short": "Responsible practitioner", "mapping": [ { "map": "B01", "identity": "cdanetv4" } ], "type": [ { "code": "Reference", "targetProfile": [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization" ] } ], "max": "1", "id": "PaymentReconciliation.requestor", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.requestor" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.outcome", "requirements": "To advise the requestor of an overall processing outcome.", "min": 1, "definition": "The outcome of a request for a reconciliation.", "isModifier": false, "short": "queued | complete | error | partial", "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/remittance-outcome|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "RemittanceOutcome" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "The outcome of the processing." }, "max": "1", "id": "PaymentReconciliation.outcome", "comment": "The resource may be used to indicate that: the request has been held (queued) for processing; that it has been processed and errors found (error); that no errors were found and that some of the adjudication has been undertaken (partial) or that all of the adjudication has been undertaken (complete).", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.outcome" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.disposition", "requirements": "Provided for user display.", "min": 0, "definition": "A human readable description of the status of the request for the reconciliation.", "isModifier": false, "short": "Disposition message", "mapping": [ { "map": "Event.note", "identity": "workflow" } ], "type": [ { "code": "string" } ], "max": "1", "id": "PaymentReconciliation.disposition", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.disposition" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.paymentDate", "requirements": "To advise the payee when payment can be expected.", "min": 1, "definition": "The date of payment as indicated on the financial instrument.", "isModifier": false, "short": "When payment issued", "type": [ { "code": "date" } ], "max": "1", "id": "PaymentReconciliation.paymentDate", "base": { "max": "1", "min": 1, "path": "PaymentReconciliation.paymentDate" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.paymentAmount", "requirements": "Needed to provide the actual payment amount.", "min": 1, "definition": "Total payment amount as indicated on the financial instrument.", "isModifier": false, "short": "Total amount of Payment", "type": [ { "code": "Money" } ], "max": "1", "id": "PaymentReconciliation.paymentAmount", "base": { "max": "1", "min": 1, "path": "PaymentReconciliation.paymentAmount" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.paymentIdentifier", "requirements": "Enable the receiver to reconcile when payment is received.", "min": 1, "definition": "Issuer's unique identifier for the payment instrument.", "isModifier": false, "short": "Business identifier for the payment", "type": [ { "code": "Identifier" } ], "max": "1", "id": "PaymentReconciliation.paymentIdentifier", "comment": "For example: EFT number or check number.", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.paymentIdentifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail", "requirements": "Needed to show how the payment amount is distributed across the payables.", "min": 0, "definition": "Distribution of the payment amount for a previously acknowledged payable.", "isModifier": false, "short": "Settlement particulars", "type": [ { "code": "BackboneElement" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Details" } ], "max": "*", "id": "PaymentReconciliation.detail", "base": { "max": "*", "min": 0, "path": "PaymentReconciliation.detail" }, "isSummary": false }, { "path": "PaymentReconciliation.detail.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PaymentReconciliation.detail.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PaymentReconciliation.detail.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PaymentReconciliation.detail.extension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PaymentReconciliation.detail.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PaymentReconciliation.detail.modifierExtension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail.identifier", "requirements": "Needed for reconciliation of payments.", "min": 0, "definition": "Unique identifier for the current payment item for the referenced payable.", "isModifier": false, "short": "Business identifier of the payment detail", "type": [ { "code": "Identifier" } ], "max": "1", "id": "PaymentReconciliation.detail.identifier", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.detail.identifier" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail.predecessor", "requirements": "Needed for reconciliation of payments.", "min": 1, "definition": "Unique identifier for the prior payment item for the referenced payable.", "isModifier": false, "short": "Business identifier of the prior payment detail", "type": [ { "code": "Identifier" } ], "max": "1", "id": "PaymentReconciliation.detail.predecessor", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.detail.predecessor" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail.type", "requirements": "Needed to provide context for the amount.", "min": 1, "definition": "Code to indicate the nature of the payment.", "isModifier": false, "short": "Category of payment", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/payment-type", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "PaymentType" } ], "description": "The reason for the amount: payment, adjustment, advance." }, "max": "1", "id": "PaymentReconciliation.detail.type", "comment": "For example: payment, adjustment, funds advance, etc.", "base": { "max": "1", "min": 1, "path": "PaymentReconciliation.detail.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail.request", "requirements": "Needed to provide a linkage to the original request.", "min": 0, "definition": "A resource, such as a Claim, the evaluation of which could lead to payment.", "isModifier": false, "short": "Request giving rise to the payment", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ] } ], "max": "1", "id": "PaymentReconciliation.detail.request", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.detail.request" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail.submitter", "requirements": "Needed for audit and validation.", "min": 0, "definition": "The party which submitted the claim or financial transaction.", "isModifier": false, "short": "Submitter of the request", "type": [ { "code": "Reference", "targetProfile": [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization" ] } ], "max": "1", "id": "PaymentReconciliation.detail.submitter", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.detail.submitter" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail.response", "requirements": "Needed to provide a linkage to the payment commitment.", "min": 0, "definition": "A resource, such as a ClaimResponse, which contains a commitment to payment.", "isModifier": false, "short": "Response committing to a payment", "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Resource" ] } ], "max": "1", "id": "PaymentReconciliation.detail.response", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.detail.response" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail.date", "requirements": "Needed for audit and validation.", "min": 0, "definition": "The date from the response resource containing a commitment to pay.", "isModifier": false, "short": "Date of commitment to pay", "type": [ { "code": "date" } ], "max": "1", "id": "PaymentReconciliation.detail.date", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.detail.date" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail.responsible", "requirements": "To provide contact information.", "min": 0, "definition": "A reference to the individual who is responsible for inquiries regarding the response and its payment.", "isModifier": false, "short": "Contact for the response", "type": [ { "code": "Reference", "targetProfile": [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole" ] } ], "max": "1", "id": "PaymentReconciliation.detail.responsible", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.detail.responsible" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail.payee", "requirements": "Needed for audit and validation.", "min": 0, "definition": "The party which is receiving the payment.", "isModifier": false, "short": "Recipient of the payment", "type": [ { "code": "Reference", "targetProfile": [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization" ] } ], "max": "1", "id": "PaymentReconciliation.detail.payee", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.detail.payee" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.detail.amount", "requirements": "Needed to explain the distribution of the payment to the payables.", "min": 0, "definition": "The monetary amount allocated from the total payment to the payable.", "isModifier": false, "short": "Amount allocated to this payable", "type": [ { "code": "Money" } ], "max": "1", "id": "PaymentReconciliation.detail.amount", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.detail.amount" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.formCode", "requirements": "Needed to specify the specific form used for producing output for this response.", "min": 0, "definition": "A code for the form to be used for printing the content.", "isModifier": false, "short": "Printed form identifier", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "example", "valueSet": "http://hl7.org/fhir/ValueSet/forms", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "Forms" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "The forms codes." }, "max": "1", "id": "PaymentReconciliation.formCode", "comment": "May be needed to identify specific jurisdictional forms.", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.formCode" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.processNote", "requirements": "Provides the specific textual explanations associated with the processing.", "min": 0, "definition": "A note that describes or explains the processing in a human readable form.", "isModifier": false, "short": "Note concerning processing", "type": [ { "code": "BackboneElement" } ], "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name", "valueString": "Notes" } ], "max": "*", "id": "PaymentReconciliation.processNote", "base": { "max": "*", "min": 0, "path": "PaymentReconciliation.processNote" }, "isSummary": false }, { "path": "PaymentReconciliation.processNote.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PaymentReconciliation.processNote.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PaymentReconciliation.processNote.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PaymentReconciliation.processNote.extension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PaymentReconciliation.processNote.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PaymentReconciliation.processNote.modifierExtension", "comment": "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.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.processNote.type", "requirements": "To convey the expectation for when the text is used.", "min": 0, "definition": "The business purpose of the note text.", "isModifier": false, "short": "display | print | printoper", "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/note-type|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "NoteType" }, { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding", "valueBoolean": true } ], "description": "The presentation types of notes." }, "max": "1", "id": "PaymentReconciliation.processNote.type", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.processNote.type" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PaymentReconciliation.processNote.text", "requirements": "Required to provide human readable explanation.", "min": 0, "definition": "The explanation or description associated with the processing.", "isModifier": false, "short": "Note explanatory text", "mapping": [ { "map": "G32", "identity": "cdanetv4" } ], "type": [ { "code": "string" } ], "max": "1", "id": "PaymentReconciliation.processNote.text", "base": { "max": "1", "min": 0, "path": "PaymentReconciliation.processNote.text" }, "isSummary": false } ] }, "status": "draft", "id": "3b145651-338f-427a-a8c0-3abb78dd9cd1", "kind": "resource", "url": "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentReconciliation", "version": "3.0.0", "differential": { "element": [ { "id": "PaymentReconciliation", "path": "PaymentReconciliation" }, { "id": "PaymentReconciliation.identifier", "min": 1, "path": "PaymentReconciliation.identifier" }, { "id": "PaymentReconciliation.paymentIssuer", "path": "PaymentReconciliation.paymentIssuer", "type": [ { "code": "Reference", "targetProfile": [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization" ] } ] }, { "id": "PaymentReconciliation.requestor", "path": "PaymentReconciliation.requestor", "type": [ { "code": "Reference", "targetProfile": [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization" ] } ] }, { "id": "PaymentReconciliation.outcome", "min": 1, "path": "PaymentReconciliation.outcome" }, { "id": "PaymentReconciliation.paymentIdentifier", "min": 1, "path": "PaymentReconciliation.paymentIdentifier" }, { "id": "PaymentReconciliation.detail.predecessor", "min": 1, "path": "PaymentReconciliation.detail.predecessor" }, { "id": "PaymentReconciliation.detail.submitter", "path": "PaymentReconciliation.detail.submitter", "type": [ { "code": "Reference", "targetProfile": [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization" ] } ] }, { "id": "PaymentReconciliation.detail.responsible", "path": "PaymentReconciliation.detail.responsible", "type": [ { "code": "Reference", "targetProfile": [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole" ] } ] }, { "id": "PaymentReconciliation.detail.payee", "path": "PaymentReconciliation.detail.payee", "type": [ { "code": "Reference", "targetProfile": [ "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole", "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization" ] } ] } ] }, "contact": [ { "telecom": [ { "value": "http://nrces.in/", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation" }