PaymentNotice
POST {{host}}/fhir/PaymentNotice
Request Body
{"resourceType"=>"PaymentNotice", "id"=>"{{fhir_payment_notice_id}}", "text"=>{"status"=>"generated", "div"=>"<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the PaymentNotice</div>"}, "identifier"=>[{"system"=>"http://benefitsinc.com/paymentnotice", "value"=>"{{fhir_payment_notice_id}}"}], "status"=>"active", "request"=>{"reference"=>"Claim/{{fhir_claim_id}}"}, "response"=>{"reference"=>"ClaimResponse/{{fhir_claim_response_id}}"}, "created"=>"2014-08-16", "provider"=>{"reference"=>"PractitionerRole/{{fhir_practitioner_role_id}}"}, "paymentDate"=>"2014-08-15", "payment"=>{"reference"=>"PaymentReconciliation/{{fhir_payment_reconciliation_id}}"}, "payee"=>{"reference"=>"Organization/{{fhir_organization_id}}"}, "recipient"=>{"identifier"=>{"system"=>"http://regulators.gov", "value"=>"AB123"}}, "amount"=>{"value"=>12500.0, "currency"=>"USD"}, "paymentStatus"=>{"coding"=>[{"system"=>"http://terminology.hl7.org/CodeSystem/paymentstatus", "code"=>"paid"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
prefer | string |