FQL is a query language that allows you to retrieve, filter and project data from any data source containing FHIR Resources. It brings the power of three existing languages together: SQL, JSON and FhirPath. It allows you to create tables and is useful for gaining insight and perform quality control.
-
Default
What is FQL?
-
FQL Query resources
FQL Playground
Try Firely Query Language in our playground by using this scope as data source.
- FQL Documentation
-
FQL Language
Syntax specification
To learn more about FQL syntax choose this menu item.
-
YamlGen Generate resources
YamlGen Playground
Try YamlGen in our playground by using this scope as data source.
-
YamlGen Language
YamlGen Syntax specification
To learn more about YamlGen syntax choose this.
-
FHIRPath Inspect resource
FHIRPath Playground
Try out the FHIRPath playground and navigate inside this resource.
-
FHIRPath Documentation
FHIRPath Documentation
Find out what FHIRPath is or learn how to write FHIRPath scripts.
-
Project FHIR API
This is the location where you can find your resource using a FHIR client.
-
Simplifier FHIR API
The global endpoint is where users can search for all resources in Simplifier. Resources have a globally unique guid Id here.
-
Custom Example generation
Custom Example generation beta
Experiment with resource instance generation using YamlGen and based on this profile.
This feature is in beta. You can help us improve it by giving feedback with the feedback button at the top of the screen.
PaymentNotice
This resource provides the status of the payment for goods and services rendered, and the request and response resource references.
- type Profile on PaymentNotice
- FHIR R4
- status Draft
-
version4.6.0
The canonical from this resource does not match any claim in this context and conflicts with a claim from another scope.
http://hl7.org/fhir
Canonical claims are used to verify ownership of your canonical URLs.
You're probably missing a package or made a typo in your canonical.
- Could not resolve: http://hl7.org/fhir/StructureDefinition/Base
PaymentNotice | DomainResource | There are no (further) constraints on this element Element idPaymentNotice PaymentNotice request DefinitionThis resource provides the status of the payment for goods and services rendered, and the request and response resource references.
| ||
identifier | 0..* | Identifier | There are no (further) constraints on this element Element idPaymentNotice.identifier Business Identifier for the payment noctice DefinitionA unique identifier assigned to this payment notice. Allows payment notices to be distinguished and referenced.
| |
status | Σ ?! | 1..1 | codeBinding | There are no (further) constraints on this element Element idPaymentNotice.status active | cancelled | draft | entered-in-error DefinitionThe status of the resource instance. 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'. This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid. A code specifying the state of the resource instance.
|
request | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element idPaymentNotice.request Request reference DefinitionReference of resource for which payment is being made.
| |
response | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element idPaymentNotice.response Response reference DefinitionReference of response to resource for which payment is being made.
| |
created | Σ | 1..1 | dateTime | There are no (further) constraints on this element Element idPaymentNotice.created Creation date DefinitionThe date when this resource was created. Need to record a timestamp for use by both the recipient and the issuer.
|
provider | 0..1 | Reference(Practitioner | PractitionerRole | Organization) | There are no (further) constraints on this element Element idPaymentNotice.provider Responsible practitioner DefinitionThe practitioner who is responsible for the services rendered to the patient. Reference(Practitioner | PractitionerRole | Organization) Mappings
| |
payment | Σ | 1..1 | Reference(PaymentReconciliation) | There are no (further) constraints on this element Element idPaymentNotice.payment Payment reference DefinitionA reference to the payment which is the subject of this notice. Need to identify the actual payment. |
paymentDate | 0..1 | date | There are no (further) constraints on this element Element idPaymentNotice.paymentDate Payment or clearing date DefinitionThe date when the above payment action occurred. Need to convey the date when the action being notified occurred. | |
payee | 0..1 | Reference(Practitioner | PractitionerRole | Organization) | There are no (further) constraints on this element Element idPaymentNotice.payee Party being paid DefinitionThe party who will receive or has received payment that is the subject of this notification. | |
recipient | Σ | 1..1 | Reference(Organization) | There are no (further) constraints on this element Element idPaymentNotice.recipient Party being notified DefinitionThe party who is notified of the payment status. Need to identified the recipient of the notification.
|
amount | Σ | 1..1 | Money | There are no (further) constraints on this element Element idPaymentNotice.amount Monetary amount of the payment DefinitionThe amount sent to the payee. Provided for validation purposes. |
paymentStatus | 0..1 | CodeableConcept | There are no (further) constraints on this element Element idPaymentNotice.paymentStatus Issued or cleared Status of the payment DefinitionA code indicating whether payment has been sent or cleared. The purpose of the notification. Typically paid: payment sent, cleared: payment received. The payment conveyance status codes.
|